From 41b5438707cfab7f9c714b508649165cd8823edf Mon Sep 17 00:00:00 2001 From: "moandji.ezana" Date: Thu, 10 Dec 2015 11:49:20 -0400 Subject: [PATCH] Prepare for 0.5.0 release --- CHANGELOG.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b50a3..3898842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # toml4j Changelog -## UNRELEASED +## 0.5.0 / 2015-12-10 ### Changed @@ -11,7 +11,7 @@ ### Added -* Support for writing objects to TOML (thanks to __[dilecti](https://github.com/dilecti)__) +* Support for writing objects to TOML with TomlWriter (thanks to __[dilecti](https://github.com/dilecti)__) * Support for underscores in numbers (the feature branch had accidentally not been merged into 0.4.0! :( ) * Set Toml#entrySet() cf. Reflection section in README (thanks __[Zero3](https://github.com/Zero3)__ and __[d3xter](https://github.com/d3xter)__) * Overloaded getters that take a default value (thanks to __[udiabon](https://github.com/udiabon)__) diff --git a/pom.xml b/pom.xml index 55e3742..2a35408 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.moandjiezana.toml toml4j - 0.4.0-1-SNAPSHOT + 0.5.0-SNAPSHOT toml4j A parser for TOML http://moandjiezana.com/toml/toml4j