From 2f79dd6d8cb7119d63bccf0f6eac015ea62cea53 Mon Sep 17 00:00:00 2001 From: David Raznick Date: Fri, 26 May 2023 12:36:15 +0100 Subject: [PATCH] bump version --- Cargo.toml | 8 ++++---- docs/changelog.md | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ede36f..54408b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatterer" -version = "0.19.3" +version = "0.19.4" authors = ["David Raznick "] edition = "2021" license = "MIT" @@ -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" diff --git a/docs/changelog.md b/docs/changelog.md index a9b0251..58738c1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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