Skip to content

Commit 0e1cf44

Browse files
committed
Prepare release 2.4.0
1 parent f5f895a commit 0e1cf44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 2.4.0 - 2021-07-28
10+
### Added
11+
12+
* Support serializing u128/i128 as json-numbers
13+
914
## 2.3.0 - 2018-12-04
1015
### Added
1116

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slog-json"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
55
description = "JSON drain for slog-rs"
66
keywords = ["slog", "logging", "json"]

0 commit comments

Comments
 (0)