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 f5f895a commit 0e1cf44Copy full SHA for 0e1cf44
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
9
+## 2.4.0 - 2021-07-28
10
+### Added
11
+
12
+* Support serializing u128/i128 as json-numbers
13
14
## 2.3.0 - 2018-12-04
15
### Added
16
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "slog-json"
3
-version = "2.3.0"
+version = "2.4.0"
4
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
5
description = "JSON drain for slog-rs"
keywords = ["slog", "logging", "json"]
0 commit comments