diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b0c73f..0a21c786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# 0.5.0 + +### Changes + +* Make tasks deletable in example app + +### 🚀 Features + +* Allow multiline string queries +* Allow void-return queries with arguments + # 0.4.2 ### 🐛 Bug Fixes diff --git a/README.md b/README.md index b7d00149..db07df43 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ This package is still in an early phase and the API will likely change. dependencies: flutter: sdk: flutter - floor: ^0.4.2 + floor: ^0.5.0 dev_dependencies: - floor_generator: ^0.4.2 + floor_generator: ^0.5.0 build_runner: ^1.4.0 ```` diff --git a/floor/CHANGELOG.md b/floor/CHANGELOG.md index 01b0c73f..0a21c786 100644 --- a/floor/CHANGELOG.md +++ b/floor/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# 0.5.0 + +### Changes + +* Make tasks deletable in example app + +### 🚀 Features + +* Allow multiline string queries +* Allow void-return queries with arguments + # 0.4.2 ### 🐛 Bug Fixes diff --git a/floor/README.md b/floor/README.md index b7d00149..db07df43 100644 --- a/floor/README.md +++ b/floor/README.md @@ -44,10 +44,10 @@ This package is still in an early phase and the API will likely change. dependencies: flutter: sdk: flutter - floor: ^0.4.2 + floor: ^0.5.0 dev_dependencies: - floor_generator: ^0.4.2 + floor_generator: ^0.5.0 build_runner: ^1.4.0 ```` diff --git a/floor/pubspec.yaml b/floor/pubspec.yaml index 82261fa7..5fba259a 100644 --- a/floor/pubspec.yaml +++ b/floor/pubspec.yaml @@ -2,7 +2,7 @@ name: floor description: > A supportive SQLite abstraction for your Flutter applications. This library is the runtime dependency. -version: 0.4.2 +version: 0.5.0 homepage: https://github.com/vitusortner/floor author: Vitus Ortner diff --git a/floor_generator/CHANGELOG.md b/floor_generator/CHANGELOG.md index 01b0c73f..0a21c786 100644 --- a/floor_generator/CHANGELOG.md +++ b/floor_generator/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# 0.5.0 + +### Changes + +* Make tasks deletable in example app + +### 🚀 Features + +* Allow multiline string queries +* Allow void-return queries with arguments + # 0.4.2 ### 🐛 Bug Fixes diff --git a/floor_generator/pubspec.yaml b/floor_generator/pubspec.yaml index 7e27161d..e2d4fdff 100644 --- a/floor_generator/pubspec.yaml +++ b/floor_generator/pubspec.yaml @@ -2,7 +2,7 @@ name: floor_generator description: > A supportive SQLite abstraction for your Flutter applications. This library is the dev dependency. -version: 0.4.2 +version: 0.5.0 homepage: https://github.com/vitusortner/floor author: Vitus Ortner