Skip to content

Commit 274323c

Browse files
authored
feat(bytesbuf_io): release v0.3.0 (#263)
To publish a version that uses `bytesbuf 0.3.0`.
1 parent 06c289d commit 274323c

5 files changed

Lines changed: 17 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ homepage = "https://github.com/microsoft/oxidizer"
2525
# local dependencies
2626
anyspawn = { path = "crates/anyspawn", default-features = false, version = "0.1.0" }
2727
bytesbuf = { path = "crates/bytesbuf", default-features = false, version = "0.3.0" }
28-
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.2.0" }
28+
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.3.0" }
2929
data_privacy = { path = "crates/data_privacy", default-features = false, version = "0.10.1" }
3030
data_privacy_macros = { path = "crates/data_privacy_macros", default-features = false, version = "0.9.0" }
3131
data_privacy_macros_impl = { path = "crates/data_privacy_macros_impl", default-features = false, version = "0.9.0" }

crates/bytesbuf_io/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.3.0] - 2026-02-16
4+
5+
- ✔️ Tasks
6+
7+
- Improve our crate's repository property. ([#246](https://github.com/microsoft/oxidizer/pull/246))
8+
9+
- 🔄 Continuous Integration
10+
11+
- automatically publish release notes ([#247](https://github.com/microsoft/oxidizer/pull/247))
12+
313
## [0.2.0] - 2026-01-28
414

515
- 📚 Documentation

crates/bytesbuf_io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "bytesbuf_io"
66
description = "Asynchronous I/O abstractions expressed via `bytesbuf` types."
7-
version = "0.2.0"
7+
version = "0.3.0"
88
readme = "README.md"
99
keywords = ["oxidizer", "io", "zero-copy", "performance", "async"]
1010
categories = [

crates/bytesbuf_io/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ types that produce or consume streams of bytes. These are in the `testing` modul
3535
This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/oxidizer/tree/main/crates/bytesbuf_io">source code</a>.
3636
</sub>
3737

38-
[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEG8wC2qKB5vPMG5c8vZ8ulsvSGwSlXV9Pnjr5GyAAXY8thjNKYWSBgmtieXRlc2J1Zl9pb2UwLjIuMA
38+
[__cargo_doc2readme_dependencies_info]: ggGkYW0CYXSEGy4k8ldDFPOhG2VNeXtD5nnKG6EPY6OfW5wBG8g18NOFNdxpYXKEG8wC2qKB5vPMG5c8vZ8ulsvSGwSlXV9Pnjr5GyAAXY8thjNKYWSBgmtieXRlc2J1Zl9pb2UwLjMuMA
3939
[__link0]: https://docs.io/bytesbuf
40-
[__link1]: https://docs.rs/bytesbuf_io/0.2.0/bytesbuf_io/?search=Read
41-
[__link2]: https://docs.rs/bytesbuf_io/0.2.0/bytesbuf_io/?search=Write
40+
[__link1]: https://docs.rs/bytesbuf_io/0.3.0/bytesbuf_io/?search=Read
41+
[__link2]: https://docs.rs/bytesbuf_io/0.3.0/bytesbuf_io/?search=Write
4242
[__link3]: https://docs.io/bytesbuf
43-
[__link4]: https://docs.rs/bytesbuf_io/0.2.0/bytesbuf_io/?search=Read
43+
[__link4]: https://docs.rs/bytesbuf_io/0.3.0/bytesbuf_io/?search=Read

0 commit comments

Comments
 (0)