aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 01:10:14 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 01:10:14 -0400
commitc90defb0d42571b43b5087e4e8ac56dedaa4432d (patch)
tree88485b0f73d8b94c0ad4fa75ce65a16f8e725aca /Cargo.toml
parent3abb883aafeb06e358a7b4cbc03d54b83e1fd445 (diff)
downloadfancy-prompt-c90defb0d42571b43b5087e4e8ac56dedaa4432d.tar.gz
fancy-prompt-c90defb0d42571b43b5087e4e8ac56dedaa4432d.zip
changelog and version bump0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6206a37..6828fbf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "fancy-prompt"
description = "fancy-prompt is an improved shell prompt with several useful features"
repository = "https://github.com/doy/fancy-prompt"
license = "MIT"
-version = "0.1.6"
+version = "0.2.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
exclude = ["screenshots/*"]
edition = "2021"