Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed May 26, 2023
1 parent 887abbb commit 2f79dd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flatterer"
version = "0.19.3"
version = "0.19.4"
authors = ["David Raznick <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,15 +14,15 @@ serde_json = { version = "1.0.83", features = ["preserve_order"] }
pyo3 = { version = "0.18.3", features = ["extension-module", "eyre"] }
eyre= "0.6.8"
#libflatterer={path = "../libflatterer"}
libflatterer="0.19.2"
libflatterer="0.19.3"

flatterer-web="0.19.2"
flatterer-web="0.19.3"
#flatterer-web={path = "../flatterer-web"}

env_logger= "0.9.0"
log= "0.4.17"
ctrlc= "3.2.2"
csvs_convert = "0.8.2"
csvs_convert = "0.8.3"
num_cpus = "1.13.1"
multi_reader = "0.1.0"

Expand Down
7 changes: 6 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.

and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.19.3] - 2023-05-11
## [0.19.4] - 2023-05-26

### Fixed
- Allow multiple files while downloading from s3
- Stop detecting floats where precision is too low.

## [0.19.3] - 2023-05-11
### Fixed
- CSV output to S3 broken in some cases.
- Stop csv directory being made when using S3
Expand Down

0 comments on commit 2f79dd6

Please sign in to comment.