in order to indicate that the introduction of the IContentSerializer and
the XmlContentSerializer class is most definitely a new feature. Actually,
the addition of IContentSerializer to the constructor of AtomEventStream
is a breaking change, but according to Semantic Versioning 2.0.0, since
AtomEventStore is still in the major version 0 range, anything can change
without further notice.
The reason for incrementing the version now is that, based on discussions today with Mikkel Christensen, parts of this library faces a largish refactoring, and I think it's a good idea to have a 'released' version before this work starts.
in order to indicate that the introduction of the IContentSerializer and the XmlContentSerializer class is most definitely a new feature. Actually, the addition of IContentSerializer to the constructor of AtomEventStream is a breaking change, but according to Semantic Versioning 2.0.0, since AtomEventStore is still in the major version 0 range, anything can change without further notice.
The reason for incrementing the version now is that, based on discussions today with Mikkel Christensen, parts of this library faces a largish refactoring, and I think it's a good idea to have a 'released' version before this work starts.