summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-02-03 17:05:28 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-02-03 17:05:28 +0100
commit8b1035749e927087976e0e30576622c59b87e08f (patch)
treecaf91a14a7cda0c9ae095bc8307a45330dcd8e0d
parent885393c445dd014dbb4a9a90aa23966db4b29711 (diff)
release: version 0.10.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db4650b..985accc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,7 +406,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.9.3"
+version = "0.10.0"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index 0620287..e1a707d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.9.3"
+version = "0.10.0"
edition = "2021"
authors = ["Santo Cariotti <santo@dcariotti.me>", "Luca Polese <luca.polese@studio.unibo.it>"]
documentation = "https://cas-4.github.io/backend/cas/index.html"
diff --git a/Dockerfile b/Dockerfile
index 6b1f9e7..a91789d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
-LABEL version="0.9.3"
+LABEL version="0.10.0"
RUN mkdir -p /app