Skip to content

Commit

Permalink
chore: release version v2.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 6, 2023
1 parent 2c9bfb1 commit 1ee4aaf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.17.8](https://github.com/ash-project/ash/compare/v2.17.7...v2.17.8) (2023-12-06)




### Bug Fixes:

* add back in `builtin_predicate_operators/0`

* various runtime expression evaluation fixes

* honor read action for `Api.get` calls.

* various fixes to calculation expansion and execution

### Improvements:

* use loaded calculation values in expressions

## [v2.17.7](https://github.com/ash-project/ash/compare/v2.17.6...v2.17.7) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
```elixir
def deps do
[
{:ash, "~> 2.17.7"}
{:ash, "~> 2.17.8"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
{:ash, "~> 2.17.7"} # <-- add this line
{:ash, "~> 2.17.8"} # <-- add this line
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""

@version "2.17.7"
@version "2.17.8"

def project do
[
Expand Down

0 comments on commit 1ee4aaf

Please sign in to comment.