diff --git a/.cz.toml b/.cz.toml index c2adc31..7926d9e 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.5.0" +version = "0.5.1" tag_format = "$version" version_files = [ "Cargo.toml:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aafb54..ef3d24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.5.1 (2023-10-05) + +### Fix + +- change clip to pwd + ## 0.5.0 (2023-10-02) ### Feat diff --git a/Cargo.toml b/Cargo.toml index 75f21a5..f1fec74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kdbx" -version = "0.5.0" +version = "0.5.1" authors = ["Danil Akhtarov "] edition = "2021" description = "KeePass CLI" diff --git a/install.sh b/install.sh index 06ddab4..2af84ef 100644 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ repo="kdbx" exe_name="kdbx" githubUrl="" githubApiUrl="" -version="0.5.0" +version="0.5.1" get_arch() { a=$(uname -m)