Skip to content

Commit

Permalink
0.2.4 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Oct 11, 2023
1 parent a8257eb commit e6c8369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit e6c8369

Please sign in to comment.