Skip to content

Commit

Permalink
prepare release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nm2107 committed Sep 3, 2024
1 parent faac9fe commit e57830e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

### New features and changes

Be able to compare by tag ([#40](https://github.com/KnpLabs/should-skip-ci/pull/40)).
Be able to compare by tag ([#40](https://github.com/KnpLabs/should-skip-ci/pull/40), [#42](https://github.com/KnpLabs/should-skip-ci/pull/42)).
A new `--base-ref` CLI arg has been introduced in order to compare a specific
tag or commit.

Note that this change as introduced changes to the signature of the
[`should_skip_ci` function](/src/lib.rs).

### Documentation updates

- update CircleCI doc exemple considering CircleCI deprecations ([#41](https://github.com/KnpLabs/should-skip-ci/pull/41)).

## v0.2.3 (August 22, 2024)

This is a maintenance release providing the latest (1.80.1) rust environment,
Expand Down Expand Up @@ -54,7 +58,7 @@ Also update rust and used packages to the latest version.
- Fix README typo ([#23](https://github.com/KnpLabs/should-skip-ci/pull/23)).
- Fix circleci deprecation ([#26](https://github.com/KnpLabs/should-skip-ci/pull/26)).
- Fix cargo warning ([#28](https://github.com/KnpLabs/should-skip-ci/pull/28)).
- Update documentation about circleci example ([#29](https://github.com/KnpLabs/should-skip-ci/pull/29)).
- Update documentation about circleci exemple ([#29](https://github.com/KnpLabs/should-skip-ci/pull/29)).

## v0.2.0 (May 14, 2020)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssc"
version = "0.2.3"
version = "0.3.0"
description = "A CLI tool to skip a CI build that is not concerned by the latest changes."
homepage = "https://github.com/KnpLabs/should-skip-ci"
repository = "[email protected]:KnpLabs/should-skip-ci.git"
Expand Down

0 comments on commit e57830e

Please sign in to comment.