From f757a850ca2c1c8437e0068291b9333d72748990 Mon Sep 17 00:00:00 2001 From: nepalez Date: Sun, 9 Jun 2019 19:02:25 +0300 Subject: [PATCH] Bump v0.0.6 --- CHANGELOG.md | 3 ++- fixturama.gemspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69daf4b..ddbf1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## WIP +## [0.0.6] - [2019-06-09] ### Added @@ -132,3 +132,4 @@ This is a first public release with features extracted from production app. [0.0.3]: https://github.com/nepalez/fixturama/compare/v0.0.2...v0.0.3 [0.0.4]: https://github.com/nepalez/fixturama/compare/v0.0.3...v0.0.4 [0.0.5]: https://github.com/nepalez/fixturama/compare/v0.0.4...v0.0.5 +[0.0.6]: https://github.com/nepalez/fixturama/compare/v0.0.5...v0.0.6 diff --git a/fixturama.gemspec b/fixturama.gemspec index 84637b6..0adeb3d 100644 --- a/fixturama.gemspec +++ b/fixturama.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "fixturama" - gem.version = "0.0.5" + gem.version = "0.0.6" gem.author = "Andrew Kozin (nepalez)" gem.email = "andrew.kozin@gmail.com" gem.homepage = "https://github.com/nepalez/fixturama"