From aa02d11f58ac2ebb5dffcb1e23b9b7e55c2bd22a Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:33:25 +0200 Subject: [PATCH] Increase version number to 0.3.0 --- Cargo.toml | 2 +- README.md | 3 ++- docs/index.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d160df0..34c436a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index d7a7ee4..94dfaa4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 3d1d996..9e5f0f0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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