Skip to content

Commit

Permalink
chore: release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mseele committed Dec 23, 2023
1 parent be8d6d6 commit 5ddfa2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [2.2.0] - 2023-12-23

### Refactor

- Upgrade to axum 0.7 and hyper 1.0
- Switch to or_default fn

## [2.1.1] - 2023-10-31

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sve_backend"
version = "2.1.1"
version = "2.2.0"
edition = "2021"
description = "Backend for the SVE website"
authors = ["Michael Seele <[email protected]>"]
Expand Down

0 comments on commit 5ddfa2b

Please sign in to comment.