# Changelog
## [0.2.1] - 2026-01-07
- ✨ Features
- Migrate bytesbuf_io from private repo ([#181](https://github.com/microsoft/oxidizer/pull/181))
- 🐛 Bug Fixes
- Replace removed doc_auto_cfg feature with doc_cfg ([#178](https://github.com/microsoft/oxidizer/pull/178))
## [0.2.0] - 2026-01-02
- ✨ Features
- Next iteration of bytesbuf tinkering ([#171](https://github.com/microsoft/oxidizer/pull/171))
- continued bytesbuf tidying ([#132](https://github.com/microsoft/oxidizer/pull/132))
- Replace BytesBuf::inspect() with peek() that returns BytesView ([#128](https://github.com/microsoft/oxidizer/pull/128))
- 📚 Documentation
- Normalize feature handling for docs.rs ([#153](https://github.com/microsoft/oxidizer/pull/153))
- Fix the CI badge ([#154](https://github.com/microsoft/oxidizer/pull/154))
- ✔️ Tasks
- Replace cargo-rdme by cargo-doc2readme ([#148](https://github.com/microsoft/oxidizer/pull/148))
- cleanup bytesbuf docs ([#122](https://github.com/microsoft/oxidizer/pull/122))
- 🔄 Continuous Integration
- Add spell checker ([#158](https://github.com/microsoft/oxidizer/pull/158))
- 🧩 Miscellaneous
- Add bytesbuf vs bytes benchmark suite for read/write operations ([#162](https://github.com/microsoft/oxidizer/pull/162))
## [0.1.2] - 2025-12-10
- ✔️ Tasks
- publish bytesbuf 0.1.2 ([#117](https://github.com/microsoft/oxidizer/pull/117))
- publish bytesbuf 0.1.1 ([#116](https://github.com/microsoft/oxidizer/pull/116))
- Enable the missing_docs compiler lint. ([#102](https://github.com/microsoft/oxidizer/pull/102))
- Enable unwrap_used and panic clippy lints ([#67](https://github.com/microsoft/oxidizer/pull/67))
- 🔄 Continuous Integration
- Always pass some tests when there isn't enough memory available ([#109](https://github.com/microsoft/oxidizer/pull/109))
- Linting for Cargo.toml files ([#110](https://github.com/microsoft/oxidizer/pull/110))
- Add license check for dependencies ([#105](https://github.com/microsoft/oxidizer/pull/105))
- 🧩 Miscellaneous
- Enable the allow_attribute lint and fix warnings. ([#111](https://github.com/microsoft/oxidizer/pull/111))
- Increase consistency of a few little things here and there ([#65](https://github.com/microsoft/oxidizer/pull/65))
- byte_sequences -> bytesbuf ([#58](https://github.com/microsoft/oxidizer/pull/58))