diff --git a/CHANGELOG.md b/CHANGELOG.md index f338430..c3a0176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [0.2.4] - 2023-10-10 +### Changed +- Bumped dependencies + ## [0.2.3] - 2023-06-15 ### Fixed - The `Diff` class had been erroneously put in `lib`. Moved back to `src/` where it belongs. @@ -104,6 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version +[0.2.4]: https://github.com/f3ath/cider/compare/0.2.3...0.2.4 [0.2.3]: https://github.com/f3ath/cider/compare/0.2.2...0.2.3 [0.2.2]: https://github.com/f3ath/cider/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/f3ath/cider/compare/0.2.0...0.2.1 diff --git a/pubspec.yaml b/pubspec.yaml index 1685bf6..9cee1fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: cider -version: 0.2.3 +version: 0.2.4 description: Tools for Dart package maintainers. Automates changelog and pubspec updates. homepage: https://github.com/f3ath/cider repository: https://github.com/f3ath/cider @@ -14,7 +14,7 @@ dependencies: pub_semver: ^2.0.0 version_manipulation: ^0.1.1 yaml: ^3.1.0 - rfc_6901: ^0.1.0 + rfc_6901: ^0.2.0 pubspec_parse: ^1.0.0 dev_dependencies: