Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanbush committed Aug 3, 2024
1 parent 9df3c82 commit a9e598f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
* This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [v0.2.3]
### Fixed
- Fix `Ecto.Query.dynamic_expr()` type naming after Ecto version upgrade.
- Fix any other issues indicated by Credo and Dialyzer (#19).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The package can be installed by adding `permit_ecto` to your list of dependencie
```elixir
def deps do
[
{:permit_ecto, "~> 0.2.2"}
{:permit_ecto, "~> 0.2.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Permit.Ecto.MixProject do
@moduledoc false
use Mix.Project

@version "0.2.2"
@version "0.2.3"
@source_url "https://github.com/curiosum-dev/permit_ecto"

def project do
Expand Down

0 comments on commit a9e598f

Please sign in to comment.