Skip to content

Commit

Permalink
Release unleash-yggdrasil v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Oct 22, 2024
1 parent fc90974 commit c2f0cb7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
37 changes: 36 additions & 1 deletion unleash-yggdrasil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,41 @@ 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.3 (2024-10-22)

### Chore

- <csr-id-f8310a76fc2f23eb39127e88bbcef7bb49ff528c/> ARM ruby build

### Bug Fixes

- <csr-id-fc9097467a2985d37559c7850b5f78b37a5b51fc/> move wasm engine to handle featureEnabled not feature_enabled

### Commit Statistics

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

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

### Commit Details

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

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

* **[#145](https://github.com/Unleash/yggdrasil/issues/145)**
- ARM ruby build ([`f8310a7`](https://github.com/Unleash/yggdrasil/commit/f8310a76fc2f23eb39127e88bbcef7bb49ff528c))
* **[#149](https://github.com/Unleash/yggdrasil/issues/149)**
- Move wasm engine to handle featureEnabled not feature_enabled ([`fc90974`](https://github.com/Unleash/yggdrasil/commit/fc9097467a2985d37559c7850b5f78b37a5b51fc))
</details>

## v0.13.2 (2024-09-20)

<csr-id-33cd400eb57f52386ba9d583a68b0401a14b47a8/>

### Chore

- <csr-id-33cd400eb57f52386ba9d583a68b0401a14b47a8/> make wasm build again
Expand All @@ -28,7 +61,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 over the course of 13 calendar days.
- 3 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)
Expand All @@ -43,6 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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))
* **Uncategorized**
- Release unleash-yggdrasil v0.13.2 ([`0286e61`](https://github.com/Unleash/yggdrasil/commit/0286e612a087cac48f62df056afa1b579ccc7d77))
</details>

## v0.13.1 (2024-09-06)
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.2"
version = "0.13.3"
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 c2f0cb7

Please sign in to comment.