Skip to content

Commit bf6fecb

Browse files
committed
Release v0.4.1
1 parent 8955988 commit bf6fecb

File tree

3 files changed

+15
-327
lines changed

3 files changed

+15
-327
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2025-10-16
9+
10+
### 0.4.1 Fixes
11+
12+
- Ignore already despawned entities when listing them.
13+
814
## [0.4.0] - 2025-10-07
915

1016
### 0.4.0 Changes
@@ -59,9 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5965

6066
## [0.0.1] - 2024-12-15
6167

68+
[0.4.1]: https://github.com/splo/vscode-bevy-inspector/compare/v0.4.0..v0.4.1
6269
[0.4.0]: https://github.com/splo/vscode-bevy-inspector/compare/v0.3.0..v0.4.0
6370
[0.3.0]: https://github.com/splo/vscode-bevy-inspector/compare/v0.2.0..v0.3.0
6471
[0.2.0]: https://github.com/splo/vscode-bevy-inspector/compare/v0.1.1..v0.2.0
6572
[0.1.1]: https://github.com/splo/vscode-bevy-inspector/compare/v0.1.0..v0.1.1
6673
[0.1.0]: https://github.com/splo/vscode-bevy-inspector/compare/v0.0.1..v0.1.0
67-

0 commit comments

Comments
 (0)