Skip to content

Commit

Permalink
Merge pull request #48 from YoloDev/release-plz-2024-11-03T15-42-31Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
Alxandr authored Nov 3, 2024
2 parents 9b161fb + fec22cf commit 9ea20ec
Show file tree
Hide file tree
Showing 5 changed files with 22 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.

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

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

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

### ✨ Features

- Access helpers on pooled validator - ([72b2e80](https://github.com/YoloDev/rstml-component/commit/72b2e80a7d0cd0e36ae735e325bf2c388185b52e))

### 🔨 Chore

- Add test - ([8d0f994](https://github.com/YoloDev/rstml-component/commit/8d0f994d277c4054db70e4c3e4e7462b553c3a82))

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

### 🔨 Chore
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.1.1"
version = "0.2.0"
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.1.2](https://github.com/YoloDev/rstml-component/compare/0.1.1..0.1.2) - 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.1.1](https://github.com/YoloDev/rstml-component/compare/0.1.0..0.1.1) - 2024-11-03

### 🔨 Chore
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.1.1"
version = "0.1.2"
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.2.0", path = "../aligned-buffer", default-features = false, features = ["rkyv"] }
aligned-buffer-pool = { version = "0.1.1", path = "../aligned-buffer-pool", default-features = false, optional = true, features = ["rkyv"] }
aligned-buffer-pool = { version = "0.2.0", path = "../aligned-buffer-pool", default-features = false, optional = true, features = ["rkyv"] }
rkyv = { workspace = true, features = ["std"] }

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

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

0 comments on commit 9ea20ec

Please sign in to comment.