CHANGELOG.md in gitmoji-regex-1.0.1 vs CHANGELOG.md in gitmoji-regex-1.0.2

- old
+ new

@@ -4,17 +4,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - ### Changed - ### Fixed - ### Removed +## [1.0.2] - 2023-05-30 +### Added +- New gitmoji "🧵" +- New gitmoji "🦺" +- Releases are now signed +- Releases now include SHA256 and SHA512 checksums +### Fixed +- 100% branch & line test coverage +### Changed +- Primary source forge moved from GitHub to [Source Hut](https://git.sr.ht/~galtzo/gitmoji-regex) + ## [1.0.1] - 2022-06-24 ### Added - bin stubs for development - Improved contributing guidelines ### Fixed @@ -23,19 +31,17 @@ ## [1.0.0] - 2022-06-24 ### Added - New gitmoji "💸" - Gitmoji::Regex::Version is introspectable - ### Changed - Gitmoji::Regex::VERSION is now Gitmoji::Regex::Version::VERSION ## [0.1.3] - 2022-03-30 ### Added - Documentation - Badges - ### Fixed - Code Coverage - Changelog URLs ## [0.1.2] - 2022-03-29 @@ -48,10 +54,13 @@ ## [0.1.0] - 2022-03-28 ### Added - Initial release -[Unreleased]: https://github.com/pboling/gitmoji-regex/compare/.v0.1.3...HEAD +[Unreleased]: https://github.com/pboling/gitmoji-regex/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/pboling/gitmoji-regex/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/pboling/gitmoji-regex/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/pboling/gitmoji-regex/compare/v0.1.3...v1.0.0 [0.1.3]: https://github.com/pboling/gitmoji-regex/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/pboling/gitmoji-regex/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/pboling/gitmoji-regex/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/pboling/gitmoji-regex/compare/e71c6c3dad5bfd59ae2509531eaea3a16e21cb63...v0.1.0