Skip to content

Commit 2ba3a94

Browse files
committed
Release unleash-yggdrasil v0.17.4
1 parent 877fab0 commit 2ba3a94

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

unleash-yggdrasil/CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,35 @@ 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.17.4 (2025-04-08)
9+
10+
### Chore
11+
12+
- <csr-id-877fab047590ae80c8b885e4003e2f57fd3f23d0/> bump unleash-types to 0.15.11
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 27 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 1 unique issue was worked on: [#235](https://github.com/Unleash/yggdrasil/issues/235)
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **[#235](https://github.com/Unleash/yggdrasil/issues/235)**
30+
- Bump unleash-types to 0.15.11 ([`877fab0`](https://github.com/Unleash/yggdrasil/commit/877fab047590ae80c8b885e4003e2f57fd3f23d0))
31+
</details>
32+
833
## v0.17.3 (2025-03-11)
934

35+
<csr-id-9096eea4dbb24d71ae4876c976f85e5aa9472b04/>
36+
1037
### Chore
1138

1239
- <csr-id-9096eea4dbb24d71ae4876c976f85e5aa9472b04/> javascript engine
@@ -49,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4976

5077
<csr-read-only-do-not-edit/>
5178

52-
- 2 commits contributed to the release.
79+
- 3 commits contributed to the release.
5380
- 20 days passed between releases.
5481
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
5582
- 2 unique issues were worked on: [#226](https://github.com/Unleash/yggdrasil/issues/226), [#230](https://github.com/Unleash/yggdrasil/issues/230)
@@ -64,6 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6491
- Javascript engine ([`9096eea`](https://github.com/Unleash/yggdrasil/commit/9096eea4dbb24d71ae4876c976f85e5aa9472b04))
6592
* **[#230](https://github.com/Unleash/yggdrasil/issues/230)**
6693
- Expose enabled on list features in core and java ([`fb10e5b`](https://github.com/Unleash/yggdrasil/commit/fb10e5b302ec980aa90bbb4199c0bece39c82427))
94+
* **Uncategorized**
95+
- Release unleash-yggdrasil v0.17.3 ([`aee6eda`](https://github.com/Unleash/yggdrasil/commit/aee6edaff3dfc1bde092ef0b00436d3a24fecc82))
6796
</details>
6897

6998
## v0.17.2 (2025-02-19)

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.17.3"
4+
version = "0.17.4"
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)