Skip to content

Commit c33b9d7

Browse files
committed
chore(main): release 0.5.1
1 parent 02422cf commit c33b9d7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.5.0"}
1+
{".":"0.5.1"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.5.0...v0.5.1) (2025-12-02)
4+
5+
6+
### Bug Fixes
7+
8+
* check-context-values-exists-or-return-false ([#28](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/28)) ([579d0e5](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/579d0e5f93ad04b6f1f51894e361f6cc08dc27d9))
9+
* map-environment-name-and-tests ([#29](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/29)) ([d5c1442](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/d5c14429002d270993190c665c785b40022e5a22))
10+
11+
12+
### Other
13+
14+
* bump engine-test-data to v3.5.0 ([#31](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/31)) ([02422cf](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/02422cfd96838f6c35c39d8463df200d057337ee))
15+
316
## [0.5.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.4.0...v0.5.0) (2025-11-17)
417

518

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flagsmith-flag-engine"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Gagan Trivedi <[email protected]>"]
55
edition = "2021"
66
description = "This project is the rust clone of flagsmith flag engine: https://github.com/Flagsmith/flagsmith-engine"

0 commit comments

Comments
 (0)