Skip to content

Commit fd5eae6

Browse files
committed
chore(main): release 0.4.1
1 parent 5402536 commit fd5eae6

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-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: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1+
# Changelog
2+
3+
## [0.4.1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/compare/v0.4.0...v0.4.1) (2025-08-26)
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+
* 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))
19+
* 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))
20+
121
<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
22+
## [v0.4.0](https://github.com/Flagsmith/flagsmith-rust-flag-engine/releases/tag/v0.4.0) - 2024-04-04
323

424
## What's Changed
525
* 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 +31,7 @@
1131

1232

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

1636
## What's Changed
1737
* 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 +45,7 @@
2545

2646

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

3050
## What's Changed
3151
* 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 +58,7 @@
3858

3959

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

4363
## What's Changed
4464
* 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)