Sync to upstream Jecs 0.6.1-nightly.20250611T001113Z

This commit is contained in:
forgejo-actions 2025-06-11 00:11:32 +00:00 committed by github-actions[bot]
parent d1e5f16bea
commit b734386e7f
8 changed files with 35 additions and 24 deletions

View file

@ -2,6 +2,14 @@
## Unreleased
## 0.6.1
### Changed
- Entity types now unions with numbers should allow for easier time casting while not causing regressing previous behaviours
### Fixed
- Fixed a critical bug with `(*, R)` pairs not being removed when `R` is deleted
## 0.6.0
### Added