From e578c8e6ed0e4b3c00261450141f4ae814502bfb Mon Sep 17 00:00:00 2001 From: Jochum van der Ploeg Date: Fri, 25 Jun 2021 14:04:13 +0200 Subject: [PATCH] Preparing for release v0.2.0 (#8) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: