Skip to content

Commit

Permalink
dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Jul 24, 2020
1 parent 24ad8b2 commit b32b833
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ 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]
## [0.0.0+dev.2] - 2020-07-24
### Changed
- Updated dependencies

## 0.0.0+dev.1 - 2020-07-23
### Added
- Initial version

[Unreleased]: https://github.com/f3ath/cider/compare/0.0.0+dev.1...HEAD
[Unreleased]: https://github.com/f3ath/cider/compare/0.0.0+dev.2...HEAD
[0.0.0+dev.2]: https://github.com/f3ath/cider/compare/0.0.0+dev.1...0.0.0+dev.2
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: cider
version: 0.0.0+dev.1
version: 0.0.0+dev.2
description: Tools for Dart package maintainers. Automates CHANGLELOG and pubspec.yaml updates.
homepage: "https://github.com/f3ath/cider"

dependencies:
args: ^1.6.0
change: ^0.0.12
change: ^0.0.13
intl: ^0.16.1
markdown: ^2.1.5
marker: ^0.1.0
Expand Down

0 comments on commit b32b833

Please sign in to comment.