File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 0.4.1] - 2024-07-04
12
+
11
13
### Fixed
12
14
13
15
- [ CLI] fix ignored ` run ` ` --host ` and ` --port ` options
@@ -41,7 +43,8 @@ and this project adheres to
41
43
- Implement CSV output format
42
44
- Implement Parquet output format
43
45
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
45
48
[ 0.4.0 ] : https://github.com/jmaupetit/data7/compare/v0.3.0...v0.4.0
46
49
[ 0.3.0 ] : https://github.com/jmaupetit/data7/compare/v0.2.0...v0.3.0
47
50
[ 0.2.0 ] : https://github.com/jmaupetit/data7/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " data7"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
description = " Data7 streams CSV/Parquet datasets over HTTP from SQL queries."
5
5
authors = [" Julien Maupetit <julien@maupetit.net>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments