Skip to content

Commit 585fc55

Browse files
committed
bump version to 1.3.0
1 parent 7fffb1e commit 585fc55

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
=== 1.3.0 / 2017-05-02
2+
3+
Compatibility Changes:
4+
5+
* Removed `YAML::EngineManager`. It's not working after Ruby 2.2.
6+
We completely gave up to support it.
7+
18
=== 1.2.0 / 2016-11-12
29

310
Bug fixes:

syck.gemspec

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

33
Gem::Specification.new do |s|
44
s.name = "syck"
5-
s.version = "1.2.0"
5+
s.version = "1.3.0"
66

77
s.summary = "A gemified version of Syck from Ruby's stdlib"
88
s.description = "A gemified version of Syck from Ruby's stdlib. Syck has been removed from\nRuby's stdlib, and this gem is meant to bridge the gap for people that haven't\nupdated their YAML yet."

0 commit comments

Comments
 (0)