Skip to content

Commit

Permalink
v0.2.3 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Jun 16, 2023
1 parent 5093b8d commit a8257eb
Show file tree
Hide file tree
Showing 4 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.3] - 2023-06-15
### Fixed
- The `Diff` class had been erroneously put in `lib`. Moved back to `src/` where it belongs.

## [0.2.2] - 2023-06-11
### Added
- The `--only-body` option for the `describe` command.
Expand Down Expand Up @@ -100,6 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial version

[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
[0.2.0]: https://github.com/f3ath/cider/compare/0.1.6...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli/config.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:cider/diff.dart';
import 'package:cider/src/diff.dart';
import 'package:cider/src/tag.dart';

class Config {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cider
version: 0.2.2
version: 0.2.3
description: Tools for Dart package maintainers. Automates changelog and pubspec updates.
homepage: https://github.com/f3ath/cider
repository: https://github.com/f3ath/cider
Expand Down

0 comments on commit a8257eb

Please sign in to comment.