diff --git a/src/Avro.FSharp.fsproj b/src/Avro.FSharp.fsproj index 44b6b9e..3040e08 100644 --- a/src/Avro.FSharp.fsproj +++ b/src/Avro.FSharp.fsproj @@ -5,15 +5,19 @@ usix Avro.FSharp FSharp implementation of Apache Avro. The library generates an Avro schema by an F# type as well as serialize and deserialize an F# data in binary and json encodings. - 0.4.0.0 - 0.4.0.0 - 0.4.0.0 + 1.0.0.0 + 1.0.0.0 + 1.0.0.0 Avro;FSharp Apache-2.0 https://github.com/usix79/Avro.FSharp true # Release Notes + ## 1.0.0 - 2022-06-13 + ! Final Release + * Implemented zig-zag encoding for integers + * Fixed bug when serde close its stream ## 0.4.0 - 2020-11-18 * Seamless compatibility with Fable.Avro ## 0.3.0 - 2020-11-03