⬆️ Upgrade version number

This commit is contained in:
ValentinVignal 2022-11-28 18:59:00 +08:00
parent 4030db4c5f
commit d7ef374677
No known key found for this signature in database
GPG Key ID: 040FFDADFB7EF05A
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 2.3.0
- Add `textEnum` column builder and `EnumNameConverter` to be able to store enum
values as string.
## 2.3.0-dev
- Add the `JsonTypeConverter2` mixin. It behaves similar to the existing json

View File

@ -1,6 +1,6 @@
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
version: 2.3.0-dev
version: 2.3.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues

View File

@ -1,3 +1,7 @@
## 2.3.0
- Add the support for `textEnum`.
## 2.2.0+1
- __Potentially breaking bug-fix__: Fix the nullability of columns generated for

View File

@ -1,6 +1,6 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains a the generator and development tools.
version: 2.3.0-dev
version: 2.3.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues