Skip to content

Commit

Permalink
Bump to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Aug 23, 2024
1 parent 7c8e990 commit 78fb45f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ project adheres to [Semantic Versioning][semver].

## Unreleased

## v0.17.1
- changed: Bump minimum ecto to `3.12`.

## v0.17.0

- added: Added an explicit `:integer` column type support. Under the hood it is stored the same regardless.
- fixed: Handle new style of distinct expressions introduce upstream in Ecto 3.12
- fixed: Handle new style of distinct expressions introduce upstream in Ecto `3.12`.
- changed: Allow `insert_all` to no longer require a where clause.
- changed: Made some public functions now private.
- changed: Test against elixir 1.17 and OTP 27, 26, and 25.
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 EctoSQLite3.MixProject do
use Mix.Project

@version "0.17.0"
@version "0.17.1"

def project do
[
Expand Down

0 comments on commit 78fb45f

Please sign in to comment.