-
Notifications
You must be signed in to change notification settings - Fork 42
Comparing changes
Open a pull request
base repository: d-e-s-o/test-log
base: v0.2.18
head repository: d-e-s-o/test-log
compare: v0.2.19
- 9 commits
- 8 files changed
- 3 contributors
Commits on Jul 5, 2025
-
Document private items in documentation CI job
We use rustdoc style documentation for both public and private items. By default, however, rustdoc only generates documentation for public ones, completely ignoring anything private. As a result, a bunch of unresolved references and other issues can make it into the documentation of private bits. Adjust the CI job to actually document private items and to catch these digressions in the future. While at it, also make sure that the CI job covers the entire workspace.
Configuration menu - View commit details
-
Copy full SHA for a2c6ba2 - Browse repository at this point
Copy the full SHA a2c6ba2View commit details
Commits on Jul 29, 2025
-
Update rstest requirement from 0.25.0 to 0.26.1
Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.25.0...v0.26.1) --- updated-dependencies: - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d1a217e - Browse repository at this point
Copy the full SHA d1a217eView commit details -
Don't specify patch level for dev-dependencies
Stop specifying the patch level for any dev-dependencies. It's plain unnecessary and causes Dependabot to increase the number of bump pull requests.
Configuration menu - View commit details
-
Copy full SHA for 628feee - Browse repository at this point
Copy the full SHA 628feeeView commit details
Commits on Aug 12, 2025
-
In newer version of Rust, clippy recognizes references to Rust items in Markdown documentation that are not surrounded by backticks. Fix one such instance pointed out.
Configuration menu - View commit details
-
Copy full SHA for b633926 - Browse repository at this point
Copy the full SHA b633926View commit details -
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 25e7c36 - Browse repository at this point
Copy the full SHA 25e7c36View commit details
Commits on Oct 9, 2025
-
Suggest using [dev-dependencies] instead of [dependencies] in README.md
As far as I understand, this crate will typically be used when running tests, so it should be sufficient to list it as a dev-dependency.
Configuration menu - View commit details
-
Copy full SHA for 7fc5975 - Browse repository at this point
Copy the full SHA 7fc5975View commit details
Commits on Nov 21, 2025
-
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9e7aafb - Browse repository at this point
Copy the full SHA 9e7aafbView commit details
Commits on Nov 28, 2025
-
Behavior of the crate differs between the log and tracing backends: while log defaults to printing messages to stderr, tracing emits them to stdout. Until version 0.3.19 the tracing-subscriber crate did not allow changing this default. Pull request #3187 [0] changed that and release 0.3.20 contains this logic. Now that we can, adjust the tracing based backend to log to stderr for consistency. [0] tokio-rs/tracing#3187
Configuration menu - View commit details
-
Copy full SHA for bafe834 - Browse repository at this point
Copy the full SHA bafe834View commit details -
This change bumps the version of the crate to 0.2.19. The following notable changes have been made since 0.2.18: - Adjusted 'tracing' output to log to stderr
Configuration menu - View commit details
-
Copy full SHA for b4cd4a3 - Browse repository at this point
Copy the full SHA b4cd4a3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.18...v0.2.19