Skip to content

Commit 8c016b4

Browse files
committed
v0.15.1
1 parent 85a5da0 commit 8c016b4

File tree

30 files changed

+71
-58
lines changed

30 files changed

+71
-58
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.15.1] - 2025-12-17
6+
7+
This version includes **multiple breaking changes**. Please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_15.md) for more information on how to upgrade from previous versions.
8+
9+
## Added
10+
11+
## Changed
12+
13+
## Fixed
14+
- PostgreSQL: Sanitize search index values (#2533)
15+
- Elasticsearch: Ignore `resource_already_exists_exception` errors when creating indexes (#2535)
16+
- Migrate 0.13.x data (#2534)
17+
518
## [0.15.0] - 2025-12-16
619

720
This version includes **multiple breaking changes**. Please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_15.md) 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.15.0"
8+
version = "0.15.1"
99
edition = "2024"
1010
readme = "README.md"
1111

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.15.0"
3+
version = "0.15.1"
44
edition = "2024"
55
build = "build.rs"
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.15.0"
3+
version = "0.15.1"
44
edition = "2024"
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.15.0"
3+
version = "0.15.1"
44
edition = "2024"
55

66
[dependencies]

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.15.0"
3+
version = "0.15.1"
44
edition = "2024"
55

66
[dependencies]

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.15.0"
3+
version = "0.15.1"
44
edition = "2024"
55

66
[dependencies]

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.15.0"
3+
version = "0.15.1"
44
edition = "2024"
55

66
[dependencies]

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.15.0"
3+
version = "0.15.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)