From da527a08578b65e20f593eae2a7550185bc7ca2c Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 26 Dec 2022 22:54:47 +0100 Subject: [PATCH] 2.0.7 --- CHANGELOG.md | 6 ++++++ packages/backend/Cargo.lock | 2 +- packages/backend/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c548033..70be550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.7] - 2022-12-26 + +### Changed + +- Svelte Kit now stable 🎉 + ## [2.0.6] - 2022-11-12 ### Fixed diff --git a/packages/backend/Cargo.lock b/packages/backend/Cargo.lock index 41cb272..fafe48d 100644 --- a/packages/backend/Cargo.lock +++ b/packages/backend/Cargo.lock @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "cryptgeon" -version = "2.0.5" +version = "2.0.7" dependencies = [ "actix-files", "actix-web", diff --git a/packages/backend/Cargo.toml b/packages/backend/Cargo.toml index 100f6be..722d037 100644 --- a/packages/backend/Cargo.toml +++ b/packages/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptgeon" -version = "2.0.5" +version = "2.0.7" authors = ["cupcakearmy "] edition = "2021"