Skip to content

Commit

Permalink
chore: release version v0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 17, 2024
1 parent 53175ea commit 10fc158
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.2.23](https://github.com/ash-project/ash_sql/compare/v0.2.22...v0.2.23) (2024-07-17)




### Bug Fixes:

* fix build

* properly expand resource calculation/aggregates in fields

## [v0.2.22](https://github.com/ash-project/ash_sql/compare/v0.2.21...v0.2.22) (2024-07-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Shared functionality for ecto-based sql data layers.
```elixir
def deps do
[
{:ash_sql, "~> 0.2.22"}
{:ash_sql, "~> 0.2.23"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule AshSql.MixProject do
Shared utilities for ecto-based sql data layers.
"""

@version "0.2.22"
@version "0.2.23"

def project do
[
Expand Down

0 comments on commit 10fc158

Please sign in to comment.