Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
http: Update crate to 0.14.0 and api version to 3.0.0
Open did:key:z6MkkfM3...sVz5 opened 1 year ago
5 files changed +5 -5 b3bf6d17 c4aa4f04
modified config/default.json
@@ -1,7 +1,7 @@
{
  "nodes": {
    "fallbackPublicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",
-
    "apiVersion": "2.0.0",
+
    "apiVersion": "3.0.0",
    "defaultHttpdPort": 443,
    "defaultHttpdHostname": "seed.radicle.garden",
    "defaultHttpdScheme": "https",
modified radicle-httpd/Cargo.lock
@@ -1708,7 +1708,7 @@ dependencies = [

[[package]]
name = "radicle-httpd"
-
version = "0.13.0"
+
version = "0.14.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.13.0"
+
version = "0.14.0"
authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition = "2021"
default-run = "radicle-httpd"
modified radicle-httpd/src/api.rs
@@ -31,7 +31,7 @@ use crate::Options;

pub const RADICLE_VERSION: &str = env!("RADICLE_VERSION");
// This version has to be updated on every breaking change to the radicle-httpd API.
-
pub const API_VERSION: &str = "2.0.0";
+
pub const API_VERSION: &str = "3.0.0";

#[derive(Clone)]
pub struct Context {
modified tests/support/radicle-httpd-release
@@ -1 +1 @@
-
0.13.0

\ No newline at end of file
+
0.14.0

\ No newline at end of file