diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3af54..218e31c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2022-07-09 ### Added - Introduce Dev.to integration. (#18, @miry) @@ -150,7 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Relase docker image - Dump Medium posts base on author name -[Unreleased]: https://github.com/miry/medup/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/miry/medup/compare/v0.6.0...HEAD +[0.6.0]: https://github.commiry/medup/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.commiry/medup/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.commiry/medup/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.commiry/medup/compare/v0.3.0...v0.4.0 diff --git a/shard.yml b/shard.yml index a389f82..e055e5e 100644 --- a/shard.yml +++ b/shard.yml @@ -1,12 +1,12 @@ name: medup repository: https://github.com/miry/medup.git -version: 0.5.0 +version: 0.6.0 authors: - Michael Nikitochkin description: | - Download Medium content to local folder. + Download Medium and Dev.to content to local folder. targets: medup: diff --git a/src/medup/version.cr b/src/medup/version.cr index b021d83..1305bcf 100644 --- a/src/medup/version.cr +++ b/src/medup/version.cr @@ -1,3 +1,3 @@ module Medup - VERSION = "0.5.0" + VERSION = "0.6.0" end