Skip to content

Commit e5e71da

Browse files
committed
Prepare a 0.7.3 release to finally fix the docs.rs build
1 parent dacc14b commit e5e71da

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
66

77
## [Unreleased]
88

9+
## [0.7.3] - 2025-10-05
10+
11+
* Another docs.rs build fix
12+
913
## [0.7.2] - 2025-10-02
1014

1115
* Fix versions in the Readme
@@ -118,5 +122,6 @@ in the pool should be checked if they are still valid
118122
[0.6.1]: https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.6.1
119123
[0.7.0]: https://github.com/weiznich/diesel_async/compare/v0.6.0...v0.7.0
120124
[0.7.1]: https://github.com/weiznich/diesel_async/compare/v0.7.0...v0.7.1
121-
[0.7.1]: https://github.com/weiznich/diesel_async/compare/v0.7.1...v0.7.2
125+
[0.7.2]: https://github.com/weiznich/diesel_async/compare/v0.7.1...v0.7.2
126+
[0.7.3]: https://github.com/weiznich/diesel_async/compare/v0.7.2...v0.7.3
122127
[Unreleased]: https://github.com/weiznich/diesel_async/compare/v0.7.0...main

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-async"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2021"
66
autotests = false

0 commit comments

Comments
 (0)