Increase version number to 0.3.0

This commit is contained in:
Lennart
2025-06-14 20:33:25 +02:00
parent 1c31323512
commit aa02d11f58
3 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
members = ["crates/*"]
[workspace.package]
version = "0.2.2"
version = "0.3.0"
edition = "2024"
description = "A CalDAV server"
repository = "https://github.com/lennart-k/rustical"

View File

@@ -11,7 +11,8 @@ a CalDAV/CardDAV server
## Features
- easy to backup, everything saved in one SQLite database
- ~~[WebDAV Push](https://github.com/bitfireAT/webdav-push/) support, so near-instant synchronisation to DAVx5~~ (currently broken)
- also export feature in the frontend
- [WebDAV Push](https://github.com/bitfireAT/webdav-push/) support, so near-instant synchronisation to DAVx5
- lightweight (the container image contains only one binary)
- adequately fast (I'd love to say blazingly fast™ :fire: but I don't have any benchmarks)
- deleted calendars are recoverable

View File

@@ -11,6 +11,7 @@ If you still want to play around with it in its current state, absolutely feel f
- easy to backup, everything saved in one SQLite database
- also export feature in the frontend
- [WebDAV Push](https://github.com/bitfireAT/webdav-push/) support, so near-instant synchronisation to DAVx5
- lightweight (the container image contains only one binary)
- adequately fast (I'd love to say blazingly fast™ :fire: but I don't have any benchmarks)
- deleted calendars are recoverable