Skip to content

Commit 88a37c3

Browse files
committed
v0.2.0 — get_ref() and get_mut()
- Gave `JsonLinesReader` and `JsonLinesWriter` new `get_ref()` and `get_mut()` methods
1 parent c79539e commit 88a37c3

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.2.0 (in development)
2-
-----------------------
1+
v0.2.0 (2022-10-29)
2+
-------------------
33
- Gave `JsonLinesReader` and `JsonLinesWriter` new `get_ref()` and `get_mut()`
44
methods
55

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.2.0-dev"
3+
version = "0.2.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.1.0"
34+
serde-jsonlines = "0.2.0"
3535
```
3636

3737

0 commit comments

Comments
 (0)