Commit f7811acb authored by Hiro's avatar Hiro 🏄
Browse files

Prepare for 2.19.0 release.

parent 6bc10cbd
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
# Changes in version 2.xx.y - 2021-xx-yy
# Changes in version 2.19.0 - 2021-08-17

  * Medium changes
    - Expose overload-general fields in ServerDescriptor.

  * Minor changes
    - Document ExtraInfoDescriptor classes
    - Refactor javadoc to remove some style warnings


# Changes in version 2.18.0 - 2021-07-30

@@ -485,4 +491,3 @@
 * Major changes
   - This is the initial release after four years of development.
     Happy 4th birthday!
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
<project default="usage" name="metrics-lib" basedir="."
         xmlns:ivy="antlib:org.apache.ivy.ant">

  <property name="release.version" value="2.18.0-dev" />
  <property name="release.version" value="2.19.0" />
  <property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
  <property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/** **/onionperf/**" />
  <property name="implementation-title" value="Tor Metrics Library" />