Skip to content

Commit 74d9ab1

Browse files
committed
v0.15.2
1 parent 9091760 commit 74d9ab1

31 files changed

Lines changed: 87 additions & 85 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you are upgrading from v0.15.x, replace the binary and update the webadmin.
1616
## Fixed
1717
- mySQL search: Use `MEDIUMTEXT` field type for email body and attachments (#2544).
1818
- PostgreSQL search: Truncate large text fields.
19-
- ElasticSearch: Implement pagination (#2552).
19+
- ElasticSearch: Implement pagination (#2551).
2020
- Antispam: Fix `NO_SPACE_IN_FROM` spam tag detection logic (#2372).
2121
- IMAP: Fix shared folder double nesting (test suite credits to @ochnygosch) (#2358).
2222
- JMAP: Use latest `Received` header in JMAP `Email/import` (credits to @apexskier) (#2374).

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.1"
8+
version = "0.15.2"
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.1"
3+
version = "0.15.2"
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.1"
3+
version = "0.15.2"
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.1"
3+
version = "0.15.2"
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.1"
3+
version = "0.15.2"
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.1"
3+
version = "0.15.2"
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.1"
3+
version = "0.15.2"
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.1"
3+
version = "0.15.2"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)