Skip to content

Releases: KnpLabs/should-skip-ci

v0.3.0

05 Sep 20:56
b33c004
Compare
Choose a tag to compare

v0.3.0 (September 05, 2024)

New features and changes

Be able to compare by tag (#40, #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.

v0.2.3

22 Aug 12:14
dfa9ba0
Compare
Choose a tag to compare

This is a maintenance release providing the latest (1.80.1) rust environment,
and projects' dependencies updates (#38).

The compiled binary size has been slightly reduced due to dependencies
simplification, thus you are encouraged to update ssc to this version.

v0.2.2

07 Nov 19:10
566859b
Compare
Choose a tag to compare

This is a fix release with documentation updates. Also, the rust version and
packages has been upgraded to the latest version (#35).

Documentation updates

  • indicate that any git node is a valid path arg (#33)
  • precise limitations (#34)
  • added the maintainers list (#32)

v0.2.1

09 Mar 08:03
b73284e
Compare
Choose a tag to compare

This is mainly a maintenance release, with however some highlights such as the distributed binary size reduction, and the update to the latest rust version and edition (also the packages were updated too). The project structure has also been updated to be more convenient to work with.

The usage of the tool is the same than with the v0.2.0. You're encouraged to update to this new version to save some Internet bandwidth and disk space during installation.

Noticeable changes

  • Optimize binary size (#24) : reduces the size of the distributed binary from 3.2M down to 567K. Also update rust and used packages to the latest version.
  • Bump rust edition to 2021 and restructure the project sources (#27).

Minor fixes

  • Fix README typo (#23).
  • Fix circleci deprecation (#26).
  • Fix cargo warning (#28).
  • Update documentation about circleci example (#29).

v0.2.0

14 May 15:59
8b92cb6
Compare
Choose a tag to compare

CHANGELOG :

  • Feature/add logger #20 . Adds -v and -vv optional flags to increase verbosity (-v for info, prints the detected diff ; -vv for debug, prints the ran git commands).

v0.1.0

08 Jan 09:55
e56d361
Compare
Choose a tag to compare

First release.

SSC can be used to identify the changes on given paths for these use cases :

  • compare a range of commits on a branch
  • compare the changes on a merge commit on the base branch

See the README file of this tag for full details.