From 9f9818d18c5d46345abf20a2970de091ad8a40ee Mon Sep 17 00:00:00 2001 From: "Andrew Kozin (nepalez)" Date: Mon, 12 Apr 2021 18:09:39 +0300 Subject: [PATCH] Bump v0.5.1 --- CHANGELOG.md | 9 ++++++++- lib/fixturama/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b0d2a..e664bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.5.1] - [2021-04-12] + +### Fixed + +- Marshalling of short strings (nepalez) + ## [0.5.0] - [2021-04-03] ### Added @@ -298,4 +304,5 @@ This is a first public release with features extracted from production app. [0.3.0]: https://github.com/nepalez/fixturama/compare/v0.2.0...v0.3.0 [0.4.0]: https://github.com/nepalez/fixturama/compare/v0.3.0...v0.4.0 [0.4.1]: https://github.com/nepalez/fixturama/compare/v0.4.0...v0.4.1 -[0.5.0]: https://github.com/nepalez/fixturama/compare/v0.4.1...v0.5.0 \ No newline at end of file +[0.5.0]: https://github.com/nepalez/fixturama/compare/v0.4.1...v0.5.0 +[0.5.1]: https://github.com/nepalez/fixturama/compare/v0.5.0...v0.5.1 \ No newline at end of file diff --git a/lib/fixturama/version.rb b/lib/fixturama/version.rb index 92d0d5e..600a0d4 100644 --- a/lib/fixturama/version.rb +++ b/lib/fixturama/version.rb @@ -1,4 +1,4 @@ module Fixturama # The current version of the gem - VERSION = "0.5.0" + VERSION = "0.5.1" end