summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>"]