Skip to content

Commit 1fc2343

Browse files
committed
Actually prepare the release
1 parent b046086 commit 1fc2343

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Increasing the minimal supported Rust version will always be coupled at least wi
1212

1313
## Unreleased
1414

15-
## [2.3.4] 2025-11-xx
15+
## [2.3.4] 2025-11-26
1616

17-
* Fixed an issue with breaking changes in libmariadb
18-
* Fixed documentation links for helper types
19-
* Fixing using `#[diesel(embed)]` with options
17+
* Fix an issue with breaking changes in libmariadb
18+
* Fix documentation links for helper types
19+
* Fix using `#[diesel(embed)]` with `Option<Inner>` types
20+
* Fix documentation for concurrent migration runs
2021

2122
## [2.3.3] 2025-10-24
2223

diesel_migrations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel_migrations"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
license = "MIT OR Apache-2.0"
55
description = "Migration management for diesel"
66
documentation = "https://docs.rs/crate/diesel_migrations"

0 commit comments

Comments
 (0)