Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent ba6a068 commit 0534f1d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["wire", "devtools", "examples/*"]
[workspace.package]
authors = ["CrabNebula <hello@crabnebula.dev>"]
edition = "2021"
version = "0.2.5"
version = "0.3.0"
rust-version = "1.70.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabnebula-dev/devtools"
Expand Down
12 changes: 12 additions & 0 deletions devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.2.5...devtools-v0.3.0) - 2023-12-20

### Fixed
- pick free port

### Other
- Update error.rs
- Merge pull request [#165](https://github.com/crabnebula-dev/devtools/pull/165) from crabnebula-dev/jonas/fix/pick-free-port
- fmt
- Update devtools/src/builder.rs
- clippy & fmt

## [0.2.5](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.2.4...devtools-v0.2.5) - 2023-12-11

### Other
Expand Down
2 changes: 1 addition & 1 deletion devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
devtools-wire-format = { path = "../wire", version = "0.2.5" }
devtools-wire-format = { path = "../wire", version = "0.3.0" }
tracing.workspace = true
tracing-core.workspace = true
tracing-subscriber.workspace = true
Expand Down

0 comments on commit 0534f1d

Please sign in to comment.