Skip to content

Commit 4996696

Browse files
committed
🔖(patch) bump release to 0.4.1
Fixed: - [CLI] fix ignored `run` `--host` and `--port` options
1 parent 94b2a8d commit 4996696

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.4.1] - 2024-07-04
12+
1113
### Fixed
1214

1315
- [CLI] fix ignored `run` `--host` and `--port` options
@@ -41,7 +43,8 @@ and this project adheres to
4143
- Implement CSV output format
4244
- Implement Parquet output format
4345

44-
[unreleased]: https://github.com/jmaupetit/data7/compare/v0.4.0...main
46+
[unreleased]: https://github.com/jmaupetit/data7/compare/v0.4.1...main
47+
[0.4.1]: https://github.com/jmaupetit/data7/compare/v0.4.0...v0.4.1
4548
[0.4.0]: https://github.com/jmaupetit/data7/compare/v0.3.0...v0.4.0
4649
[0.3.0]: https://github.com/jmaupetit/data7/compare/v0.2.0...v0.3.0
4750
[0.2.0]: https://github.com/jmaupetit/data7/compare/v0.1.0...v0.2.0

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data7"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Data7 streams CSV/Parquet datasets over HTTP from SQL queries."
55
authors = ["Julien Maupetit <julien@maupetit.net>"]
66
license = "MIT"

0 commit comments

Comments
 (0)