aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbbaa38..958f2c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changes
+## 0.2.0
+
+* Handle USB power sources
+* Don't assume that the default branch is always named master
+
## 0.1.5
* Strip off everything past a '.' in the hostname (OSX puts extra confusing
diff --git a/Cargo.lock b/Cargo.lock
index 3e30ddc..4e1d65b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -106,7 +106,7 @@ dependencies = [
[[package]]
name = "fancy-prompt"
-version = "0.1.6"
+version = "0.2.0"
dependencies = [
"clap",
"git2",
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"