Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Mar 14, 2021
1 parent 2d567f4 commit ae6c94e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cider.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
changelog:
diff_link_template: 'https://github.com/f3ath/cider/compare/%from%...%to%'
diff_link_template: 'https://github.com/f3ath/marker/compare/%from%...%to%'
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.2.1] - 2021-03-13
### Fixed
- Links in the changelog

## [0.2.0] - 2021-03-13
### Added
- Null-safety support
Expand Down Expand Up @@ -43,9 +47,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial library version

[Unreleased]: https://github.com/f3ath/cider/compare/0.2.0...HEAD
[0.2.0]: https://github.com/f3ath/cider/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/f3ath/cider/compare/0.1.0...0.1.1
[Unreleased]: https://github.com/f3ath/marker/compare/0.2.1...HEAD
[0.2.1]: https://github.com/f3ath/marker/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/f3ath/marker/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/f3ath/marker/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/f3ath/marker/compare/0.0.4...0.1.0
[0.0.4]: https://github.com/f3ath/marker/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/f3ath/marker/compare/0.0.2...0.0.3
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: marker
description: A renderer (printer) for the markdown library. Renders the parsed AST back into markdown.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/f3ath/marker

environment:
Expand Down

0 comments on commit ae6c94e

Please sign in to comment.