Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyvanderaerden committed Dec 23, 2024
1 parent 08973f3 commit 7d31b74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED
## v0.6.3 (2024-12-23)
* Fix Elixir 1.17 deprecation warnings

### CI
* Add MySQL 8.4
* Add MariaDB 11.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The package can be installed by adding `:ecto_mysql_extras` to your list of depe
```elixir
def deps do
[
{:ecto_mysql_extras, "~> 0.6.0"}
{:ecto_mysql_extras, "~> 0.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoMySQLExtras.MixProject do
use Mix.Project

@version "0.6.2"
@version "0.6.3"
@source_url "https://github.com/timothyvanderaerden/ecto_mysql_extras"

def project do
Expand Down

0 comments on commit 7d31b74

Please sign in to comment.