🏡 index : ~doyle/rgit.git

author Jordan Doyle <jordan@doyle.la> 2025-04-17 15:32:49.0 +07:00:00
committer Jordan Doyle <jordan@doyle.la> 2025-04-17 15:32:49.0 +07:00:00
commit
4e6a6da1934eaa0b9cf7f67b4e2798c7d80e3c40 [patch]
tree
09a96e98ec4205159a0e117da78e036b54351e57
parent
3ca7da06e6560951af5e3db33c7b826279d0d260
download
4e6a6da1934eaa0b9cf7f67b4e2798c7d80e3c40.tar.gz

Release v0.1.5



Diff

 CHANGELOG.md | 11 -----------
 Cargo.lock   |  2 +-
 Cargo.toml   |  2 +-
 3 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index d7744af..0000000 100644
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,11 +1,0 @@
# 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 94c1406..b62713f 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -2452,7 +2452,7 @@

[[package]]
name = "rgit"
version = "0.1.4"
version = "0.1.5"
dependencies = [
 "anyhow",
 "arc-swap",
diff --git a/Cargo.toml b/Cargo.toml
index cb4543a..fac855b 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rgit"
description = "A gitweb/cgit-like interface"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["Jordan Doyle <jordan@doyle.la>"]
license = "WTFPL"