Skip to content

Commit 89b6e59

Browse files
chore: release v0.20.2 (#335)
Co-authored-by: unleash-bot[bot] <194219037+unleash-bot[bot]@users.noreply.github.com>
1 parent 3554a99 commit 89b6e59

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

unleash-yggdrasil/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.20.2](https://github.com/Unleash/yggdrasil/compare/v0.20.1...v0.20.2) - 2026-01-28
9+
10+
### 🐛 Bug Fixes
11+
- gauge post collect, infinity handling ([#334](https://github.com/Unleash/yggdrasil/issues/334)) (by @kwasniew) - #334
12+
13+
### Contributors
14+
15+
* @kwasniew
16+
817
## [0.20.1](https://github.com/Unleash/yggdrasil/compare/v0.20.0...v0.20.1) - 2026-01-23
918

1019
### 🚀 Features

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.1"
4+
version = "0.20.2"
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)