Skip to content

Commit

Permalink
Release 0.5.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored May 17, 2019
1 parent 498356a commit 9b284cf
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
````

Expand Down
11 changes: 11 additions & 0 deletions floor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions floor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
````

Expand Down
2 changes: 1 addition & 1 deletion floor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vitusortner.dev@gmail.com>

Expand Down
11 changes: 11 additions & 0 deletions floor_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion floor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vitusortner.dev@gmail.com>

Expand Down

0 comments on commit 9b284cf

Please sign in to comment.