Skip to content

Commit e578c8e

Browse files
authored
Preparing for release v0.2.0 (#8)
1 parent 34067c3 commit e578c8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [next]
1+
## 0.2.0
22
- Made assertion for getting/checking/removing a `Component` stricter
33
- **BREAKING**: Made the `priority` field on `System` final
44
- **BREAKING**: Components will now be marked for removal. This fixes the concurrent modification error

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: oxygen
22
description: A lightweight Entity Component System framework written in Dart
3-
version: 0.1.0
3+
version: 0.2.0
44
homepage: https://github.com/flame-engine/oxygen
55

66
environment:

0 commit comments

Comments
 (0)