Skip to content

Commit 404ca1e

Browse files
Merge pull request #111 from AryanpurTech/v0.9.1
V0.9.1 - Bug Fixes
2 parents 56c9955 + f44bf3c commit 404ca1e

36 files changed

Lines changed: 1701 additions & 1304 deletions

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build
33
on:
44
push:
55
branches: [master]
6-
pull_request:
7-
branches: [master]
86

97
env:
108
CARGO_TERM_COLOR: always

.github/workflows/rust-clippy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ name: rust-clippy analyze
1212
on:
1313
push:
1414
branches: [ "master" ]
15-
pull_request:
16-
# The branches below must be a subset of the branches above
17-
branches: [ "master" ]
1815
schedule:
1916
- cron: '21 6 * * 6'
2017

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5-
---
5+
## [0.9.1](https://github.com/AryanpurTech/BlueEngine/compare/v0.9.0..0.9.1) - 2025-05-05
6+
7+
### Bug Fixes
8+
9+
- [**breaking**] #108 - exchanged StringBuffer with AsRef<str> and String with Arc<str> - ([a148472](https://github.com/AryanpurTech/BlueEngine/commit/a148472d83f8902f700bb938dd5f89df2f532b97))
10+
- #110 - Features for a backend is now empty by default for maximum compatibility - ([0e571b8](https://github.com/AryanpurTech/BlueEngine/commit/0e571b8131728f859c9134f7c36544f7659742c6))
11+
12+
### Features
13+
14+
- readded the embedded renderer and renamed `egui` plugin to `egui_plugin` for reduction of confusion - ([0d15919](https://github.com/AryanpurTech/BlueEngine/commit/0d15919c8de94e113c866718b9b9d8cbf3ec821b))
15+
16+
### Miscellaneous Chores
17+
18+
- updated dependencies - ([aa6076f](https://github.com/AryanpurTech/BlueEngine/commit/aa6076fe2ef605a06868a1dc93a1002b582e0cdb))
19+
- updated dependencies - ([59338e8](https://github.com/AryanpurTech/BlueEngine/commit/59338e8427f3957fdc17d15b6d6647827e03aa4c))
20+
- reverted wgpu update - ([73995d2](https://github.com/AryanpurTech/BlueEngine/commit/73995d2c57cfc7cbac1f3e617b61db518ca2e5d1))
21+
- updated utilities to the latest version - ([547c402](https://github.com/AryanpurTech/BlueEngine/commit/547c402a9694312b68ebf9085f32f18a4fb68af4))
22+
- some updates done to the embedded renderer - ([687d50e](https://github.com/AryanpurTech/BlueEngine/commit/687d50ee12af4267025a89130e04706bc71b482e))
23+
624
## [0.9.0](https://github.com/AryanpurTech/BlueEngine/compare/v0.8.0..0.9.0) - 2025-04-13
725

826
### Bug Fixes

0 commit comments

Comments
 (0)