Release v0.1.1
Diff
CHANGELOG.md | 11 +++++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
3 files changed, 13 insertions(+), 2 deletions(-)
@@ -1,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
@@ -1830,7 +1830,7 @@
[[package]]
name = "rgit"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"askama",
@@ -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 <jordan@doyle.la>" ]
license = "WTFPL"