Skip to content

Commit 57b8a9e

Browse files
committed
chore(main): release 0.5.1
1 parent d5c1442 commit 57b8a9e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.5.0...v0.5.1) (2025-12-01)
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+
311
## [0.5.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.4.0...v0.5.0) (2025-11-17)
412

513

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)