You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: unleash-yggdrasil/CHANGELOG.md
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,49 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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)
- Don't warn when using a custom strategy on built in strategies ([`e853952`](https://github.com/Unleash/yggdrasil/commit/e853952698c52b41b01cf0021641e27d8ae57fbc))
- 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))
0 commit comments