Prepare 2.1.1 release of moor_generator

Contains fixes for CTE crashes and build issues
This commit is contained in:
Simon Binder 2019-11-24 21:28:45 +01:00
parent f7bc2f1210
commit a937956d41
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 2.1.1
- Fix a crash when using common table expressions in custom statements
- Don't use a moor specific caching graph across build steps
## 2.1.0
- Accept inheritance in table definitions (e.g. if an abstract class declared as `IntColumn get foo => integer()()`,

View File

@ -1,6 +1,6 @@
name: moor_generator
description: Dev-dependency to generate table and dataclasses together with the moor package.
version: 2.1.0
version: 2.1.1
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues