version bump

This commit is contained in:
cupcakearmy 2022-01-16 14:04:49 +01:00
parent 716034660c
commit 539d99d35f
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
3 changed files with 8 additions and 2 deletions

View File

@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.4.0] - 2022-01-16
### Added
- Support for multiple languages
## [1.3.3] - 2022-01-03 ## [1.3.3] - 2022-01-03
### Fixed ### Fixed

2
backend/Cargo.lock generated
View File

@ -515,7 +515,7 @@ dependencies = [
[[package]] [[package]]
name = "cryptgeon" name = "cryptgeon"
version = "1.3.3" version = "1.4.0"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-web", "actix-web",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cryptgeon" name = "cryptgeon"
version = "1.3.3" version = "1.4.0"
authors = ["cupcakearmy <hi@nicco.io>"] authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021" edition = "2021"