We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34067c3 commit e578c8eCopy full SHA for e578c8e
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [next]
+## 0.2.0
2
- Made assertion for getting/checking/removing a `Component` stricter
3
- **BREAKING**: Made the `priority` field on `System` final
4
- **BREAKING**: Components will now be marked for removal. This fixes the concurrent modification error
pubspec.yaml
@@ -1,6 +1,6 @@
name: oxygen
description: A lightweight Entity Component System framework written in Dart
-version: 0.1.0
+version: 0.2.0
homepage: https://github.com/flame-engine/oxygen
5
6
environment:
0 commit comments