This commit is contained in:
Havoc Pennington 2012-09-06 09:27:01 -04:00
parent e7f203bf45
commit 46386e818f
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# 0.5.2: September 6, 2012
- add versions of ConfigFactory.load() which let you specify
ConfigParseOptions and ConfigResolveOptions.
# 0.5.0: July 5, 2012
- triple-quoted strings as in Python or Scala

View File

@ -44,7 +44,7 @@ Maven Central.
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>0.5.0</version>
<version>0.5.2</version>
</dependency>
Obsolete releases are here, but you probably don't want these:

View File

@ -9,7 +9,7 @@
// Versions and git tags should follow: http://semver.org/
// except using -SNAPSHOT instead of without hyphen.
version in GlobalScope := "0.5.1-SNAPSHOT"
version in GlobalScope := "0.5.2"
organization in GlobalScope := "com.typesafe"