diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2fd7e..8ab640d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.2.3 (August 22, 2024) + +This is a maintenance release providing the latest (1.80.1) rust environment, +and projects' dependencies updates ([#38](https://github.com/KnpLabs/should-skip-ci/pull/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 (November 07, 2022) This is a fix release with documentation updates. Also, the rust version and diff --git a/Cargo.lock b/Cargo.lock index 4d276d7..b528396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ dependencies = [ [[package]] name = "ssc" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "log", diff --git a/Cargo.toml b/Cargo.toml index 29e6340..b7e764d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssc" -version = "0.2.2" +version = "0.2.3" 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 = "git@github.com:KnpLabs/should-skip-ci.git" diff --git a/docker-compose.yml b/docker-compose.yml index cfb0099..a834f34 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,4 @@ --- -version: '3.7' - services: app: build: