From 0e1cf44b5d114056403c516e740ce75da5fd0bea Mon Sep 17 00:00:00 2001 From: Reto Kaiser Date: Wed, 28 Jul 2021 09:31:06 +0200 Subject: [PATCH] Prepare release 2.4.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649513c..4366f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## 2.4.0 - 2021-07-28 +### Added + +* Support serializing u128/i128 as json-numbers + ## 2.3.0 - 2018-12-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1a5f977..e7bae83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slog-json" -version = "2.3.0" +version = "2.4.0" authors = ["Dawid Ciężarkiewicz "] description = "JSON drain for slog-rs" keywords = ["slog", "logging", "json"]