File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org ) .
66
7+ ## [ 0.1.3] - 2022-12-11
8+
9+ - Fix license indication in README: this crate is Apache-2.0 only, not MIT OR Apache-2.0.
10+
711## [ 0.1.2] - 2022-12-10
812
913- Fix intradoc links.
@@ -17,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
1721
1822- Initial release.
1923
24+ [ 0.1.3 ] : https://github.com/sunshowers-code/buf-list/releases/tag/0.1.3
2025[ 0.1.2 ] : https://github.com/sunshowers-code/buf-list/releases/tag/0.1.2
2126[ 0.1.1 ] : https://github.com/sunshowers-code/buf-list/releases/tag/0.1.1
2227[ 0.1.0 ] : https://github.com/sunshowers-code/buf-list/releases/tag/0.1.0
Original file line number Diff line number Diff line change 11# buf-list
22
3- [ ![ buf-list on crates.io] ( https://img.shields.io/crates/v/buf-list )] ( https://crates.io/crates/buf-list ) [ ![ Documentation (latest release)] ( https://docs.rs/buf-list/badge.svg )] ( https://docs.rs/buf-list/ ) [ ![ Documentation (main)] ( https://img.shields.io/badge/docs-main-brightgreen )] ( https://sunshowers-code.github.io/buf-list/rustdoc/buf_list/ ) [ ![ License] ( https://img.shields.io/badge/license-Apache-green.svg )] ( LICENSE-APACHE ) [ ![ License ] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE-MIT )
3+ [ ![ buf-list on crates.io] ( https://img.shields.io/crates/v/buf-list )] ( https://crates.io/crates/buf-list ) [ ![ Documentation (latest release)] ( https://docs.rs/buf-list/badge.svg )] ( https://docs.rs/buf-list/ ) [ ![ Documentation (main)] ( https://img.shields.io/badge/docs-main-brightgreen )] ( https://sunshowers-code.github.io/buf-list/rustdoc/buf_list/ ) [ ![ License] ( https://img.shields.io/badge/license-Apache-green.svg )] ( LICENSE )
44
55A list of ` bytes::Bytes ` chunks.
66
Original file line number Diff line number Diff line change 11# {{crate}}
22
3- [](https://crates.io /crates/buf-list) [](https://docs.rs /buf-list/) [](https://sunshowers-code.github.io /buf-list/rustdoc/buf_list/) [](LICENSE-APACHE) [](LICENSE-MIT )
3+ [](https://crates.io /crates/buf-list) [](https://docs.rs /buf-list/) [](https://sunshowers-code.github.io /buf-list/rustdoc/buf_list/) [](LICENSE)
44
55{{readme}}
66
You can’t perform that action at this time.
0 commit comments