From f09a26998f7652891c13ad24f22dee6b2d51ace3 Mon Sep 17 00:00:00 2001 From: esotericpig Date: Sat, 7 Nov 2020 17:45:56 +0800 Subject: [PATCH] Bump version to v0.2.1 --- CHANGELOG.md | 7 ++++++- lib/attr_bool/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d6dfd..ad90e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/attr_bool/version.rb b/lib/attr_bool/version.rb index 25c1445..958e161 100644 --- a/lib/attr_bool/version.rb +++ b/lib/attr_bool/version.rb @@ -15,5 +15,5 @@ module AttrBool - VERSION = '0.2.0' + VERSION = '0.2.1' end