Skip to content

Commit

Permalink
Bump to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Dec 22, 2024
1 parent 90f6b8b commit afe87eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ All notable changes will be documented in this file.
The format is loosely based on [Keep a Changelog][keepachangelog], and this
project adheres to [Semantic Versioning][semver].

## Unreleased
## v0.18.0
- changed: Drop Elixir `1.14` support. Elixir `1.18` was released and I am only supporting 3 minor versions back.
- fixed: Pass through unrecognized values for float, bool, and json decodes.

## v0.17.5
- fixed: Report correct error for value lists in joins.
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.18.0-dev"
@version "0.18.0"

def project do
[
Expand Down

0 comments on commit afe87eb

Please sign in to comment.