File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v2.0.2] ( https://github.com/ash-project/ash_postgres/compare/v2.0.1...v2.0.2 ) (2024-05-15)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * [ update_query/destroy_query] rework the update and destroy query builder to support multiple kinds of joining
16
+
17
+ * [ mix ash_postgres.migrate] remove duplicate repo flags (#285 )
18
+
19
+ * [ Ash.Error.Changes.StaleRecord] ensure filter is included in stale record error messages we return
20
+
21
+ * [ AshPostgres.MigrationGenerator] properly parse previous version from migration generation
22
+
8
23
## [ v2.0.1] ( https://github.com/ash-project/ash_postgres/compare/v2.0.0...v2.0.1 ) (2024-05-12)
9
24
10
25
### Bug Fixes:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
5
5
The PostgreSQL data layer for Ash Framework
6
6
"""
7
7
8
- @ version "2.0.1 "
8
+ @ version "2.0.2 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments