diff --git a/CHANGELOG.md b/CHANGELOG.md index b787738b..ecf77602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). ## [Unreleased] +## [1.0.6-alpha5] +__2020-09-20__ +One more test release! + ## [1.0.6-alpha4] __2020-09-20__ Yet another test release. @@ -32,7 +36,8 @@ A test release; also yanked. __2020-06-27__ A test release; yanked. -[Unreleased]: https://github.com/rrbutani/lc3tools-sys/compare/1.0.6-alpha4...HEAD +[Unreleased]: https://github.com/rrbutani/lc3tools-sys/compare/1.0.6-alpha5...HEAD +[1.0.6-alpha4]: https://github.com/rrbutani/lc3tools-sys/compare/1.0.6-alpha4...1.0.6-alpha5 [1.0.6-alpha4]: https://github.com/rrbutani/lc3tools-sys/compare/1.0.6-alpha3...1.0.6-alpha4 [1.0.6-alpha3]: https://github.com/rrbutani/lc3tools-sys/compare/1.0.6-alpha2...1.0.6-alpha3 [1.0.6-alpha2]: https://github.com/rrbutani/lc3tools-sys/compare/1.0.6...1.0.6-alpha2 diff --git a/Cargo.toml b/Cargo.toml index 323a39d7..99dc6731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lc3tools-sys" -version = "1.0.6-alpha4" +version = "1.0.6-alpha5" authors = ["Rahul Butani "] edition = "2018" diff --git a/src/lib.rs b/src/lib.rs index 6d843a4c..e937d1d1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,7 +43,7 @@ )))] #![doc( html_logo_url = "https://github.com/chiragsakhuja/lc3tools/raw/848bb987d3675b45fdc794ebf995cba5c60373ac/frontend/gui/static/icons/256x256.png", - html_root_url = "https://docs.rs/lc3tools-sys/1.0.6-alpha4", // remember to bump! + html_root_url = "https://docs.rs/lc3tools-sys/1.0.6-alpha5", // remember to bump! )] #![allow( clippy::all,