Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Mar 20, 2022
1 parent 1d7b79f commit 24af591
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2022-03-20
### Changed
- Use crystal lang 1.3.2 (#31, @miry)

Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: medup
repository: https://github.com/miry/medup.git
version: 0.1.10
version: 0.2.0

authors:
- Michael Nikitochkin <[email protected]>
- Michael Nikitochkin <[email protected]>

description: |
Download Medium content to local folder.
Expand Down
2 changes: 1 addition & 1 deletion src/medup/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Medup
VERSION = "0.1.10"
VERSION = "0.2.0"
end

0 comments on commit 24af591

Please sign in to comment.