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

Commit 12c16d7

Browse files
committed
Release 0.5.1
1 parent 2986c9a commit 12c16d7

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
PATH
22
remote: .
33
specs:
4-
zenaton (0.5.0)
4+
zenaton (0.5.1)
55
activesupport
66
tzinfo-data
77

88
GEM
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)
@@ -88,6 +89,7 @@ GEM
8889
addressable (>= 2.3.6)
8990
crack (>= 0.3.2)
9091
hashdiff (>= 0.4.0, < 2.0.0)
92+
zeitwerk (2.1.9)
9193

9294
PLATFORMS
9395
ruby

lib/zenaton/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Zenaton
44
# This gem's current version
5-
VERSION = '0.5.0'
5+
VERSION = '0.5.1'
66
end

0 commit comments

Comments
 (0)