Skip to content

Commit

Permalink
Release unleash-yggdrasil v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Jan 8, 2025
1 parent 49b3abb commit f699ee2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
47 changes: 46 additions & 1 deletion unleash-yggdrasil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,51 @@ 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.5 (2025-01-08)

### New Features

- <csr-id-49b3abbfc136ee44080eeaba50cb40fd5e3b4788/> delta processing implementation
* feat: start work on delta processing

* First test running

* chore: update unleash-types for ffi and wasm

* Extended test coverage

* Extended test coverage

* Fix

* Fix

* Fix

---------

### Commit Statistics

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

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#188](https://github.com/Unleash/yggdrasil/issues/188)

### Commit Details

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

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

* **[#188](https://github.com/Unleash/yggdrasil/issues/188)**
- Delta processing implementation ([`49b3abb`](https://github.com/Unleash/yggdrasil/commit/49b3abbfc136ee44080eeaba50cb40fd5e3b4788))
</details>

## v0.14.4 (2025-01-08)

<csr-id-bc7c0c3be8653e812e295922685c77ea7b3e684f/>

### Chore

- <csr-id-bc7c0c3be8653e812e295922685c77ea7b3e684f/> bump unleash-types version
Expand All @@ -15,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#194](https://github.com/Unleash/yggdrasil/issues/194)

Expand All @@ -27,6 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* **[#194](https://github.com/Unleash/yggdrasil/issues/194)**
- Bump unleash-types version ([`bc7c0c3`](https://github.com/Unleash/yggdrasil/commit/bc7c0c3be8653e812e295922685c77ea7b3e684f))
* **Uncategorized**
- Release unleash-yggdrasil v0.14.4 ([`b4a165d`](https://github.com/Unleash/yggdrasil/commit/b4a165d21445f934c176eed3687648e66a0dc603))
</details>

## v0.14.3 (2025-01-07)
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.4"
version = "0.14.5"
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 f699ee2

Please sign in to comment.