Skip to content

Commit 697ac2e

Browse files
authored
chore: release v0.2.0 (#3)
1 parent b4e3109 commit 697ac2e

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/Bli-AIk/bevy_workbench/compare/v0.1.0...v0.2.0) - 2026-03-07
11+
12+
### Added
13+
14+
- *(control_link)* implement drag-and-drop UI for entity linking
15+
- *(ci)* add tokei lint checks to crate workflows
16+
- *(i18n)* add t_args method for localized strings with arguments
17+
- *(game_view)* add toolbar toggle support for external plugins
18+
- *(game_view)* add support for external game camera hijacking
19+
- add configurable toolbar, game view zoom, and menu bar extensions ([#4](https://github.com/Bli-AIk/bevy_workbench/pull/4))
20+
21+
### Fixed
22+
23+
- *(inspector)* wrap inspector UI in catch_unwind to handle reflection panics
24+
25+
### Miscellaneous Tasks
26+
27+
- add clippy configuration
28+
- *(crates)* add readme and repository fields to Cargo.toml files
29+
- *(ci)* exclude passing tests from nextest run
30+
- *(ci)* replace cargo test with cargo-nextest
31+
32+
### Refactor
33+
34+
- extract UI functions to reduce nesting depth
35+
- *(dock)* sort center panes with game_view last
36+
1037
## [0.1.0](https://github.com/Bli-AIk/bevy_workbench/compare/v0.0.0...v0.1.0) - 2026-02-28
1138

1239
### Miscellaneous Tasks

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_workbench"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["Bli-AIk <haikun2333@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)