Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Prepare release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYawe committed Jun 4, 2019
1 parent c5b5a83 commit a408d4b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changes

### Added

## [0.4.1] - 2019-06-04
### Changes
- Fix symbol json encoding breaking compatibility with some gems

Expand Down Expand Up @@ -81,8 +85,9 @@ available.
### Added
- Initial release.

[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.0...HEAD
[0.3.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.3.1...v0.4.0
[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/zenaton/zenaton-ruby/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/zenaton/zenaton-ruby/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/zenaton/zenaton-ruby/compare/v0.2.2...v0.2.3
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
zenaton (0.4.0)
zenaton (0.4.1)
activesupport
tzinfo-data

GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.1)
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -17,13 +17,13 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
coderay (1.1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.3.1)
hashdiff (0.3.7)
i18n (1.1.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
json (2.1.0)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
timecop (0.9.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2018.5)
tzinfo-data (1.2019.1)
tzinfo (>= 1.0.0)
unicode-display_width (1.4.0)
vcr (4.0.0)
Expand All @@ -99,4 +99,4 @@ DEPENDENCIES
zenaton!

BUNDLED WITH
1.16.1
1.17.2
2 changes: 1 addition & 1 deletion lib/zenaton/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Zenaton
# This gem's current version
VERSION = '0.4.0'
VERSION = '0.4.1'
end

0 comments on commit a408d4b

Please sign in to comment.