Skip to content

Commit

Permalink
chore: release v0.1.1 (#32)
Browse files Browse the repository at this point in the history
* chore: release

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ethan Brierley <[email protected]>
  • Loading branch information
github-actions[bot] and eopb authored Oct 23, 2023
1 parent 64ee4b9 commit f0ff430
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/eopb/tide-tracing/compare/v0.1.0...v0.1.1) - 2023-10-23

### Documentation
- Include `README.md` content in rustdoc output

### Other
- Forbid unsafe code with `#![forbid(unsafe_code)]`

## [0.1.0](https://github.com/eopb/tide-tracing/compare/v0.0.13...v0.1.0) - 2023-10-23

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tide-tracing"
version = "0.1.0"
version = "0.1.1"
authors = ["Ethan Brierley <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit f0ff430

Please sign in to comment.