Skip to content

Commit

Permalink
Merge pull request #32 from datagouv/new-version
Browse files Browse the repository at this point in the history
chore: bump version to 0.2.0
  • Loading branch information
bolinocroustibat authored Nov 18, 2024
2 parents 3ae5d1b + 12e51e8 commit aabff7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit aabff7b

Please sign in to comment.