From 6606b298cc18fde453551a40480b6901ca7bb295 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Sun, 26 Apr 2020 16:48:38 -0400 Subject: [PATCH] chore(release): add changelog + add release badge to readme --- CHANGELOG.md | 3 +++ README.md | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5e0a897 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# [1.0.0](https://github.com/olets/porcelain-prompt/compare/initial...v1.0.0) (2020-04-23) + +Default prompt, component kit, recipes, and docs. diff --git a/README.md b/README.md index bdf3d77..7e0b57e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Git Prompt Kit +# Git Prompt Kit ![GitHub release (latest by date)](https://img.shields.io/github/v/release/olets/git-prompt-kit) By default, Git Prompt Kit adds a prompt that includes the time, the current working directory, Git ref info, Git file info, and Git action info. It is very fast, thanks to gitstatus. Symbols, colors, under what conditions information is shown, and layout are configurable; the current working directory can be replaced with any content. @@ -345,6 +345,10 @@ Showing "dimmed" components was inspired by Arialdo Martini's [oh-my-git](https: Using Git's short status format was inspired by Michael Allen's [git-radar](https://github.com/michaeldfallen/git-radar). +## Changelog + +See the [CHANGELOG](CHANGELOG.md) file. + ## Contributing Thanks for your interest. Contributions are welcome!