Skip to content

Commit ee5f6ba

Browse files
chore: release v0.21.0 (#337)
Co-authored-by: unleash-bot[bot] <194219037+unleash-bot[bot]@users.noreply.github.com>
1 parent 81d17d2 commit ee5f6ba

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

unleash-yggdrasil/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.21.0](https://github.com/Unleash/yggdrasil/compare/v0.20.2...v0.21.0) - 2026-02-20
9+
10+
### 🚀 Features
11+
- regex constraints ([#338](https://github.com/Unleash/yggdrasil/issues/338)) (by @sighphyre) - #338
12+
13+
### 🐛 Bug Fixes
14+
- drop negative counter inc ([#336](https://github.com/Unleash/yggdrasil/issues/336)) (by @kwasniew) - #336
15+
16+
### Contributors
17+
18+
* @sighphyre
19+
* @kwasniew
20+
821
## [0.20.2](https://github.com/Unleash/yggdrasil/compare/v0.20.1...v0.20.2) - 2026-01-28
922

1023
### 🐛 Bug Fixes

unleash-yggdrasil/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "unleash-yggdrasil"
4-
version = "0.20.2"
4+
version = "0.21.0"
55
description = "This is the Unleash SDK domain logic extracted into a library to facilitate building your own Unleash SDKs in anything, anywhere."
66
license = "MIT"
77

0 commit comments

Comments
 (0)