| author | Alexander von Gluck IV <alex@terarocket.io> | 2026-01-02 14:28:22.0 -06:00:00 |
|---|---|---|
| committer | Alexander von Gluck IV <alex@terarocket.io> | 2026-01-02 14:28:22.0 -06:00:00 |
| commit | bedcf7fb52f1ada0a645614f58d944349227fe1a [patch] |
|
| tree | da3d5da3e9e1ecd3148f00491bb7eb0086ff09dd |
|
| parent | 712150d7b33af2ba6ac471476487cab7b791672e |
|
| download | bedcf7fb52f1ada0a645614f58d944349227fe1a.tar.gz |
|
gitore: Bump version to 0.2.3
Diff
Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ad819c..7b44da9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ [[package]] name = "gitore" version = "0.2.1" version = "0.2.3" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index f392b8c..4f7096e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitore" description = "A gitweb/cgit-like interface" version = "0.2.2" version = "0.2.3" edition = "2024" authors = ["Jordan Doyle <jordan@doyle.la>", "Alexander von Gluck <alex@terarocket.io>"] license = "MIT"