Skip to content

Commit 7defef5

Browse files
committed
Update Changelog and Gemspec for 0.9.3
1 parent be17f2a commit 7defef5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.9.3
2+
3+
This is a bugfix release.
4+
5+
* Fixed a bug wherein inserting an array or a hash into a ConfigDocument would cause
6+
"# hardcoded value" comments to be generated before every entry in the hash/array.
7+
18
## 0.9.2
29

310
This is a bugfix release

hocon.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'hocon'
3-
s.version = '0.9.2'
4-
s.date = '2015-06-30'
3+
s.version = '0.9.3'
4+
s.date = '2015-07-14'
55
s.summary = "HOCON Config Library"
66
s.description = "== A port of the Java {Typesafe Config}[https://github.com/typesafehub/config] library to Ruby"
77
s.authors = ["Chris Price", "Wayne Warren", "Preben Ingvaldsen", "Joe Pinsonault", "Kevin Corcoran"]

0 commit comments

Comments
 (0)