diff options
author | Justin Wernick <justin@worthe-it.co.za> | 2023-07-17 20:10:11 +0200 |
---|---|---|
committer | Justin Wernick <justin@worthe-it.co.za> | 2023-07-17 20:10:11 +0200 |
commit | 8db8e0ef9db378e379342a460115ddf41f61f54d (patch) | |
tree | 16acf3bdf6f733b567a6d3c0891729aa4eb7cc7f | |
parent | 34cfee142362b459c0b3ca9c7f482a76166a4a49 (diff) |
Prepare 0.2.0 releasev0.2.0
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2d06a..4ccf1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-07-17 + ### Added - Added feature flag "docker_tests". This only affects which tests are run by @@ -49,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Set the repo description, both during init or as a separate command - Set the main branch of a repo, both during init or as a separate command -[unreleased]: https://codeberg.org/worthe-it/shackle-shell/compare/v0.1.1...HEAD +[unreleased]: https://codeberg.org/worthe-it/shackle-shell/compare/v0.2.0...HEAD +[0.2.0]: https://codeberg.org/worthe-it/shackle-shell/releases/tag/v0.2.0 [0.1.1]: https://codeberg.org/worthe-it/shackle-shell/releases/tag/v0.1.1 [0.1.0]: https://codeberg.org/worthe-it/shackle-shell/releases/tag/v0.1.0 @@ -689,7 +689,7 @@ checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" [[package]] name = "shackle-shell" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "assert_cmd", @@ -1,6 +1,6 @@ [package] name = "shackle-shell" -version = "0.1.1" +version = "0.2.0" authors = ["Justin Wernick <justin@worthe-it.co.za>"] edition = "2021" description = "A shell for restricting access on a version control server" |