We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970b0eb commit aab7b78Copy full SHA for aab7b78
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.3.0 (in development)
2
------------------------
+v0.3.0 (2022-10-30)
+-------------------
3
- Renamed `JsonLinesReader::iter()` to `read_all()`
4
- Renamed `Iter` to `JsonLinesIter`, and renamed `JsonLinesIter` to
5
`JsonLinesFileIter`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde-jsonlines"
-version = "0.3.0-dev"
+version = "0.3.0"
edition = "2021"
rust-version = "1.56"
6
description = "Read & write JSON Lines documents"
README.md
@@ -31,7 +31,7 @@ Installation
31
32
```toml
33
[dependencies]
34
-serde-jsonlines = "0.2.0"
+serde-jsonlines = "0.3.0"
35
```
36
37
0 commit comments