Skip to content

Commit 2904928

Browse files
committed
chore: release version v0.3.2
1 parent c85a5f7 commit 2904928

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.3.2](https://github.com/ash-project/ash_sql/compare/v0.3.1...v0.3.2) (2025-10-10)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* only do untyped expressions for array get_path types by [@zachdaniel](https://github.com/zachdaniel)
16+
817
## [v0.3.1](https://github.com/ash-project/ash_sql/compare/v0.3.0...v0.3.1) (2025-10-10)
918

1019

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Shared functionality for ecto-based sql data layers.
77
```elixir
88
def deps do
99
[
10-
{:ash_sql, "~> 0.3.1"}
10+
{:ash_sql, "~> 0.3.2"}
1111
]
1212
end
1313
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule AshSql.MixProject do
66
Shared utilities for ecto-based sql data layers.
77
"""
88

9-
@version "0.3.1"
9+
@version "0.3.2"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)