Skip to content

Commit

Permalink
Release unleash-yggdrasil v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Sep 20, 2024
1 parent 5c8ba06 commit 0286e61
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
45 changes: 44 additions & 1 deletion unleash-yggdrasil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,50 @@ 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.13.2 (2024-09-20)

### Chore

- <csr-id-33cd400eb57f52386ba9d583a68b0401a14b47a8/> make wasm build again
* chore: make wasm build again

* chore: make hostname a feature instead

* fix: put tests behind feature, include env when needed

* refactor: organize imports slightly differently

* chore: test all features

### Bug Fixes

- <csr-id-5c8ba06563dc48a13188fe1fabb4794e5959ef9c/> makes random distribution better distributed

### Commit Statistics

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

- 2 commits contributed to the release over the course of 13 calendar days.
- 14 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#141](https://github.com/Unleash/yggdrasil/issues/141), [#144](https://github.com/Unleash/yggdrasil/issues/144)

### Commit Details

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

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

* **[#141](https://github.com/Unleash/yggdrasil/issues/141)**
- Make wasm build again ([`33cd400`](https://github.com/Unleash/yggdrasil/commit/33cd400eb57f52386ba9d583a68b0401a14b47a8))
* **[#144](https://github.com/Unleash/yggdrasil/issues/144)**
- Makes random distribution better distributed ([`5c8ba06`](https://github.com/Unleash/yggdrasil/commit/5c8ba06563dc48a13188fe1fabb4794e5959ef9c))
</details>

## v0.13.1 (2024-09-06)

<csr-id-645f6062535ff1ee966ed544639864d4872a1e55/>

### Chore

- <csr-id-645f6062535ff1ee966ed544639864d4872a1e55/> add changelog
Expand All @@ -15,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 4 commits contributed to the release.
- 5 commits contributed to the release.
- 48 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#139](https://github.com/Unleash/yggdrasil/issues/139)
Expand All @@ -29,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **[#139](https://github.com/Unleash/yggdrasil/issues/139)**
- Fix/inversion always supported ([`9bd0aac`](https://github.com/Unleash/yggdrasil/commit/9bd0aace1b304b6c9660bb52f63abd2fa0755a62))
* **Uncategorized**
- Release unleash-yggdrasil v0.13.1 ([`f8de91a`](https://github.com/Unleash/yggdrasil/commit/f8de91a2516fb70616e23c68357c75fad7a6ac2d))
- Add changelog ([`645f606`](https://github.com/Unleash/yggdrasil/commit/645f6062535ff1ee966ed544639864d4872a1e55))
- Adjusting changelogs prior to release of unleash-yggdrasil v0.13.1 ([`2130699`](https://github.com/Unleash/yggdrasil/commit/2130699da93d945f35db5d27ce742f3abdc4272f))
- Merge branch 'main' of github.com:Unleash/yggdrasil ([`abc78e7`](https://github.com/Unleash/yggdrasil/commit/abc78e7ba019dae94536d200e5ed7f76e2b43847))
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.13.1"
version = "0.13.2"
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 0286e61

Please sign in to comment.