Skip to content

Commit

Permalink
Bump v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Apr 12, 2021
1 parent ea26c7c commit 9f9818d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[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
2 changes: 1 addition & 1 deletion lib/fixturama/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Fixturama
# The current version of the gem
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit 9f9818d

Please sign in to comment.