Skip to content

Commit 586b67e

Browse files
committed
chore(main): release 0.5.0
1 parent c655d52 commit 586b67e

File tree

3 files changed

+31
-6
lines changed

3 files changed

+31
-6
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
1+
# Changelog
2+
3+
## [0.5.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.4.0...v0.5.0) (2025-11-10)
4+
5+
6+
### Features
7+
8+
* Add evaluation context ([#23](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/23)) ([c655d52](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/c655d52797eeeddf3b6ce43d62f2b3c9eb362e41))
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** No `.release-please-manifest.json` present ([#18](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/18)) ([b20a9b0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/b20a9b01fbe4db7fa0fd869218fd6892e31c9b31))
14+
15+
16+
### CI
17+
18+
* add release please ([#15](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/15)) ([2f17b1b](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/2f17b1b873ab65200bdf5df147ebf852c10e5c76))
19+
20+
21+
### Other
22+
23+
* add root CODEOWNERS ([#22](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/22)) ([5402536](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/5402536391dca2e05d09bc49304d5d4b4bcb217f))
24+
* versioned test data ([#17](https://github.com/Flagsmith/flagsmith-rust-flag-engine/issues/17)) ([5459ba0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/commit/5459ba0cc1f3c9f2d831da8b812436eb91a64589))
25+
126
<a id="v0.4.0"></a>
2-
# [v0.4.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.4.0) - 2024-04-04
27+
## [v0.4.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.4.0) - 2024-04-04
328

429
## What's Changed
530
* feat: Add identity overrides to Environment model by [@khvn26](https://github.com/khvn26) in [#12](https://github.com/Flagsmith/flagsmith-rust-flag-engine/pull/12)
@@ -11,7 +36,7 @@
1136

1237

1338
<a id="v0.3.0"></a>
14-
# [v0.3.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.3.0) - 2023-07-20
39+
## [v0.3.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.3.0) - 2023-07-20
1540

1641
## What's Changed
1742
* feat: implement the `IN` operator by [@khvn26](https://github.com/khvn26) in [#9](https://github.com/Flagsmith/flagsmith-rust-flag-engine/pull/9)
@@ -25,7 +50,7 @@
2550

2651

2752
<a id="v0.2.0"></a>
28-
# [v0.2.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.2.0) - 2022-10-20
53+
## [v0.2.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.2.0) - 2022-10-20
2954

3055
## What's Changed
3156
* feat(modulo): Add modulo operator by [@gagantrivedi](https://github.com/gagantrivedi) in [#6](https://github.com/Flagsmith/flagsmith-rust-flag-engine/pull/6)
@@ -38,7 +63,7 @@
3863

3964

4065
<a id="v0.1.1"></a>
41-
# [v0.1.1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.1.1) - 2022-05-27
66+
## [v0.1.1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.1.1) - 2022-05-27
4267

4368
## What's Changed
4469
* Implement flag engine v0.1.0 by [@gagantrivedi](https://github.com/gagantrivedi) in [#1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/pull/1)

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.4.0"
3+
version = "0.5.0"
44
authors = ["Gagan Trivedi <gagan.trivedi@flagsmith.com>"]
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)