Skip to content

Latest commit

 

History

History
304 lines (162 loc) · 18 KB

CHANGELOG.md

File metadata and controls

304 lines (162 loc) · 18 KB

Changelog

0.22.27 (2024-01-26)

Chores

  • deps: bump maven-core to 3.9.6 (f1fb465b)
  • deps: bump maven-plugin-api to 3.9.6 (e412fe72)
  • deps: bump maven-plugin-annotations to 3.11.0 (2eef2ab7)
  • deps: bump lombok to 1.18.30 (19c92903)
  • deps: bump semantic-gitlog to 0.8.20 (7633b601)
  • deps: bump maven-compiler-plugin to 3.12.1 (9a7014b6)
  • deps: bump versions-maven-plugin to 2.16.2 (2f2d362c)
  • deps: bump maven-plugin-plugin to 3.11.0 (0e19ceef)
  • deps: bump maven-javadoc-plugin to 3.6.3 (cb4c3e24)
  • deps: bump maven-source-plugin to 3.3.0 (e1ead862)
  • deps: bump maven-site-plugin to 3.12.1 (13d80a82)
  • deps: bump maven-jxr-plugin to 3.3.2 (d8829f70)
  • deps: bump maven-project-info-reports-plugin to 3.5.0 (2f8db03e)
  • deps: bump maven-gpg-plugin to 3.1.0 (84a909a5)
  • deps: bump nexus-staging-maven-plugin to 1.6.13 (880d0818)

Build System

0.22.8 (2023-06-02)

Bug Fixes

  • updateProjectVersion (updatePom) adds newline between every node on each run (cbe792b3)

Chores

  • deps: bump maven-plugin-api from 3.6.3 to 3.9.2 (808ed651)
  • deps: bump maven-plugin-annotations from 3.6.0 to 3.9.0 (a131ea79)
  • deps: bump lombok from 1.18.12 to 1.18.28 (1e8a97f6)
  • deps: bump semantic-gitlog from 0.7.0 to 0.8.8 (b4cb710d)
  • deps: bump maven-semantic-gitlog from 0.22.0 to 0.22.2 (d92705ed)

Styles

0.22.2 (2020-09-25)

Build System

  • deps: bumped semantic-gitlog version from 0.6.1 to 0.7.0 (a5106ef2)

0.22.1 (2020-09-06)

Chores

  • deps: bump semantic-gitlog to 0.6.1 (6bc0f79e)

0.22.0 (2020-08-02)

Features

  • mojo: support update project version for derive mojo (5f6e4a74)

Chores

  • deps: bump maven-pmd-plugin from 3.12.0 to 3.13.0 (cf1ad8df)
  • deps: bump maven-checkstyle-plugin from 3.1.0 to 3.1.1 (81ed8ebe)
  • deps: bump maven-javadoc-plugin from 3.1.1 to 3.2.0 (66a515f1)
  • deps: bump maven-project-info-reports-plugin from 3.0.0 to 3.1.0 (39315cb2)
  • deps: bump maven-site-plugin from 3.8.2 to 3.9.1 (e42b94ed)
  • deps: bump pmdVersion from 6.22.0 to 6.26.0 (5eae09b6)
  • deps: bump checkstyle from 8.30 to 8.35 (5c8f033d)
  • deps: bump semantic-gitlog to 0.5.11 (f01b4657)

Styles

  • editorconfig: update .editorconfig, disable .mustache file indent (da44227a)

Documentation

Continuous Integration

  • github: add github workflows (d21d2ff4)

0.21.0 (2020-03-28)

Features

  • deps: upgrade semantic-gitlog to 0.5.0 (85da8ff9)

0.20.0 (2020-03-18)

BREAKING CHANGES

  • deps: upgrade semantic-gitlog to 0.4.0 (9de5fc90)

Chores

  • config: normalizing file naming (097c092c)

Styles

Continuous Integration

0.19.4 (2020-03-14)

Bug Fixes

  • mojo: fix ChangelogMojo.updatePom (21093e4a)
  • fix CHANGELOG_zh-cn.md.mustache defects (33f0c7e4)

Code Refactoring

  • mojo: fix @Parameter config (dfb9fa6f)

Chores

  • deps: bump semantic-gitlog to 0.3.2 (b3b5fa65)

Continuous Integration

0.19.0 (2020-03-08)

BREAKING CHANGES

  • deps: upgrade semantic-gitlog to 0.2.0 (7817616b)
  • upgrade semantic-gitlog to 0.2.2 (cc648429)

Features

  • mojo: add updateProjectVersion configuration (105f9c25)

Styles

  • checkstyle: bumped checkstyle to 8.30 (9c1d27b2)
  • pmd: update PMD rules (c5e66bca)

0.16.1 (2020-02-27)

BREAKING CHANGES

  • parser: refactor commit message parser (5a912bf0)

Bug Fixes

Features

  • mojo: add isPreRelease configuration (24b145ff)
  • mojo: add commitLocales configuration, support for localization of commit messages (37ffa021)
  • mojo: support commitType override from locale profiles (83796445)

Chores

  • config: add organization information (6c8107da)
  • deps: bump lombok to 1.18.12 (0caae3b3)

Continuous Integration

  • travis: add push-back file CHANGELOG.json (c3a30910)

0.12.0 (2020-02-06)

Bug Fixes

  • mojo: Fix commits outside the Tag scope (3e73ed67)
  • mojo: change field name newVersion to nextVersion (2b80de94)
  • mojo: add quickActionPattern configuration (3d957eda)
  • mojo: add commitIssuePattern configuration (edd55e47)
  • mojo: goal changelog failed when "fileSets" is empty or invalid (d8524b78)

Features

  • mojo: compatible with new angular-style commit message format (1b4efac7)
  • mojo: add closeIssueActions configuration (8671b566)
  • mojo: add multi-template filesets support (24ff4b29)
  • mojo: add preRelease and buildMetaData configuration (bb1da529)
  • mojo: add hasQuickActions, hasSubjectIssues and hasBodyIssues (5925f369)
  • mojo: add hiddenTypes configuration (bae9f5af)
  • mojo: sorted ReleaseLog.tags (f478ce35)
  • mojo: automatically increments from the previous version when the version does not grow (3a27b663)
  • mojo: add forceNextVersion configuration (4ef660df)

Code Refactoring

  • mojo: replace useCrazyGrowing configuration with ReleaseStrategy (5fd40d4e)
  • mojo: update DEFAULT_MESSAGE_PATTERN (1d37706f)
  • refactor project (bc1609f3)
  • code optimize (db48c20a)

Chores

Styles

  • config: adjust the indent size of .xml and .json files (6750c9ef)

Documentation

Continuous Integration

0.2.0 (2020-01-29)

Bug Fixes

  • mojo: fix commit fullHash property (f765dbb9)
  • mojo: fix releaseDate data type error (545aa511)

Chores

Styles

  • checkstyle: update checkstyle.xml (a131dcf6)

Documentation

0.1.0 (2020-01-28)

Features

  • mojo: implement main features and challenges (8d964149)
  • mojo: add semantic-gitlog:derive goal (4367c63d)

Chores

  • deps: bump checkstyle from 8.27 to 8.29 (a6bc1482)
  • deps: bump pmdVersion from 6.20.0 to 6.21.0 (2a69b52d)

Documentation