aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-20 21:40:13 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-20 21:40:13 -0500
commitb2fe84008cdcf7f887b0c17ec4f68175f587efc0 (patch)
tree2db10f3a972f2eeae356df2fb10abb4ffc041385
parent0d06aade613dfab301ec4928c93aff640b8e72fc (diff)
chore: Release projectr version 0.3.1v0.3.1
-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 6208d20..2ea6974 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
+## [0.3.1] - 2023-05-21
+
### Fixed
- Fixed error message when ignoring file in a directory
@@ -73,6 +75,7 @@ and this project adheres to
- Initial release
[Unreleased]: https://git.sr.ht/~tobyvin/projectr/log/HEAD
+[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
[0.2.0]: https://git.sr.ht/~tobyvin/projectr/log/v0.2.0
diff --git a/Cargo.lock b/Cargo.lock
index b7d01d3..086847a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -404,7 +404,7 @@ dependencies = [
[[package]]
name = "projectr"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 1e6de2e..6868167 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "projectr"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
description = "A contextual, MRU sorted, project finder."
authors = ["Toby Vincent <tobyv13@gmail.com>"]
diff --git a/README.md b/README.md
index f39f0f5..045da81 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.2.1
+.3.1
```
## 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.0/item/bin/tmux-projectr
-[MIT]: https://git.sr.ht/~tobyvin/projectr/tree/v0.3.0/item/LICENSE
+ 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
[CHANGELOG.md]:
- https://git.sr.ht/~tobyvin/projectr/tree/v0.3.0/item/CHANGELOG.md
+ https://git.sr.ht/~tobyvin/projectr/tree/v0.3.1/item/CHANGELOG.md
[CONTRIBUTING.md]:
- https://git.sr.ht/~tobyvin/projectr/tree/v0.3.0/item/CONTRIBUTING.md
+ 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.0/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