Skip to content

Commit

Permalink
Release unleash-yggdrasil v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Nov 27, 2024
1 parent 5904404 commit 6ddce2b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion unleash-yggdrasil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.14.1 (2024-11-27)

### Bug Fixes

- <csr-id-ce88e4723dce2726fa92c0d4578ff0409cceae3e/> make those annoying hostname tests run in serial so they don't flake

### Commit Statistics

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

- 1 commit contributed to the release over the course of 19 calendar days.
- 28 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#166](https://github.com/Unleash/yggdrasil/issues/166)

### Commit Details

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

<details><summary>view details</summary>

* **[#166](https://github.com/Unleash/yggdrasil/issues/166)**
- Make those annoying hostname tests run in serial so they don't flake ([`ce88e47`](https://github.com/Unleash/yggdrasil/commit/ce88e4723dce2726fa92c0d4578ff0409cceae3e))
</details>

## v0.14.0 (2024-10-29)

<csr-id-10369a0bd4b6139709aeb144ea23a6a51fa56a54/>

### Chore

- <csr-id-10369a0bd4b6139709aeb144ea23a6a51fa56a54/> add autoformatting config
Expand All @@ -19,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 6 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#156](https://github.com/Unleash/yggdrasil/issues/156), [#157](https://github.com/Unleash/yggdrasil/issues/157)
Expand All @@ -34,6 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add autoformatting config ([`10369a0`](https://github.com/Unleash/yggdrasil/commit/10369a0bd4b6139709aeb144ea23a6a51fa56a54))
* **[#157](https://github.com/Unleash/yggdrasil/issues/157)**
- List known features ([`443f662`](https://github.com/Unleash/yggdrasil/commit/443f662a614ef3c207d8c4974b374db5ae93b956))
* **Uncategorized**
- Release unleash-yggdrasil v0.14.0 ([`30cd26e`](https://github.com/Unleash/yggdrasil/commit/30cd26e65fa756893154839045ea241ab1442f53))
</details>

## v0.13.3 (2024-10-22)
Expand Down
2 changes: 1 addition & 1 deletion unleash-yggdrasil/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "unleash-yggdrasil"
version = "0.14.0"
version = "0.14.1"
description = "This is the Unleash SDK domain logic extracted into a library to facilitate building your own Unleash SDKs in anything, anywhere."
license = "MIT"

Expand Down

0 comments on commit 6ddce2b

Please sign in to comment.