From 5f908c52269e00920d3ca89a067510bed87f7479 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:33:45 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bae8f9..55e529d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.5.1"} +{".":"0.6.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 682c745..dacb17c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.5.1...v0.6.0) (2026-01-19) + + +### Features + +* Add feature_type to FeatureMetadata ([#32](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/32)) ([b8fc3d7](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/b8fc3d787f2e2d5af720320fba717482d0b97d9b)) + ## [0.5.1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.5.0...v0.5.1) (2025-12-02) diff --git a/Cargo.toml b/Cargo.toml index c9ce359..ddbfb24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flagsmith-flag-engine" -version = "0.5.1" +version = "0.6.0" authors = ["Gagan Trivedi "] edition = "2021" description = "This project is the rust clone of flagsmith flag engine: https://github.com/Flagsmith/flagsmith-engine"