aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-16 16:20:14 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-16 16:20:14 -0500
commit31f93b63ab0eb7bbc25fc4556ac9fa235714787b (patch)
tree41d1e23b5af45e670ff149214bc50eca1d73310e
parent403c5dda355684da3bfe22504cf75b696e71cb06 (diff)
chore: bump version to 0.3.0v0.3.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5876cf3..5075a5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
+## 0.3.0 - 2023-04-20
+
### Added
- Added `--all` flag to include all child directories of provided search paths.
diff --git a/Cargo.toml b/Cargo.toml
index f4582d7..23b298e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "projectr"
-version = "0.2.1"
+version = "0.3.0"
edition = "2021"
description = "A contextual, MRU sorted, project finder."
authors = ["Toby Vincent <tobyv13@gmail.com>"]