From 328bb0344fc503f792059ba3e64b90ea1e2dc0af Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 20 Oct 2024 22:00:49 +0200 Subject: release: version 0.8.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddd50d9..8cc1672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "cas" -version = "0.8.5" +version = "0.8.6" dependencies = [ "async-graphql", "async-graphql-axum", diff --git a/Cargo.toml b/Cargo.toml index 9e63c83..5d2127a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cas" -version = "0.8.5" +version = "0.8.6" edition = "2021" authors = ["Santo Cariotti ", "Luca Polese "] documentation = "https://cas-4.github.io/backend/cas/index.html" diff --git a/Dockerfile b/Dockerfile index 4c90303..61e6213 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN cargo build --release # Stage 2 FROM debian:bookworm-slim -LABEL version="0.8.5" +LABEL version="0.8.6" RUN mkdir -p /app -- cgit v1.2.3-18-g5258