We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e79792 commit 3aec361Copy full SHA for 3aec361
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 0.18.0
2
3
- Added support for default column values via the `@Default` annotation.
4
- Added support for creating and updating many-to-many relations through the normal `insert` and `update` methods.
pubspec.yaml
@@ -1,6 +1,6 @@
name: stormberry
description: A strongly-typed postgres ORM to provide easy bindings between your dart classes and postgres database.
-version: 0.17.0
+version: 0.18.0
repository: https://github.com/schultek/stormberry
5
issue_tracker: https://github.com/schultek/stormberry/issues
6
funding:
0 commit comments