Skip to content

Commit 6fab484

Browse files
committed
chore(main): release 0.4.1
1 parent b20a9b0 commit 6fab484

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-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.4.1"}

CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1+
# Changelog
2+
3+
## [0.4.1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.4.0...v0.4.1) (2025-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
### CI
12+
13+
* 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))
14+
15+
16+
### Other
17+
18+
* 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))
19+
120
<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
21+
## [v0.4.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.4.0) - 2024-04-04
322

423
## What's Changed
524
* 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 +30,7 @@
1130

1231

1332
<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
33+
## [v0.3.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.3.0) - 2023-07-20
1534

1635
## What's Changed
1736
* 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 +44,7 @@
2544

2645

2746
<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
47+
## [v0.2.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.2.0) - 2022-10-20
2948

3049
## What's Changed
3150
* 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 +57,7 @@
3857

3958

4059
<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
60+
## [v0.1.1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.1.1) - 2022-05-27
4261

4362
## What's Changed
4463
* 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.4.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)