summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-10-20 22:21:42 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-10-20 22:21:42 +0200
commitf642a91e3e2807abdc0df97fc70c2719d311eb31 (patch)
treeea8be2068f87a9fdbe7c3409b75b172085e66d92
parentc4175e0b74f7c2d2ec5e0687e8a65e12afcd9067 (diff)
release: version 0.8.7
-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 8cc1672..8630f24 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,7 +406,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.8.6"
+version = "0.8.7"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index 5d2127a..821a59e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.8.6"
+version = "0.8.7"
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 61e6213..d9f512e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
-LABEL version="0.8.6"
+LABEL version="0.8.7"
RUN mkdir -p /app