From 1712a75b70834d27542426d97b6c62bea382b3f8 Mon Sep 17 00:00:00 2001 From: nepalez Date: Tue, 4 Jun 2019 15:19:19 +0300 Subject: [PATCH] Bump v0.0.5 --- CHANGELOG.md | 5 +++-- fixturama.gemspec | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae691f..598459d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ 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/). -## [0.0.5] - WIP +## [0.0.5] - [2018-06-04] ### Added -- The support for stubbing constants (nepalez) +- Support for stubbing constants (nepalez) ```yaml # Stub constant TIMEOUT_SEC to 10 @@ -81,3 +81,4 @@ This is a first public release with features extracted from production app. [0.0.2]: https://github.com/nepalez/fixturama/compare/v0.0.1...v0.0.2 [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 diff --git a/fixturama.gemspec b/fixturama.gemspec index 2500970..84637b6 100644 --- a/fixturama.gemspec +++ b/fixturama.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "fixturama" - gem.version = "0.0.4" + gem.version = "0.0.5" gem.author = "Andrew Kozin (nepalez)" gem.email = "andrew.kozin@gmail.com" gem.homepage = "https://github.com/nepalez/fixturama"