Skip to content

docs: add 0.3 to compatibility chart - #161

Merged
Trouv merged 1 commit into
mainfrom
docs/prepare-0.3
Apr 10, 2026
Merged

docs: add 0.3 to compatibility chart#161
Trouv merged 1 commit into
mainfrom
docs/prepare-0.3

Conversation

@Trouv

@Trouv Trouv commented Apr 10, 2026

Copy link
Copy Markdown
Owner

0.3 is ready to release. The compatibility chart needs to be manually updated accordingly.

@Trouv
Trouv enabled auto-merge (squash) April 10, 2026 19:19
@Trouv
Trouv merged commit c9f3915 into main Apr 10, 2026
5 checks passed
@Trouv
Trouv deleted the docs/prepare-0.3 branch April 10, 2026 19:23
@Trouv Trouv mentioned this pull request Apr 10, 2026
Trouv added a commit that referenced this pull request Apr 10, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.3.0](v0.2.0...v0.3.0)
(2026-04-10)


### ⚠ BREAKING CHANGES

* borrow resource in ResSetWith
([#149](#149))
* rename asset_server feature to asset
([#145](#145))
* publicly organize effects into submodules
([#144](#144))
* remove EntityComponents- effects in light of new QueryEntity- effects
([#139](#139))
* replace Components- effects with QueryDataEffect-based effects
([#134](#134))
* box fn generic in AffectOrHandle effect
([#124](#124))
* box fn generic in AssetServerLoadAnd effect
([#123](#123))
* box fn generic in CommandSpawnAnd effect
([#122](#122))
* box fn generics in entity_component effects
([#120](#120))
* box fn generics in ComponentsSetWithQueryData effects
([#119](#119))
* box function generics in ComponentsSetWith and -Filtered
([#118](#118))
* box function generic in ResSetWith
([#117](#117))

### Features

* add AssetAddAnd effect
([#128](#128))
([fae83bc](fae83bc))
* add AssetInsert effect
([#142](#142))
([d1a3928](d1a3928))
* add Component- query data effects
([#131](#131))
([5857859](5857859))
* add LocalSetAnd effect
([#129](#129))
([cab2fe0](cab2fe0))
* add MessagesReadAnd effect
([#125](#125))
([2206d5e](2206d5e))
* add QueryDataEffect trait
([#130](#130))
([969f10c](969f10c))
* add QueryEntity- effects
([#136](#136))
([32bd5d9](32bd5d9))
* add recursive insert/remove entity command effects
([#127](#127))
([d7f7810](d7f7810))
* borrow resource in ResSetWith
([#149](#149))
([63783bb](63783bb))
* box fn generic in AffectOrHandle effect
([#124](#124))
([afb5f16](afb5f16))
* box fn generic in AssetServerLoadAnd effect
([#123](#123))
([5649c45](5649c45))
* box fn generic in CommandSpawnAnd effect
([#122](#122))
([0c947c0](0c947c0))
* box fn generics in ComponentsSetWithQueryData effects
([#119](#119))
([56ed630](56ed630))
* box fn generics in entity_component effects
([#120](#120))
([a41b1ca](a41b1ca))
* box function generic in ResSetWith
([#117](#117))
([f3a24e1](f3a24e1))
* box function generics in ComponentsSetWith and -Filtered
([#118](#118))
([feaf937](feaf937))
* implement QueryDataEffect for common algebraic types
([#132](#132))
([cfa243a](cfa243a))
* publicly organize effects into submodules
([#144](#144))
([d2c75c3](d2c75c3))
* remove EntityComponents- effects in light of new QueryEntity- effects
([#139](#139))
([0864f8b](0864f8b))
* replace Components- effects with QueryDataEffect-based effects
([#134](#134))
([cace5a7](cace5a7))


### Bug Fixes

* add missing default implementations for effects
([#143](#143))
([99cbc77](99cbc77))
* avoid type complexity with alias in LocalSetAnd
([#135](#135))
([fc61ca2](fc61ca2))
* reference compose_fn in in_and_then_compose
([#150](#150))
([c1305ff](c1305ff))
* remove Clone bound on QueryDataEffect of QueryEntityAffect
([#141](#141))
([ebe7dff](ebe7dff))
* rename asset_server feature to asset
([#145](#145))
([d4e5095](d4e5095))


### Documentation Changes

* add 0.3 to compatibility chart
([#161](#161))
([c9f3915](c9f3915))
* add pure/impure example for LocalSetAnd
([#148](#148))
([6e3155c](6e3155c))
* add pure/impure example to AffectMany
([#159](#159))
([c673e02](c673e02))
* add pure/impure examples for message effects
([#151](#151))
([9696b37](9696b37))
* add pure/impure examples for resource effects
([#146](#146))
([077de1c](077de1c))
* add pure/impure examples to command effects
([#152](#152))
([c0e7cac](c0e7cac))
* add pure/impure examples to entity_command effects
([#154](#154))
([4e60a0b](4e60a0b))
* add pure/impure examples to remaining asset effects
([#157](#157))
([af4a93e](af4a93e))
* encourage users to explore the effects module
([#160](#160))
([d88cb29](d88cb29))
* link to other versions of the book in the book
([#115](#115))
([da0425b](da0425b))
* make shared command note a full section
([#155](#155))
([1c705a5](1c705a5))
* standardize pure/impure example system doc comments
([#158](#158))
([15f5b68](15f5b68))


### Example Changes

* spawn camera in rainbow-clear-color example
([#156](#156))
([6166e22](6166e22))
* use concrete return type in animate_position system
([#121](#121))
([cc13316](cc13316))


### Test Changes

* enable Component(s)Set tests
([#133](#133))
([14c0250](14c0250))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant