From 71f971ca9d031a66a56a5e13af83db6751048d21 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Wed, 3 Jul 2024 18:54:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20bump=20release=20to=200.3?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: - Add project documentation --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc1154..27ad567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.3.0] - 2024-07-03 + ### Added - Add project documentation @@ -25,6 +27,7 @@ and this project adheres to - Implement CSV output format - Implement Parquet output format -[unreleased]: https://github.com/jmaupetit/data7/compare/v0.2.0...main +[unreleased]: https://github.com/jmaupetit/data7/compare/v0.3.0...main +[0.3.0]: https://github.com/jmaupetit/data7/compare/v0.2.0...v0.3.0 [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 8b0c1ec..fe86b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data7" -version = "0.2.0" +version = "0.3.0" description = "Data7 streams CSV/Parquet datasets over HTTP from SQL queries." authors = ["Julien Maupetit "] license = "MIT"