diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc234c..8343675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 3fa7cc8..c2e8f01 100644 --- a/pubspec.yaml +++ b/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 environment: