We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bac8d commit 0ff427bCopy full SHA for 0ff427b
CHANGELOG.md
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+## [0.17.0] - 2024-06-26
9
+
10
### Added
11
12
- New method `LogStorage::set_max_line_length` to limit the logged line length when capturing
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustwide"
3
-version = "0.16.0"
+version = "0.17.0"
4
edition = "2018"
build = "build.rs"
0 commit comments