[tor-commits] [metrics-lib/release] Prepare for 2.0.0 release.
karsten at torproject.org
karsten at torproject.org
Wed Jun 28 17:54:52 UTC 2017
commit 82a8d92b66dfec42918d131a89457acd33f3f660
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed Jun 28 11:49:27 2017 +0200
Prepare for 2.0.0 release.
---
CHANGELOG.md | 3 ++-
build.xml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4754dde..a0eb4ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
-# Changes in version 2.0.0 - 2017-06-??
+# Changes in version 2.0.0 - 2017-06-28
* Major changes
- Always use UTF-8 as charset rather than using the platform's
default charset.
+ - Remove all code that was deprecated in 1.x versions.
* Minor changes
- Replace custom ImplementationNotAccessibleException thrown by
diff --git a/build.xml b/build.xml
index 765d16f..8355298 100644
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
<project default="usage" name="metrics-lib" basedir=".">
- <property name="release.version" value="1.9.0-dev" />
+ <property name="release.version" value="2.0.0" />
<property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
<property name="javadoc-excludes" value="**/impl/** **/index/**" />
<property name="implementation-title" value="Tor Metrics Library" />
More information about the tor-commits
mailing list