Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: yolodev-release-publisher[bot] <157072298+yolodev-release-publisher[bot]@users.noreply.github.com>
  • Loading branch information
yolodev-release-publisher[bot] committed Feb 11, 2024
1 parent 29fd0d8 commit 6813b25
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions crates/aligned-buffer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [0.0.2](https://github.com/YoloDev/rstml-component/compare/0.0.1..0.0.2) - 2024-02-11

### ✨ Features

- Allow shared buffers to have larger capacity than length - ([bcd38f1](https://github.com/YoloDev/rstml-component/commit/bcd38f1441baaf66d6b70c3e55c57664a85e787d))
- Try_unique - ([87e26d8](https://github.com/YoloDev/rstml-component/commit/87e26d88431454db41b5f63c797e05dfb339a6aa))

### 🔨 Chore

- Fix clippy warning - ([29fd0d8](https://github.com/YoloDev/rstml-component/commit/29fd0d8f63ac78e398e331fd034e5164286dfc4c))

## [0.0.1] - 2024-02-10

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/aligned-buffer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aligned-buffer"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
description = "A buffer with controllable alignment, that can be sealed and shared by reference count."
license = "MIT"
Expand Down

0 comments on commit 6813b25

Please sign in to comment.