diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d74ddb..1ddad1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/tphbrok/beatrec/compare/v0.1.0...v0.1.1) (2024-07-13) + + +### Bug Fixes + +* update color scheme to match tphbrok.github.io theme ([a0ddc8d](https://github.com/tphbrok/beatrec/commit/a0ddc8dfe76c2bfcb98cfbbfc8139edde0b5cfc9)) + ## [0.1.0](https://github.com/tphbrok/beatrec/compare/v0.0.1...v0.1.0) (2024-07-12) diff --git a/Cargo.lock b/Cargo.lock index 30e6ef9..f44bf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "beatrec" -version = "0.1.0" +version = "0.1.1" dependencies = [ "atomic_float 1.0.0", "crossbeam-channel", @@ -4633,7 +4633,7 @@ checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" [[package]] name = "xtask" -version = "0.1.0" +version = "0.1.1" dependencies = [ "nih_plug_xtask", ] diff --git a/Cargo.toml b/Cargo.toml index f05555b..c082d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beatrec" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 685b58e..072c831 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html