Skip to content

Commit 4e883b2

Browse files
chore: release v0.2.0
1 parent fc76448 commit 4e883b2

3 files changed

Lines changed: 18 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [0.2.0](https://github.com/rustic-rs/rustic_server/compare/v0.1.1...v0.2.0) - 2024-11-14
6+
7+
### Other
8+
9+
- [**breaking**] move to axum - Part II ([#56](https://github.com/rustic-rs/rustic_server/pull/56))
10+
511
## [0.1.1] - 2024-01-09
612

713
### Bug Fixes

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic_server"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["the rustic-rs team"]
55
categories = ["command-line-utilities"]
66
edition = "2021"

0 commit comments

Comments
 (0)