Skip to content

Commit

Permalink
[bump] version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schultek committed Feb 27, 2023
1 parent 6d3aa85 commit a84e04d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.12.0

- Support self-joins. Models can now have relations to itself.
- Added `value` property to `QueryParams` to supply custom query parameters.
- Added `@BindTo()` annotation to resolve ambiguous field relations.

# 0.11.0

- Fixed wrong column types in update query.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://pub.dev/packages/stormberry">
<img src="https://img.shields.io/pub/v/stormberry?label=pub.dev&labelColor=333940&logo=dart">
<img src="https://img.shields.io/pub/v/stormberry?label=pub.dev&labelColor=333940&logo=dart&color=00589B">
</a>
<a href="https://github.com/schultek/stormberry/actions/workflows/test.yaml">
<img src="https://img.shields.io/github/actions/workflow/status/schultek/stormberry/test.yaml?branch=main&label=tests&labelColor=333940&logo=github">
Expand Down
6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: stormberry
description: Access your postgres database effortlessly from dart code.
version: 0.11.0
description: A strongly-typed postgres ORM to provide easy bindings between your dart classes and postgres database.
version: 0.12.0
repository: https://github.com/schultek/stormberry
issue_tracker: https://github.com/schultek/stormberry/issues
funding:
- https://github.com/sponsors/schultek

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down

0 comments on commit a84e04d

Please sign in to comment.