Skip to content

Commit 7ede4c9

Browse files
committed
add changelog
1 parent 5ab561d commit 7ede4c9

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Changelog
2+
3+
## v0.2.2 (November 07, 2022)
4+
5+
This is a fix release with documentation updates. Also, the rust version and
6+
packages has been upgraded to the latest version ([#35](https://github.com/KnpLabs/should-skip-ci/pull/35)).
7+
8+
### Documentation updates
9+
10+
- indicate that any git node is a valid `path` arg ([#33](https://github.com/KnpLabs/should-skip-ci/pull/33))
11+
- precise limitations ([#34](https://github.com/KnpLabs/should-skip-ci/pull/34))
12+
- added the maintainers list ([#32](https://github.com/KnpLabs/should-skip-ci/pull/32))
13+
14+
## v0.2.1 (March 09, 2022)
15+
16+
This is mainly a maintenance release, with however some highlights such as the
17+
distributed binary size reduction, and the update to the latest rust version and
18+
edition (also the packages were updated too).
19+
The project structure has also been updated to be more convenient to work with.
20+
21+
The usage of the tool is the same than with the v0.2.0.
22+
You're encouraged to update to this new version to save some Internet bandwidth
23+
and disk space during installation.
24+
25+
### Noticeable changes
26+
27+
- Optimize binary size ([#24](https://github.com/KnpLabs/should-skip-ci/pull/24)) :
28+
reduces the size of the distributed binary from 3.2M down to 567K.
29+
Also update rust and used packages to the latest version.
30+
- Bump rust edition to 2021 and restructure the project sources ([#27](https://github.com/KnpLabs/should-skip-ci/pull/27)).
31+
32+
### Minor fixes
33+
34+
- Fix README typo ([#23](https://github.com/KnpLabs/should-skip-ci/pull/23)).
35+
- Fix circleci deprecation ([#26](https://github.com/KnpLabs/should-skip-ci/pull/26)).
36+
- Fix cargo warning ([#28](https://github.com/KnpLabs/should-skip-ci/pull/28)).
37+
- Update documentation about circleci example ([#29](https://github.com/KnpLabs/should-skip-ci/pull/29)).
38+
39+
## v0.2.0 (May 14, 2020)
40+
41+
Feature/add logger [#20](https://github.com/KnpLabs/should-skip-ci/pull/20).
42+
Adds `-v` and `-vv` optional flags to increase verbosity
43+
(`-v` for info, prints the detected diff ; `-vv` for debug, prints the ran git
44+
commands).
45+
46+
## v0.1.0 (January 08, 2020)
47+
48+
First release.
49+
50+
SSC can be used to identify the changes on given paths for these use cases :
51+
52+
- compare a range of commits on a branch
53+
- compare the changes on a merge commit on the base branch
54+
55+
See the README.md file of this tag for full details.

0 commit comments

Comments
 (0)