Skip to content

Commit de7f0e8

Browse files
committed
v0.14.1
1 parent 2c2dd52 commit de7f0e8

File tree

30 files changed

+72
-58
lines changed

30 files changed

+72
-58
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.14.1] - 2025-10-27
6+
7+
If you are upgrading from v0.13.4 and below, this version includes **breaking changes** to the internal directory, calendar and contacts. Please read the [upgrading documentation](https://stalw.art/docs/install/upgrade) for more information on how to upgrade from previous versions.
8+
9+
## Added
10+
- Autoconfig for CalDAV, CardDAV and WebDAV (#1937)
11+
12+
## Changed
13+
- HTTP: Remove HTTP STS `preload` directive.
14+
15+
## Fixed
16+
- Directory: Keep OTP Auth and AppPasswords unless the remote directory provides new ones (#2319)
17+
- JMAP: Fix `ContactCard/set` and `CalendarEvent/set` destroy methods (#2308).
18+
519
## [0.14.0] - 2025-10-22
620

721
If you are upgrading from v0.13.4 and below, this version includes **breaking changes** to the internal directory, calendar and contacts. Please read the [upgrading documentation](https://stalw.art/docs/install/upgrade) for more information on how to upgrade from previous versions.

Cargo.lock

Lines changed: 30 additions & 30 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 LLC <hello@stalw.art>"]
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.14.0"
8+
version = "0.14.1"
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.14.0"
3+
version = "0.14.1"
44
edition = "2024"
55
resolver = "2"
66
build = "build.rs"

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.14.0"
3+
version = "0.14.1"
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.14.0"
3+
version = "0.14.1"
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.14.0"
3+
version = "0.14.1"
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.14.0"
3+
version = "0.14.1"
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.14.0"
3+
version = "0.14.1"
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.14.0"
3+
version = "0.14.1"
44
edition = "2024"
55
resolver = "2"
66

0 commit comments

Comments
 (0)