Skip to content

Commit aabff7b

Browse files
Merge pull request #32 from datagouv/new-version
chore: bump version to 0.2.0
2 parents 3ae5d1b + 12e51e8 commit aabff7b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# Changelog
2+
13
## Current (in progress)
24

5+
## 0.2.0 (2024-11-18)
6+
37
- Add endpoint to stream a CSV response [#5](https://github.com/etalab/api-tabular/pull/5)
48
- Make URL in links absolute [#7](https://github.com/etalab/api-tabular/pull/7)
59
- Add health route [#16](https://github.com/etalab/api-tabular/pull/16)
@@ -10,3 +14,5 @@
1014
- 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)
1115
- Better handling of columns with special characters [#30](https://github.com/etalab/api-tabular/pull/30)
1216
- Update deprecated Sentry methods [#28](https://github.com/datagouv/api-tabular/pull/28)
17+
18+
## 0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "udata-hydra-csvapi"
3-
version = "0.1.0.dev"
3+
version = "0.2.0.dev"
44
description = "API for CSV converted by udata-hydra"
55
authors = ["data.gouv.fr <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)