Skip to content

Commit

Permalink
Preparing for release v0.2.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfenrain authored Jun 25, 2021
1 parent 34067c3 commit e578c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [next]
## 0.2.0
- Made assertion for getting/checking/removing a `Component` stricter
- **BREAKING**: Made the `priority` field on `System` final
- **BREAKING**: Components will now be marked for removal. This fixes the concurrent modification error
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

environment:
Expand Down

0 comments on commit e578c8e

Please sign in to comment.