Skip to content

Commit

Permalink
Merge pull request #43 from KnpLabs/release/v0.3.0
Browse files Browse the repository at this point in the history
[RFR] prepare release v0.3.0
  • Loading branch information
nm2107 authored Sep 5, 2024
2 parents faac9fe + 36dfa8f commit b33c004
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
@@ -1,16 +1,20 @@
# Changelog

## v0.3.0 (Month DD, YYYY)
## v0.3.0 (September 05, 2024)

### 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 example 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
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 b33c004

Please sign in to comment.