Skip to content

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Nov 7, 2020
1 parent af0c449 commit f09a269
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
Format is based on [Keep a Changelog v1.0.0](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).

## [[Unreleased]](https://github.com/esotericpig/attr_bool/compare/v0.2.0...HEAD)
## [[Unreleased]](https://github.com/esotericpig/attr_bool/compare/v0.2.1...HEAD)

-

## [v0.2.1] - [2020-11-07](https://github.com/esotericpig/attr_bool/compare/v0.2.0...v0.2.1)

### Changed
- Minor changes to *README* and *Gemspec* description

## [v0.2.0] - [2020-10-23](https://github.com/esotericpig/attr_bool/compare/v0.1.0...v0.2.0)

A major departure from the previous version by not extending the core (monkey-patching) `Module` by default.
Expand Down
2 changes: 1 addition & 1 deletion lib/attr_bool/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@


module AttrBool
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit f09a269

Please sign in to comment.