Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
httpd: Release 0.23.0
Rūdolfs Ošiņš committed 3 months ago
commit 14162868f2ecb2b16f6c0aa5c1e52fef0a5c5f2e
parent 7dfca53
3 files changed +12 -2
added radicle-httpd/CHANGELOG.md
@@ -0,0 +1,10 @@
+
# Changelog
+

+
## 0.23.0
+

+
This release contains 2 commit(s) by 2 contributor(s).
+

+
* `7dfca539` **httpd: Add SIGHUP config reloading** *<rudolfs@osins.org>*
+
  The daemon has learned how to reload the Radicle web configuration when the
+
  daemon receives a SIGHUP signal.
+
* `0fae94fc` **httpd: Remove unused struct** *<mail@defelo.de>*
modified radicle-httpd/Cargo.lock
@@ -2086,7 +2086,7 @@ dependencies = [

[[package]]
name = "radicle-httpd"
-
version = "0.22.0"
+
version = "0.23.0"
dependencies = [
 "anyhow",
 "axum",
modified radicle-httpd/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-httpd"
description = "Radicle HTTP daemon"
homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0"
-
version = "0.22.0"
+
version = "0.23.0"
authors = ["cloudhead <cloudhead@radicle.xyz>", "sebastinez <me@sebastinez.dev>"]
edition = "2021"
default-run = "radicle-httpd"