Skip to content

Commit d43cda8

Browse files
committed
Release unleash-yggdrasil v0.18.1
1 parent c2ca8d1 commit d43cda8

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

unleash-yggdrasil/CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,38 @@ 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+
## v0.18.1 (2025-08-19)
9+
10+
### New Features
11+
12+
- <csr-id-c2ca8d1123512471f1c29a753338745903b120e8/> expose get_state method in core binaries
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 26 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 1 unique issue was worked on: [#295](https://github.com/Unleash/yggdrasil/issues/295)
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **[#295](https://github.com/Unleash/yggdrasil/issues/295)**
30+
- Expose get_state method in core binaries ([`c2ca8d1`](https://github.com/Unleash/yggdrasil/commit/c2ca8d1123512471f1c29a753338745903b120e8))
31+
</details>
32+
833
## v0.18.0 (2025-07-23)
934

35+
<csr-id-ff972f5b647732ad1ccf975519c387d3c6816c78/>
36+
<csr-id-c4079ebcc45c9978576520852aec88d187edd001/>
37+
<csr-id-3231e8635a7235b1d95319f21227d519c2dd4951/>
38+
<csr-id-3232c0bf831dac5f6a49f24f9cde76df04979a8e/>
39+
1040
### Chore
1141

1242
- <csr-id-ff972f5b647732ad1ccf975519c387d3c6816c78/> bump version to 0.18.0
@@ -22,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2252

2353
<csr-read-only-do-not-edit/>
2454

25-
- 5 commits contributed to the release over the course of 47 calendar days.
55+
- 6 commits contributed to the release over the course of 47 calendar days.
2656
- 55 days passed between releases.
2757
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
2858
- 3 unique issues were worked on: [#269](https://github.com/Unleash/yggdrasil/issues/269), [#274](https://github.com/Unleash/yggdrasil/issues/274), [#293](https://github.com/Unleash/yggdrasil/issues/293)
@@ -40,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4070
* **[#293](https://github.com/Unleash/yggdrasil/issues/293)**
4171
- Bump version to 0.18.0 ([`ff972f5`](https://github.com/Unleash/yggdrasil/commit/ff972f5b647732ad1ccf975519c387d3c6816c78))
4272
* **Uncategorized**
73+
- Release unleash-yggdrasil v0.18.0 ([`f03c5bf`](https://github.com/Unleash/yggdrasil/commit/f03c5bf2d7ae595b75d8754fac9401e03fafe2d0))
4374
- Thank you clippy ([`3231e86`](https://github.com/Unleash/yggdrasil/commit/3231e8635a7235b1d95319f21227d519c2dd4951))
4475
- Internal refactor to free yggdrasil from random/sys clock, move to ahash and allow the internal functions to receive an EnrichedContext directly ([`3232c0b`](https://github.com/Unleash/yggdrasil/commit/3232c0bf831dac5f6a49f24f9cde76df04979a8e))
4576
</details>

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.18.0"
4+
version = "0.18.1"
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)