Skip to content

Releases: DeveloperC286/conventional_commits_next_version

v6.1.0

19 Oct 11:58
12413ab
Compare
Choose a tag to compare

6.1.0 (2024-10-19)

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.1.0

lib-0.4.0: build: bumping library version

24 Jul 13:51
Compare
Choose a tag to compare

[lib-0.4.0] - 2023-11-17

Documentation

  • Correcting library category
  • Correcting CICD pipelines URL

Refactor

  • Inling String formatting
  • Pulling test assertion upwards
  • Increasing privacy to super
  • Inling variables into format string
  • Pushing commit generation down
  • Applying latest clippy linting

Styling

  • Applying clippy linitng suggestions

Build

  • Updated dependencies
  • Updating dependencies
  • Updating dependencies
  • Updating dependencies
  • Updating dependencies
  • Bumping library version

bin-6.0.1: build: bumping library version

24 Jul 13:51
Compare
Choose a tag to compare

[bin-6.0.1] - 2023-11-17

Bug Fixes

  • Stdin removing Git repository dependency

Documentation

  • Correcting end to end directory
  • Correcting verbiage used
  • Updating cargo/download version
  • Correcting sub-heading
  • Correcting CICD pipelines URL
  • Updating example git sort usage
  • Adding syntax highlighting to code blocks

Refactor

  • Reordering feature variables usage/order
  • Feature files dash to underscore name
  • Using formatted strings
  • Converting from structopt to clap derive
  • Removing old arguments parser from error message

Styling

  • Applying clippy linitng suggestions
  • Breaking up long Python assertions

Testing

  • Removing Git from standard input tests
  • Adding before test to all parent git history
  • Better full/partial/short from reference test
  • Refactoring to using assert_command_successful
  • Refactoring to using assert_command_unsuccessful
  • Refactoring to using assert_no_output
  • Refactoring to using assert_no_errors
  • Refactoring to using assert_error_equals
  • Refactoring to using assert_error_matches_regex
  • Refactoring to using assert_error_is_one_of
  • Refactoring to using assert_next_version
  • Improving then method names
  • Simpler Git repository caching
  • Creating a Result object

Build

  • Updated dependencies
  • Updating end to end tests dependencies
  • Updating dependencies
  • Updating dependencies
  • Earthly e2e formatting target
  • Updating dependencies
  • Bumping library version

lib-0.3.0

24 Jul 13:51
Compare
Choose a tag to compare

[lib-0.3.0] - 2022-02-13

Features

  • [breaking] Adding Git parser mode

lib-0.2.0

24 Jul 13:51
Compare
Choose a tag to compare

[lib-0.2.0] - 2022-02-12

Documentation

  • Adding library public methods docs

Features

  • [breaking] Using enum for calculation mode not boolean

Refactor

  • Moving variables names into format strings
  • Removing unused module
  • Adding additional logs for debugging
  • Replacing unwrap with ?
  • Increasing filters privacy

bin-6.0.0

24 Jul 13:51
Compare
Choose a tag to compare

[bin-6.0.0] - 2022-02-13

Features

  • [breaking] Adding Git parser mode

bin-5.0.0

24 Jul 13:51
Compare
Choose a tag to compare

[bin-5.0.0] - 2022-02-12

Features

  • [breaking] Using enum for calculation mode not boolean

Refactor

  • Moving variables names into format strings
  • Separating main into run and main functions

Testing

  • Rewording shortened Git commit hash scenarios

4.0.0

24 Jul 13:51
Compare
Choose a tag to compare

4.0.0 (2021-07-11)

3.0.0

24 Jul 13:51
Compare
Choose a tag to compare

3.0.0 (2021-06-27)

2.5.0

24 Jul 13:51
Compare
Choose a tag to compare

2.5.0 (2021-06-27)

Bug Fixes

  • only print expected version on non-assertions (a456a9f8)
  • adding assertion failed log message (4bbf390a)

Features

  • new from-commit-message argument (06e634b0)