Skip to content

Commit

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

## Unreleased

## v0.15.1

- fixed: Encode nil blobs. This was previously unhandled.

## v0.15.0

- fixed: Support `nil` decoding for `:decimal`.
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.15.0"
@version "0.15.1"

def project do
[
Expand Down

0 comments on commit a54bdcb

Please sign in to comment.