From 08aa00e8accbe275302e4089739ca5e552cfdfab Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Thu, 17 Oct 2024 11:35:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20bump=20release=20to=200.8?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed: - Upgrade anyio to 4.6.2.post1 - Upgrade psycopg to 3.2.3 - Upgrade pyinstrument to 5.0.0 - Upgrade sentry-sdk to 2.17.0 - Upgrade sqlalchemy to 2.0.36 - Upgrade starlette to 0.40.0 - Upgrade uvicorn to 0.31.1 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca871d..6351a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.8.0] - 2024-10-17 + ### Changed - Upgrade anyio to 4.6.2.post1 @@ -87,7 +89,8 @@ and this project adheres to - Implement CSV output format - Implement Parquet output format -[unreleased]: https://github.com/jmaupetit/data7/compare/v0.7.0...main +[unreleased]: https://github.com/jmaupetit/data7/compare/v0.8.0...main +[0.8.0]: https://github.com/jmaupetit/data7/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/jmaupetit/data7/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/jmaupetit/data7/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/jmaupetit/data7/compare/v0.4.1...v0.5.0 diff --git a/pyproject.toml b/pyproject.toml index 22f89fe..74d8364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data7" -version = "0.7.0" +version = "0.8.0" description = "Data7 streams CSV/Parquet datasets over HTTP from SQL queries." authors = ["Julien Maupetit "] license = "MIT"