From 53fda7acad3a5244556a1137a287923e1e16d8dd Mon Sep 17 00:00:00 2001 From: "unleash-bot[bot]" <194219037+unleash-bot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:38:49 +0000 Subject: [PATCH] chore: release v0.15.6 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bcf3c..8c5b5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.15.6](https://github.com/Unleash/unleash-types-rs/compare/v0.15.5...v0.15.6) - 2025-01-30 + +### ⚙️ Miscellaneous Tasks +- refactor delta applying to be in generic function (#69) (by @sjaanus) - #69 + +### Contributors + +* @sjaanus + ## [0.15.5](https://github.com/Unleash/unleash-types-rs/compare/v0.15.4...v0.15.5) - 2025-01-29 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 3248b0f..5c26f5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -407,7 +407,7 @@ checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" [[package]] name = "unleash-types" -version = "0.15.5" +version = "0.15.6" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dbd17b5..dd9350b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unleash-types" -version = "0.15.5" +version = "0.15.6" edition = "2021" authors = [ "Christopher Kolstad ",