Hi, since several people have asked for a new release, I've looked at the state of the code base. Here are my observation:
- b1_3 is currently at version 1.3.3-SNAPSHOT and introduces two new methods. - trunk is currently at version 1.4-SNAPSHOT. It introduces the two new methods and it introduces breaking changes by removing java.io.Serializable from three classes. Several serialization related tests are currently failing. So strictly speaking from a SemVer point of view: - b1_3 is really 1.4 - trunk is really 2.0 I don't know how to progress and I don't want to create an RC which gets rejected because of compatibility issues. Benedikt