Skip to content

Commit

Permalink
Update Changelog and Gemspec for 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLilah committed Jul 14, 2015
1 parent be17f2a commit 7defef5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.9.3

This is a bugfix release.

* Fixed a bug wherein inserting an array or a hash into a ConfigDocument would cause
"# hardcoded value" comments to be generated before every entry in the hash/array.

## 0.9.2

This is a bugfix release
Expand Down
4 changes: 2 additions & 2 deletions hocon.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'hocon'
s.version = '0.9.2'
s.date = '2015-06-30'
s.version = '0.9.3'
s.date = '2015-07-14'
s.summary = "HOCON Config Library"
s.description = "== A port of the Java {Typesafe Config}[https://github.com/typesafehub/config] library to Ruby"
s.authors = ["Chris Price", "Wayne Warren", "Preben Ingvaldsen", "Joe Pinsonault", "Kevin Corcoran"]
Expand Down

0 comments on commit 7defef5

Please sign in to comment.