From b6a60b9ffe7f2d3d4a47981a437601daa78c11e6 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 1 Jul 2024 15:55:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20bump=20release=20to=200.2?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: - Implement `data7` CLI --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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"