This repository was archived by the owner on Jul 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Added
1111
12+ ### Fixed
13+
14+ ## [ 0.5.1] - 2019-09-18
15+ ### Added
16+
1217- Added missing documentation for serialization.
1318- Added ` custom_id ` argument for workflow schedule.
1419
15- ### Fixed
16-
1720## [ 0.5.0] - 2019-08-27
1821### Changes
1922- No longer load JSON core extensions. Use our own refinements to avoid clashes
@@ -114,7 +117,8 @@ available.
114117### Added
115118- Initial release.
116119
117- [ Unreleased ] : https://github.com/zenaton/zenaton-ruby/compare/v0.5.0...HEAD
120+ [ Unreleased ] : https://github.com/zenaton/zenaton-ruby/compare/v0.5.1...HEAD
121+ [ 0.5.1 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.5.0...v0.5.1
118122[ 0.5.0 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.4.2...v0.5.0
119123[ 0.4.2 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.4.1...v0.4.2
120124[ 0.4.1 ] : https://github.com/zenaton/zenaton-ruby/compare/v0.4.0...v0.4.1
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- zenaton (0.5.0 )
4+ zenaton (0.5.1 )
55 activesupport
66 tzinfo-data
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
11- activesupport (5.2.3 )
11+ activesupport (6.0.0 )
1212 concurrent-ruby (~> 1.0 , >= 1.0.2 )
1313 i18n (>= 0.7 , < 2 )
1414 minitest (~> 5.1 )
1515 tzinfo (~> 1.1 )
16+ zeitwerk (~> 2.1 , >= 2.1.8 )
1617 addressable (2.6.0 )
1718 public_suffix (>= 2.0.2 , < 4.0 )
1819 appraisal (2.2.0 )
8889 addressable (>= 2.3.6 )
8990 crack (>= 0.3.2 )
9091 hashdiff (>= 0.4.0 , < 2.0.0 )
92+ zeitwerk (2.1.9 )
9193
9294PLATFORMS
9395 ruby
Original file line number Diff line number Diff line change 22
33module Zenaton
44 # This gem's current version
5- VERSION = '0.5.0 '
5+ VERSION = '0.5.1 '
66end
You can’t perform that action at this time.
0 commit comments