Skip to content

Commit acd8df2

Browse files
committed
v0.12.2
1 parent 16c9e06 commit acd8df2

File tree

29 files changed

+58
-58
lines changed

29 files changed

+58
-58
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This projec
44

55
## [0.12.1] - 2025-05-26
66

7-
If you are upgrading from v0.11.x, this version includes **breaking changes** to the database layout and requires a migration. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
7+
If you are upgrading from v0.11.x, this version includes **breaking changes** to the database layout and requires a migration. Please read the [UPGRADING.md](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING.md) file for more information on how to upgrade from previous versions.
88

99
## Added
1010

@@ -17,7 +17,7 @@ If you are upgrading from v0.11.x, this version includes **breaking changes** to
1717

1818
## [0.12.0] - 2025-05-26
1919

20-
This version includes **breaking changes** to the database layout and requires a migration. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
20+
This version includes **breaking changes** to the database layout and requires a migration. Please read the [UPGRADING.md](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING.md) file for more information on how to upgrade from previous versions.
2121

2222
### Added
2323
- [Collaboration](https://stalw.art/docs/collaboration/overview) features including [Calendars over CalDAV](https://stalw.art/docs/http/calendar/), [Contacts over CardDAV](https://stalw.art/docs/http/contact/) and [File Storage over WebDAV](https://stalw.art/docs/http/file-storage/).

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Stalwart Labs Ltd. <[email protected]>"]
55
license = "AGPL-3.0-only OR LicenseRef-SEL"
66
repository = "https://github.com/stalwartlabs/cli"
77
homepage = "https://github.com/stalwartlabs/cli"
8-
version = "0.12.0"
8+
version = "0.12.2"
99
edition = "2024"
1010
readme = "README.md"
1111
resolver = "2"

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "common"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
edition = "2024"
55
resolver = "2"
66

crates/dav-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dav-proto"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
edition = "2021"
55

66
[dependencies]

crates/dav/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dav"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
edition = "2024"
55
resolver = "2"
66

crates/directory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "directory"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
edition = "2024"
55
resolver = "2"
66

crates/email/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "email"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
edition = "2024"
55
resolver = "2"
66

crates/groupware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "groupware"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
edition = "2024"
55
resolver = "2"
66

crates/http-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http_proto"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
edition = "2024"
55
resolver = "2"
66

0 commit comments

Comments
 (0)