Skip to content

Commit

Permalink
0.5.1 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Feb 15, 2023
1 parent e660f2f commit 82a263f
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.5.1] - 2023-02-14
### Added
- Dart 3 support

## [0.5.0] - 2023-02-14
### Changed
- Bumped `markdown` to 7.0.0
Expand Down Expand Up @@ -75,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial library version

[0.5.1]: https://github.com/f3ath/marker/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/f3ath/marker/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/f3ath/marker/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/f3ath/marker/compare/0.2.3...0.3.0
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0
version: 0.5.1
homepage: https://github.com/f3ath/marker

cider:
Expand All @@ -9,7 +9,7 @@ cider:
diff: https://github.com/f3ath/marker/compare/%from%...%to%

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: '>=2.19.0 <4.0.0'

dependencies:
markdown: ^7.0.0
Expand Down

0 comments on commit 82a263f

Please sign in to comment.