From 9f2d5749490e0b19fade984f97ba173609fc8edf Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 18 Sep 2023 15:46:22 -0700 Subject: [PATCH] -rc4 Signed-off-by: Brian L. Troutwine --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4402d0d..91572d4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.18.1-rc4] +### Changed +- The int-only experiment is now reverted. +- Configuration for numeric values now explicitly allows constant values. + ## [0.18.1-rc3] ### Changed - DogStatsD NumValue is now int-only for experimental purposes, range is also made inclusive. The inclusivity will remain. diff --git a/Cargo.lock b/Cargo.lock index 8e9490c00..7142ae8e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1010,7 +1010,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.18.1-rc2" +version = "0.18.1-rc4" dependencies = [ "async-pidfd", "byte-unit", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index b95f5803b..054cd9815 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.18.1-rc2" +version = "0.18.1-rc4" authors = ["Brian L. Troutwine ", "George Hahn