Skip to content

Commit 68d26b7

Browse files
committed
Release unleash-yggdrasil v0.17.5
1 parent 00e2fb2 commit 68d26b7

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.5 (2025-05-28)
9+
10+
### Chore
11+
12+
- <csr-id-00e2fb290e9fa086f72b97a13db431e2e78c9ec5/> apply Clippy
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 50 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 1 unique issue was worked on: [#263](https://github.com/Unleash/yggdrasil/issues/263)
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **[#263](https://github.com/Unleash/yggdrasil/issues/263)**
30+
- Apply Clippy ([`00e2fb2`](https://github.com/Unleash/yggdrasil/commit/00e2fb290e9fa086f72b97a13db431e2e78c9ec5))
31+
</details>
32+
833
## v0.17.4 (2025-04-08)
934

35+
<csr-id-877fab047590ae80c8b885e4003e2f57fd3f23d0/>
36+
1037
### Chore
1138

1239
- <csr-id-877fab047590ae80c8b885e4003e2f57fd3f23d0/> bump unleash-types to 0.15.11
@@ -15,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1542

1643
<csr-read-only-do-not-edit/>
1744

18-
- 1 commit contributed to the release.
45+
- 2 commits contributed to the release.
1946
- 27 days passed between releases.
2047
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2148
- 1 unique issue was worked on: [#235](https://github.com/Unleash/yggdrasil/issues/235)
@@ -28,6 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2855

2956
* **[#235](https://github.com/Unleash/yggdrasil/issues/235)**
3057
- Bump unleash-types to 0.15.11 ([`877fab0`](https://github.com/Unleash/yggdrasil/commit/877fab047590ae80c8b885e4003e2f57fd3f23d0))
58+
* **Uncategorized**
59+
- Release unleash-yggdrasil v0.17.4 ([`2ba3a94`](https://github.com/Unleash/yggdrasil/commit/2ba3a94bcc005b0151a6d96f3be8ead011351c6d))
3160
</details>
3261

3362
## v0.17.3 (2025-03-11)

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