diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f250b9..63e8b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2022-02-03 ### Added - Add `-compact` option to exclude identical lines from output @@ -17,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First functional version -[Unreleased]: https://github.com/aslakhellesoy/lhdiff/compare/v0.0.1...HEAD +[Unreleased]: https://github.com/aslakhellesoy/lhdiff/compare/v0.0.2...HEAD +[0.0.2]: https://github.com/aslakhellesoy/lhdiff/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/aslakhellesoy/lhdiff/compare/6084d5de2ec3dbb25767433e79ab840d5941c2de...v0.0.1 diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..71e0bb8 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1 @@ +See [.github/RELEASING](https://github.com/cucumber/.github/blob/main/RELEASING.md).