Skip to content

Commit

Permalink
🔖(minor) bump release to 0.2.0
Browse files Browse the repository at this point in the history
Added:

- Implement `data7` CLI
  • Loading branch information
jmaupetit committed Jul 1, 2024
1 parent 6e85364 commit b6a60b9
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.2.0] - 2024-07-01

### Added

- Implement `data7` CLI
Expand All @@ -19,5 +21,6 @@ and this project adheres to
- Implement CSV output format
- Implement Parquet output format

[unreleased]: https://github.com/jmaupetit/data7/compare/v0.1.0...main
[unreleased]: https://github.com/jmaupetit/data7/compare/v0.2.0...main
[0.2.0]: https://github.com/jmaupetit/data7/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/jmaupetit/data7/compare/27c4af8...v0.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 = "data7"
version = "0.1.0"
version = "0.2.0"
description = "Data7 streams CSV/Parquet datasets over HTTP from SQL queries."
authors = ["Julien Maupetit <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b6a60b9

Please sign in to comment.