Skip to content

Commit

Permalink
release: 1.0.6-alpha3
Browse files Browse the repository at this point in the history
A test release.
  • Loading branch information
rrbutani committed Sep 20, 2020
1 parent b36c072 commit d80f82b
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-alpha3]
__2020-09-20__
No actual changes; just another test release.

## [1.0.6-alpha2]
__2020-06-30__
Mostly just some minor tweaks.
Expand All @@ -24,6 +28,7 @@ A test release; also yanked.
__2020-06-27__
A test release; yanked.

[Unreleased]: https://github.com/rrbutani/lc3tools-sys/compare/1.0.6-alpha2...HEAD
[Unreleased]: https://github.com/rrbutani/lc3tools-sys/compare/1.0.6-alpha3...HEAD
[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
[1.0.6]: https://github.com/rrbutani/lc3tools-sys/compare/92120b1e639d907a98b528ea97756f13c3b33ea8...1.0.6
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-alpha2"
version = "1.0.6-alpha3"
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-alpha2", // remember to bump!
html_root_url = "https://docs.rs/lc3tools-sys/1.0.6-alpha3", // remember to bump!
)]
#![allow(
clippy::all,
Expand Down

0 comments on commit d80f82b

Please sign in to comment.