Skip to content

Commit f0f890d

Browse files
committed
updated changelog and just
1 parent 9a9a2b0 commit f0f890d

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.6.5] - 2025-03-15
6+
7+
### Miscellaneous Tasks
8+
9+
- Updated versions of all parts ([9a9a2b0](https://github.com/AryanpurTech/BlueEngine/commit/9a9a2b09e8dcd609b76ac84ff6f7fca203b04d60))
10+
- Updated wgpu to the latest version ([5f45266](https://github.com/AryanpurTech/BlueEngine/commit/5f4526608e145e7a09750403e76a219652506372))
11+
- Cleaned up github actions ([fbf01a9](https://github.com/AryanpurTech/BlueEngine/commit/fbf01a9bb0bd85090f5e13e7c20a0f6f54c2efa7))
12+
513
## [0.6.3] - 2025-03-15
614

715
### Bug Fixes

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ update-changelog release_tag:
66
publish release_tag:
77
@cd crates/blue_engine_core && cargo publish
88
@cd crates/blue_engine_dynamic && cargo publish
9-
@cargo publish
9+
@cargo publish --allow-dirty
1010
@just update-changelog {{release_tag}}

0 commit comments

Comments
 (0)