Prepare for 2.12.2 release.

This commit is contained in:
Karsten Loesing 2020-04-30 22:11:52 +02:00
parent 1c3bcae76d
commit 7a5115dd76
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
# Changes in version 2.??.? - 2020-??-??
# Changes in version 2.12.2 - 2020-04-30
* Minor changes
- Change the order of detecting descriptor types by content and/
file name.
# Changes in version 2.12.1 - 2020-04-30

View File

@ -7,7 +7,7 @@
<project default="usage" name="metrics-lib" basedir="."
xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="release.version" value="2.12.1-dev" />
<property name="release.version" value="2.12.2" />
<property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
<property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/**" />
<property name="implementation-title" value="Tor Metrics Library" />