diff --git a/.gitignore b/.gitignore index ea8c4bf..c84f9e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +vendor diff --git a/CHANGELOG.md b/CHANGELOG.md index d24c025..fe3b38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2024-10-22 + +### Fix + +- resolved problem with `cargo vendor` command + ## [0.1.2] - 2024-10-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3d6d1d1..90fb4c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "ashell" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8ff6704..0807877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ashell" description = "Barely customizable Wayland status bar for Hyprland compositor." homepage = "https://github.com/MalpenZibo/ashell" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies]