Skip to content

Commit

Permalink
Adapt changelogs to include patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 24, 2024
1 parent 8da6fed commit d4f6b1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions drift_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- Pass language version to dart formatter when generating code.
- Fix generated code missing question marks for nullable types in some instances.

## 2.21.1

- Fix generated code missing question marks for nullable types in some instances.

## 2.21.0

- Fix Dart-defined `check` constraints not being considered in exported
Expand Down
3 changes: 2 additions & 1 deletion sqlparser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.39.2-dev
## 0.39.2

- Fix false-positive lint for a parameter count mismatch on `bm25()`.
- Fix type interference around `fts5` function calls.

## 0.39.1

Expand Down

0 comments on commit d4f6b1a

Please sign in to comment.