aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-20 22:05:31 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-20 22:05:31 -0500
commit4f6865b6bc1580da25c683ec18f533010e6f440b (patch)
tree6cc75757a07f34a738cfc0ca45863f96d985e594
parenta8036b8ac56807799732318aff2d98f7ecb36918 (diff)
chore: release projectr version 0.3.2v0.3.2
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md12
4 files changed, 11 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ea6974..616e439 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
+## [0.3.2] - 2023-05-21
+
## [0.3.1] - 2023-05-21
### Fixed
@@ -75,6 +77,7 @@ and this project adheres to
- Initial release
[Unreleased]: https://git.sr.ht/~tobyvin/projectr/log/HEAD
+[0.3.2]: https://git.sr.ht/~tobyvin/projectr/log/v0.3.2
[0.3.1]: https://git.sr.ht/~tobyvin/projectr/log/v0.3.1
[0.3.0]: https://git.sr.ht/~tobyvin/projectr/log/v0.3.0
[0.2.1]: https://git.sr.ht/~tobyvin/projectr/log/v0.2.1
diff --git a/Cargo.lock b/Cargo.lock
index 086847a..7296898 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -404,7 +404,7 @@ dependencies = [
[[package]]
name = "projectr"
-version = "0.3.1"
+version = "0.3.2"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 16a851a..f4176fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "projectr"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
description = "A contextual, MRU sorted, project finder."
authors = ["Toby Vincent <tobyv13@gmail.com>"]
diff --git a/README.md b/README.md
index ae83164..c24e8e6 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ $ git clone https://git.sr.ht/~tobyvin/projectr
$ cd projectr
$ cargo build --release
$ ./target/release/projectr --version
-projectr 0.3.1
+projectr 0.3.2
```
## Usage
@@ -63,11 +63,11 @@ projectr is licensed under the [MIT].
[~tobyvin/projectr-discuss@lists.sr.ht]:
https://lists.sr.ht/~tobyvin/projectr-discuss
[tmux-projectr]:
- https://git.sr.ht/~tobyvin/projectr/tree/v0.3.1/item/bin/tmux-projectr
-[MIT]: https://git.sr.ht/~tobyvin/projectr/tree/v0.3.1/item/LICENSE
+ https://git.sr.ht/~tobyvin/projectr/tree/v0.3.2/item/bin/tmux-projectr
+[MIT]: https://git.sr.ht/~tobyvin/projectr/tree/v0.3.2/item/LICENSE
[CHANGELOG.md]:
- https://git.sr.ht/~tobyvin/projectr/tree/v0.3.1/item/CHANGELOG.md
+ https://git.sr.ht/~tobyvin/projectr/tree/v0.3.2/item/CHANGELOG.md
[CONTRIBUTING.md]:
- https://git.sr.ht/~tobyvin/projectr/tree/v0.3.1/item/CONTRIBUTING.md
+ https://git.sr.ht/~tobyvin/projectr/tree/v0.3.2/item/CONTRIBUTING.md
[Submitting bug reports and feature requests]:
- https://git.sr.ht/~tobyvin/projectr/tree/v0.3.1/item/CONTRIBUTING.md#submitting-bug-reports-and-feature-requests
+ https://git.sr.ht/~tobyvin/projectr/tree/v0.3.2/item/CONTRIBUTING.md#submitting-bug-reports-and-feature-requests