Skip to content

Commit b6c7edc

Browse files
committed
chore: release version v0.2.12
1 parent b13aa26 commit b6c7edc

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v0.2.12](https://github.com/ash-project/ash_sqlite/compare/v0.2.11...v0.2.12) (2025-07-22)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* Reverse migrations order when reverting dev migrations (#167) by Kenneth Kostrešević
16+
17+
* update ecto & ecto_sql by Zach Daniel
18+
19+
### Improvements:
20+
21+
* make rollback more reliable by using `--to` instead of `-n` by Zach Daniel
22+
823
## [v0.2.11](https://github.com/ash-project/ash_sqlite/compare/v0.2.10...v0.2.11) (2025-06-16)
924

1025

documentation/tutorials/getting-started-with-ash-sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A working [SQLite](https://sqlite.org/) installation. Verify installation with `
2323

2424
Add the `:ash_sqlite` dependency to your application
2525

26-
`{:ash_sqlite, "~> 0.2.11"}`
26+
`{:ash_sqlite, "~> 0.2.12"}`
2727

2828
Add `:ash_sqlite` to your `.formatter.exs` file
2929

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do
55
The SQLite data layer for Ash Framework.
66
"""
77

8-
@version "0.2.11"
8+
@version "0.2.12"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)