Skip to content

Commit c7a6eb6

Browse files
committed
Bump version to 0.4.0 and update CHANGES.md
1 parent ac0bb4a commit c7a6eb6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.0 (2017-04-16)
2+
3+
* Add support for Boolean Value and Set types
4+
* Add `TJSON.load` and `TJSON.load_file` methods
5+
16
## 0.3.0 (2016-11-06)
27

38
* Add `TJSON.pretty_generate`

lib/tjson/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TJSON
4-
VERSION = "0.3.0"
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)