Skip to content

Commit

Permalink
Bump 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed May 17, 2022
1 parent 1ce2454 commit 6d94465
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.2.1] - 2022-05-17

### Added

- Support Ruby 2.2+. ([@palkan])

## [0.2.0] - 2021-12-28

### Added
Expand Down Expand Up @@ -60,8 +68,10 @@ it { is_expected.to parse("Paco").fully } # checks if parser result is the same
- Initial implementation. ([@skryukov])

[@skryukov]: https://github.com/skryukov
[@palkan]: https://github.com/palkan

[Unreleased]: https://github.com/skryukov/paco/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/skryukov/paco/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/skryukov/paco/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/skryukov/paco/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/skryukov/paco/commits/v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion lib/paco/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Paco
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 6d94465

Please sign in to comment.