Skip to content

Commit

Permalink
Merge pull request #135 from crabnebula-dev/release-plz-2023-12-04T17…
Browse files Browse the repository at this point in the history
…-27-02Z

chore: release
  • Loading branch information
CrabNejonas authored Dec 4, 2023
2 parents d817e30 + 0f6d3c9 commit c89598b
Show file tree
Hide file tree
Showing 4 changed files with 12 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 <[email protected]>"]
edition = "2021"
version = "0.2.1"
version = "0.2.2"
rust-version = "1.70.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabnebula-dev/devtools"
Expand Down
8 changes: 8 additions & 0 deletions devtools/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.2.2](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.2.1...devtools-v0.2.2) - 2023-12-04

### Fixed
- *(devtools)* point to correct URL

### Other
- Update server.rs

## [0.2.0](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.1.0...devtools-v0.2.0) - 2023-12-04

### Added
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.0" }
devtools-wire-format = { path = "../wire", version = "0.2.2" }
tracing.workspace = true
tracing-core.workspace = true
tracing-subscriber.workspace = true
Expand Down

0 comments on commit c89598b

Please sign in to comment.