Skip to content

Commit aa36b69

Browse files
committed
Update for 1.0.1 release
1 parent 9cbb617 commit aa36b69

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.0
1+
## 1.0.1
22

33
This is a bugfix release.
44
The API is stable enough and the code is being used in production, so the version is also being bumped to 1.0.0
@@ -10,6 +10,10 @@ The API is stable enough and the code is being used in production, so the versio
1010
use a `require 'hocon/config_factory'` instead of `require hocon`
1111
* Add support for hashes with keyword keys
1212

13+
## 1.0.0
14+
15+
This version number was burned.
16+
1317
## 0.9.3
1418

1519
This is a bugfix release.

hocon.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'hocon'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.date = '2016-03-16'
55
s.summary = "HOCON Config Library"
66
s.description = "== A port of the Java {Typesafe Config}[https://github.com/typesafehub/config] library to Ruby"

0 commit comments

Comments
 (0)