We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8824a6 commit 244bdf2Copy full SHA for 244bdf2
Cargo.toml
@@ -3,7 +3,7 @@ members = ["rustainers"]
3
resolver = "2"
4
5
[workspace.package]
6
-version = "0.13.1"
+version = "0.14.0"
7
edition = "2021"
8
authors = ["[email protected]"]
9
rustainers/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
10
+## [0.14.0](https://github.com/wefoxplatform/rustainers/compare/v0.13.1...v0.14.0) - 2024-12-20
11
+
12
+### Added
13
14
+- Allow using self-signed certificates in HTTPS health tests (#39)
15
16
+### Fixed
17
18
+- Add documentation and fix clippy lints (#41)
19
20
## [0.13.1](https://github.com/wefoxplatform/rustainers/compare/v0.13.0...v0.13.1) - 2024-09-21
21
22
### Added
0 commit comments