Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
yolodev-release-publisher[bot] authored Nov 3, 2024
1 parent 504cf3c commit 79c52e2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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

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

## [0.0.8](https://github.com/YoloDev/rstml-component/compare/0.0.7..0.0.8) - 2024-11-03

### ✨ Features

- Better constructors - ([6f0a917](https://github.com/YoloDev/rstml-component/commit/6f0a9175d1e307b3f61a9641d071560ead07edd5))

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

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion crates/aligned-buffer-pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aligned-buffer-pool"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
description = "A buffer-pool with controllable alignment."
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions crates/rkyv-owned-archive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.0.10](https://github.com/YoloDev/rstml-component/compare/0.0.9..0.0.10) - 2024-11-03

### 🔨 Chore

- Updated the following local packages: aligned-buffer-pool, aligned-buffer-pool - ([0000000](https://github.com/YoloDev/rstml-component/commit/0000000))

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

### ✨ Features
Expand Down
6 changes: 3 additions & 3 deletions crates/rkyv-owned-archive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rkyv-owned-archive"
version = "0.0.9"
version = "0.0.10"
edition = "2021"
description = "Helpers for having owned Archived types in rkyv."
license = "MIT"
Expand All @@ -12,11 +12,11 @@ keywords = ["buffer", "rkyv", "bytes"]

[dependencies]
aligned-buffer = { version = "0.0.10", path = "../aligned-buffer", default-features = false, features = ["rkyv"] }
aligned-buffer-pool = { version = "0.0.7", path = "../aligned-buffer-pool", default-features = false, optional = true, features = ["rkyv"] }
aligned-buffer-pool = { version = "0.0.8", path = "../aligned-buffer-pool", default-features = false, optional = true, features = ["rkyv"] }
rkyv = { workspace = true, features = ["std"] }

[dev-dependencies]
aligned-buffer-pool = { version = "0.0.7", path = "../aligned-buffer-pool", default-features = false, features = ["rkyv"] }
aligned-buffer-pool = { version = "0.0.8", path = "../aligned-buffer-pool", default-features = false, features = ["rkyv"] }

[features]
default = ["bytecheck"]
Expand Down

0 comments on commit 79c52e2

Please sign in to comment.