summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-08-18 14:05:36 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-08-18 14:05:36 +0200
commit3bd6494673f6162c6af30a8ce633788c181790b9 (patch)
tree4c17a6cd53e2bb3aa04a9f86c81ab6e70dd6da71
parent5594c1454d9b57418273b4b6fa009529482cc77d (diff)
Prepare for the next releasev0.3.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec28d1b..102b459 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.3.0] - 2023-08-18
+
### Added
- The license has been updated to also have the option of using the Apache 2.0
@@ -72,7 +74,8 @@ 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.2.0...HEAD
+[unreleased]: https://codeberg.org/worthe-it/shackle-shell/compare/v0.3.0...HEAD
+[0.3.0]: https://codeberg.org/worthe-it/shackle-shell/releases/tag/v0.3.0
[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
diff --git a/Cargo.lock b/Cargo.lock
index 910e077..b8fc05a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -689,7 +689,7 @@ checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
[[package]]
name = "shackle-shell"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 3ebe0ac..24e409b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shackle-shell"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Justin Wernick <justin@worthe-it.co.za>"]
edition = "2021"
description = "A shell for restricting access on a version control server"