Skip to content

Conversation

@hds
Copy link
Contributor

@hds hds commented Nov 29, 2024

0.1.0-beta.1 (November 29, 2024)

[ crates.io ] | [ docs.rs ]

tracing-mock provides tools for making assertions about what tracing
diagnostics are emitted by code under test.

  • Initial beta release

PR Notes

I used this PR to also clean up a few things in the README that referenced
tracing-mock not being on crates.io (because the idea is that now it will
be). I added badges linking to where the crate should be when it's uploaded,
hopefully they're even the correct links.

The changelog is new of course.

And I added my own name to the list of authors in Cargo.toml 😅.

Refs: #539

@hds hds requested review from a team and hawkw as code owners November 29, 2024 15:05
@hds hds force-pushed the hds/tracing-mock-0.1.0-beta.1 branch from 571fd13 to 4dea906 Compare November 29, 2024 16:57
# 0.1.0-beta.1 (November 29, 2024)

[ [crates.io][crate-0.1.0-beta.1] ] | [ [docs.rs][docs-0.1.0-beta.1] ]

`tracing-mock` provides tools for making assertions about what `tracing`
diagnostics are emitted by code under test.

- Initial beta release

[docs-0.1.0-beta.1]: https://docs.rs/tracing-mock/0.1.0-beta.1
[crate-0.1.0-beta.1]: https://crates.io/crates/tracing-mock/0.1.0-beta.1
@hds hds force-pushed the hds/tracing-mock-0.1.0-beta.1 branch from 4dea906 to a25f4cf Compare November 29, 2024 17:05
@hds hds merged commit 44b9493 into v0.1.x Nov 29, 2024
52 checks passed
@hds hds deleted the hds/tracing-mock-0.1.0-beta.1 branch November 29, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants