File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " diesel_migrations"
3- version = " 2.3.0 "
3+ version = " 2.3.1 "
44license = " MIT OR Apache-2.0"
55description = " Migration management for diesel"
66documentation = " https://docs.rs/crate/diesel_migrations"
You can’t perform that action at this time.
0 commit comments