Skip to content

Commit

Permalink
🔖(minor) bump release to 0.8.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jmaupetit committed Oct 17, 2024
1 parent 4afbc42 commit 08aa00e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [0.8.0] - 2024-10-17

### Changed

- Upgrade anyio to 4.6.2.post1
Expand Down Expand Up @@ -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
Expand Down
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 = "data7"
version = "0.7.0"
version = "0.8.0"
description = "Data7 streams CSV/Parquet datasets over HTTP from SQL queries."
authors = ["Julien Maupetit <julien@maupetit.net>"]
license = "MIT"
Expand Down

0 comments on commit 08aa00e

Please sign in to comment.