Skip to content

Commit dfa9ba0

Browse files
authored
Merge pull request #39 from KnpLabs/release/v0.2.3
[RFR] v0.2.3 release
2 parents 805eec2 + dfcca3c commit dfa9ba0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.2.3 (August 22, 2024)
4+
5+
This is a maintenance release providing the latest (1.80.1) rust environment,
6+
and projects' dependencies updates ([#38](https://github.com/KnpLabs/should-skip-ci/pull/38)).
7+
8+
The compiled binary size has been slightly reduced due to dependencies
9+
simplification, thus you are encouraged to update ssc to this version.
10+
11+
312
## v0.2.2 (November 07, 2022)
413

514
This is a fix release with documentation updates. Also, the rust version and

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.2"
3+
version = "0.2.3"
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"

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
version: '3.7'
3-
42
services:
53
app:
64
build:

0 commit comments

Comments
 (0)