Skip to content

Commit

Permalink
release: 1.0.6-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
rrbutani committed Sep 21, 2020
1 parent 58832ba commit c5ad46c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lc3tools-sys"
version = "1.0.6-alpha4"
version = "1.0.6-alpha5"
authors = ["Rahul Butani <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c5ad46c

Please sign in to comment.