Skip to content

Commit

Permalink
fix: wrong negation under allGroupSegmentsAreMatched for 'not' operator
Browse files Browse the repository at this point in the history
  • Loading branch information
polok committed Feb 23, 2024
1 parent 785984e commit 52f4672
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/featurevisor/featurevisor-swift/compare/0.5.0...0.6.0) (2024-02-23)

### Bugfixs

* Wrong negation under allGroupSegmentsAreMatched for 'not' operator ([785984e](https://github.com/featurevisor/featurevisor-swift/commit/785984e9583b7b04eed10ad55c9687ae29ab4bb4))
* Rule percentage checks are now inclusive of end range ([7be4657](https://github.com/featurevisor/featurevisor-swift/commit/7be4657674a960ca252ce32b72930398cbf91028))

## [0.5.0](https://github.com/featurevisor/featurevisor-swift/compare/0.4.0...0.5.0) (2024-01-09)

### Bugfixs
Expand Down

0 comments on commit 52f4672

Please sign in to comment.