From 12e51e811d3d621a495dc678b977362d083d1fa8 Mon Sep 17 00:00:00 2001 From: Adrien Carpentier Date: Mon, 18 Nov 2024 16:55:25 +0100 Subject: [PATCH] chore: bump version to 0.2.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef5540..34699ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +# Changelog + ## Current (in progress) +## 0.2.0 (2024-11-18) + - Add endpoint to stream a CSV response [#5](https://github.com/etalab/api-tabular/pull/5) - Make URL in links absolute [#7](https://github.com/etalab/api-tabular/pull/7) - Add health route [#16](https://github.com/etalab/api-tabular/pull/16) @@ -10,3 +14,5 @@ - Update CI to build in Python 3.11 instead of Python 3.9, update deprecated CI [#29](https://github.com/datagouv/api-tabular/pull/29) - Better handling of columns with special characters [#30](https://github.com/etalab/api-tabular/pull/30) - Update deprecated Sentry methods [#28](https://github.com/datagouv/api-tabular/pull/28) + +## 0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 3753196..554053c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "udata-hydra-csvapi" -version = "0.1.0.dev" +version = "0.2.0.dev" description = "API for CSV converted by udata-hydra" authors = ["data.gouv.fr "] license = "MIT"