Skip to content

Commit

Permalink
Prepare release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFeinauer committed Jul 6, 2022
1 parent 2e8f61b commit 85b4f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsfile-writer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tsfile-writer"
authors = ["[email protected]"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description = "A simple TsFile writer in rust with a sync sender to import tsfiles to Apache IoTDB instances"
Expand Down
2 changes: 1 addition & 1 deletion tsfile-writer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ I.e. it will send tsfiles to the respective reveiving server using Apache IoTDBs

## Changelog

### 0.2.0
### 0.2.1 (re-release due to wrong changelog)

- TsFileWriter::write_many now accepts `IntoIterator<Item=DataPoint<'a>>` as argument instead of only `Vec<DataPoint<'a>>`
- Added SyncSender (feature `sync_sender`)
Expand Down

0 comments on commit 85b4f7a

Please sign in to comment.