Skip to content

Commit b33c004

Browse files
authored
Merge pull request #43 from KnpLabs/release/v0.3.0
[RFR] prepare release v0.3.0
2 parents faac9fe + 36dfa8f commit b33c004

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Changelog
22

3-
## v0.3.0 (Month DD, YYYY)
3+
## v0.3.0 (September 05, 2024)
44

55
### New features and changes
66

7-
Be able to compare by tag ([#40](https://github.com/KnpLabs/should-skip-ci/pull/40)).
7+
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)).
88
A new `--base-ref` CLI arg has been introduced in order to compare a specific
99
tag or commit.
1010

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

14+
### Documentation updates
15+
16+
- update CircleCI doc example considering CircleCI deprecations ([#41](https://github.com/KnpLabs/should-skip-ci/pull/41)).
17+
1418
## v0.2.3 (August 22, 2024)
1519

1620
This is a maintenance release providing the latest (1.80.1) rust environment,

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssc"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
description = "A CLI tool to skip a CI build that is not concerned by the latest changes."
55
homepage = "https://github.com/KnpLabs/should-skip-ci"
66
repository = "git@github.com:KnpLabs/should-skip-ci.git"

0 commit comments

Comments
 (0)