Skip to content

Commit aab7b78

Browse files
committed
v0.3.0 — Renamings
- Renamed `JsonLinesReader::iter()` to `read_all()` - Renamed `Iter` to `JsonLinesIter`, and renamed `JsonLinesIter` to `JsonLinesFileIter`
1 parent 970b0eb commit aab7b78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.0 (in development)
2-
-----------------------
1+
v0.3.0 (2022-10-30)
2+
-------------------
33
- Renamed `JsonLinesReader::iter()` to `read_all()`
44
- Renamed `Iter` to `JsonLinesIter`, and renamed `JsonLinesIter` to
55
`JsonLinesFileIter`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde-jsonlines"
3-
version = "0.3.0-dev"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.56"
66
description = "Read & write JSON Lines documents"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installation
3131

3232
```toml
3333
[dependencies]
34-
serde-jsonlines = "0.2.0"
34+
serde-jsonlines = "0.3.0"
3535
```
3636

3737

0 commit comments

Comments
 (0)