From 79f534a5f4f53d8da06433254aaed867bca1d3eb Mon Sep 17 00:00:00 2001 From: citycide Date: Mon, 9 Nov 2020 16:44:19 -0600 Subject: [PATCH] chore(version): 0.11.1 --- changelog.md | 7 +++++++ fugitive.nimble | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 64092ff..41826f8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ + +### [`v0.11.1`](https://github.com/citycide/fugitive/compare/v0.11.0...v0.11.1) (2020-11-09) + +No user facing changes. + +--- + ### [`v0.11.0`](https://github.com/citycide/fugitive/compare/v0.10.1...v0.11.0) (2020-11-09) diff --git a/fugitive.nimble b/fugitive.nimble index 9f77563..fc9d015 100644 --- a/fugitive.nimble +++ b/fugitive.nimble @@ -1,4 +1,4 @@ -version = "0.11.0" +version = "0.11.1" author = "citycide" description = "Simple command line tool to make git more intuitive, along with useful GitHub addons." license = "MIT"