Skip to content

Commit

Permalink
chore: Release shared-buffer version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Jun 7, 2023
1 parent 1b43c3a commit 3905806
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ change, where applicable.

## [Unreleased] - ReleaseDate

## [0.1.3] - 2023-06-07

- Added an `impl From<OwnedBuffer> for Vec<u8>`
([#3](https://github.com/wasmerio/shared-buffer/pull/3))

Expand All @@ -37,7 +39,8 @@ change, where applicable.
(`bytes::Bytes`) or a mmapped buffer (`memmap2::Mmap`)

<!-- next-url -->
[Unreleased]: https://github.com/wasmerio/shared-buffer/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/wasmerio/shared-buffer/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/wasmerio/shared-buffer/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/wasmerio/shared-buffer/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/wasmerio/shared-buffer/compare/v0.1.0..v0.1.1
[0.1.0]: https://github.com/wasmerio/shared-buffer/compare/6c299238..v0.1.0
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/wasmerio/shared-buffer.git"
rust-version = "1.64.0"
version = "0.1.2"
version = "0.1.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 3905806

Please sign in to comment.