Skip to content

Commit

Permalink
Merge pull request #283 from crabnebula-dev/release-plz-2024-05-13T12…
Browse files Browse the repository at this point in the history
…-49-02Z

chore: release
  • Loading branch information
lucasfernog-crabnebula authored May 13, 2024
2 parents 9a8e1fd + 9e0392a commit 9536431
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

10 changes: 10 additions & 0 deletions crates/devtools-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/crabnebula-dev/devtools/compare/devtools-core-v0.3.0...devtools-core-v0.3.1) - 2024-05-13

### Fixed
- fix release

### Other
- Feat/calls virtualization ([#240](https://github.com/crabnebula-dev/devtools/pull/240))
- update deps
- update deps

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

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions crates/devtools-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devtools-core"
version = "0.3.0"
version = "0.3.1"
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
authors.workspace = true
edition.workspace = true
Expand All @@ -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.5.0" }
devtools-wire-format = { path = "../wire", version = "0.5.1" }
tracing.workspace = true
tracing-core.workspace = true
tracing-subscriber.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions crates/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0-beta.1](https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-beta.0...tauri-plugin-devtools-v2.0.0-beta.1) - 2024-05-13

### Fixed
- *(devtools)* docs.rs failing to build
4 changes: 2 additions & 2 deletions crates/devtools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-devtools"
version = "2.0.0-beta.0"
version = "2.0.0-beta.1"
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
authors.workspace = true
edition.workspace = true
Expand All @@ -22,7 +22,7 @@ tauri-plugin = { workspace = true, features = ["build"] }
tauri = { workspace = true, features = ["test"] }

[dependencies]
devtools-core = { path = "../devtools-core", version = "0.3.0" }
devtools-core = { path = "../devtools-core", version = "0.3.1" }
tauri.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions crates/wire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1](https://github.com/crabnebula-dev/devtools/compare/devtools-wire-format-v0.5.0...devtools-wire-format-v0.5.1) - 2024-05-13

### Other
- update protobuf generated files

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

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/wire/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devtools-wire-format"
version = "0.5.0"
version = "0.5.1"
description = "gRPC wire format for the CrabNebula devtools for Tauri"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build.workspace = true

[dependencies]
tauri.workspace = true
tauri-plugin-devtools = { path = "../../../crates/devtools", version = "2.0.0-beta.0" }
tauri-plugin-devtools = { path = "../../../crates/devtools", version = "2.0.0-beta.1" }
tracing.workspace = true
tokio = { workspace = true, features = ["time"] }
reqwest = { version = "0.11", default-features = false, features = [
Expand Down

0 comments on commit 9536431

Please sign in to comment.