|
| 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 | + |
1 | 26 | <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 |
3 | 28 |
|
4 | 29 | ## What's Changed |
5 | 30 | * 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 | 36 |
|
12 | 37 |
|
13 | 38 | <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 |
15 | 40 |
|
16 | 41 | ## What's Changed |
17 | 42 | * feat: implement the `IN` operator by [@khvn26](https://github.com/khvn26) in [#9](https://github.com/Flagsmith/flagsmith-rust-flag-engine/pull/9) |
|
25 | 50 |
|
26 | 51 |
|
27 | 52 | <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 |
29 | 54 |
|
30 | 55 | ## What's Changed |
31 | 56 | * feat(modulo): Add modulo operator by [@gagantrivedi](https://github.com/gagantrivedi) in [#6](https://github.com/Flagsmith/flagsmith-rust-flag-engine/pull/6) |
|
38 | 63 |
|
39 | 64 |
|
40 | 65 | <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 |
42 | 67 |
|
43 | 68 | ## What's Changed |
44 | 69 | * Implement flag engine v0.1.0 by [@gagantrivedi](https://github.com/gagantrivedi) in [#1](https://github.com/Flagsmith/flagsmith-rust-flag-engine/pull/1) |
|
0 commit comments