Skip to content

Commit f03c5bf

Browse files
committed
Release unleash-yggdrasil v0.18.0
1 parent ff972f5 commit f03c5bf

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

unleash-yggdrasil/CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,49 @@ 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.0 (2025-07-23)
9+
10+
### Chore
11+
12+
- <csr-id-ff972f5b647732ad1ccf975519c387d3c6816c78/> bump version to 0.18.0
13+
- <csr-id-c4079ebcc45c9978576520852aec88d187edd001/> upgrade getrandom to 0.3
14+
- <csr-id-3231e8635a7235b1d95319f21227d519c2dd4951/> thank you clippy
15+
- <csr-id-3232c0bf831dac5f6a49f24f9cde76df04979a8e/> internal refactor to free yggdrasil from random/sys clock, move to ahash and allow the internal functions to receive an EnrichedContext directly
16+
17+
### Bug Fixes
18+
19+
- <csr-id-e853952698c52b41b01cf0021641e27d8ae57fbc/> don't warn when using a custom strategy on built in strategies
20+
21+
### Commit Statistics
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
- 5 commits contributed to the release over the course of 47 calendar days.
26+
- 55 days passed between releases.
27+
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
28+
- 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)
29+
30+
### Commit Details
31+
32+
<csr-read-only-do-not-edit/>
33+
34+
<details><summary>view details</summary>
35+
36+
* **[#269](https://github.com/Unleash/yggdrasil/issues/269)**
37+
- Upgrade getrandom to 0.3 ([`c4079eb`](https://github.com/Unleash/yggdrasil/commit/c4079ebcc45c9978576520852aec88d187edd001))
38+
* **[#274](https://github.com/Unleash/yggdrasil/issues/274)**
39+
- Don't warn when using a custom strategy on built in strategies ([`e853952`](https://github.com/Unleash/yggdrasil/commit/e853952698c52b41b01cf0021641e27d8ae57fbc))
40+
* **[#293](https://github.com/Unleash/yggdrasil/issues/293)**
41+
- Bump version to 0.18.0 ([`ff972f5`](https://github.com/Unleash/yggdrasil/commit/ff972f5b647732ad1ccf975519c387d3c6816c78))
42+
* **Uncategorized**
43+
- Thank you clippy ([`3231e86`](https://github.com/Unleash/yggdrasil/commit/3231e8635a7235b1d95319f21227d519c2dd4951))
44+
- 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))
45+
</details>
46+
847
## v0.17.5 (2025-05-28)
948

49+
<csr-id-00e2fb290e9fa086f72b97a13db431e2e78c9ec5/>
50+
1051
### Chore
1152

1253
- <csr-id-00e2fb290e9fa086f72b97a13db431e2e78c9ec5/> apply Clippy
@@ -15,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1556

1657
<csr-read-only-do-not-edit/>
1758

18-
- 1 commit contributed to the release.
59+
- 2 commits contributed to the release.
1960
- 50 days passed between releases.
2061
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2162
- 1 unique issue was worked on: [#263](https://github.com/Unleash/yggdrasil/issues/263)
@@ -28,6 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2869

2970
* **[#263](https://github.com/Unleash/yggdrasil/issues/263)**
3071
- Apply Clippy ([`00e2fb2`](https://github.com/Unleash/yggdrasil/commit/00e2fb290e9fa086f72b97a13db431e2e78c9ec5))
72+
* **Uncategorized**
73+
- Release unleash-yggdrasil v0.17.5 ([`68d26b7`](https://github.com/Unleash/yggdrasil/commit/68d26b74695eb34e394036c53134cb966dee5ebe))
3174
</details>
3275

3376
## v0.17.4 (2025-04-08)

0 commit comments

Comments
 (0)