diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d931e..fca65e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/johnallen3d/sketchybar-rs/compare/v0.1.0...v0.2.0) - 2024-01-06 + +### Added +- add support for multiple bars ([#8](https://github.com/johnallen3d/sketchybar-rs/pull/8)) + +### Other +- *(deps)* bump libc from 0.2.150 to 0.2.151 ([#7](https://github.com/johnallen3d/sketchybar-rs/pull/7)) +- *(deps)* bump cc from 1.0.83 to 1.0.84 ([#6](https://github.com/johnallen3d/sketchybar-rs/pull/6)) +- *(deps)* bump libc from 0.2.149 to 0.2.150 ([#5](https://github.com/johnallen3d/sketchybar-rs/pull/5)) + ## [0.1.0](https://github.com/johnallen3d/sketchybar-rs/releases/tag/v0.1.0) - 2023-10-11 ### Added diff --git a/Cargo.lock b/Cargo.lock index 795ab5b..d4c34d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "sketchybar-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 46c67d4..13b824d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sketchybar-rs" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["John Allen "] repository = "https://github.com/johnallen3d/sketchybar-rs"