diff --git a/CHANGELOG.md b/CHANGELOG.md index b896f70..9bf4d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.2.0] - 2024-07-01 + ### Added - Implement `data7` CLI @@ -19,5 +21,6 @@ and this project adheres to - Implement CSV output format - Implement Parquet output format -[unreleased]: https://github.com/jmaupetit/data7/compare/v0.1.0...main +[unreleased]: https://github.com/jmaupetit/data7/compare/v0.2.0...main +[0.2.0]: https://github.com/jmaupetit/data7/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/jmaupetit/data7/compare/27c4af8...v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index b660550..35330fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data7" -version = "0.1.0" +version = "0.2.0" description = "Data7 streams CSV/Parquet datasets over HTTP from SQL queries." authors = ["Julien Maupetit "] license = "MIT"