diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5ef0ef..aa6c4d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.2.0] - 2022-09-21 + **Breaking**: Previous versions of Seafowl won't be able to read data written by this version. - Fix storage of nullable / list columns () @@ -22,6 +24,7 @@ -[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.1.1...HEAD +[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/splitgraph/seafowl/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/splitgraph/seafowl/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/splitgraph/seafowl/compare/v0.1.0-dev.4...v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index e64ef553..e2821e11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3255,7 +3255,7 @@ dependencies = [ [[package]] name = "seafowl" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index 437168bb..be44d3a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "seafowl" build = "build.rs" -version = "0.1.1" +version = "0.2.0" edition = "2021" readme = "README.md"