From 509a6bd91392a60df67fa16b5441ec9253c45e2f Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Wed, 30 Aug 2023 08:21:39 +0100 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d7744af --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# v0.1.1 + +- Updated "generated by" link to an rgit instance [#11][], thanks @stappersg! +- Added favicon.ico [#14][], thanks @stappersg! + +[#11]: https://github.com/w4/rgit/pull/11 +[#14]: https://github.com/w4/rgit/pull/14 + +# v0.1.0 + +Initial release diff --git a/Cargo.lock b/Cargo.lock index 8dc31e2..4cc8980 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1830,7 +1830,7 @@ dependencies = [ [[package]] name = "rgit" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index e909fa1..721ebaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rgit" description = "A gitweb/cgit-like interface" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = [ "Jordan Doyle " ] license = "WTFPL" -- libgit2 1.7.2