Skip to content

Commit 03633dc

Browse files
committed
Bump to 0.6.1
1 parent 291e134 commit 03633dc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog][keepachangelog], and this project
66
adheres to [Semantic Versioning][semver].
77

88
## [Unreleased]
9+
10+
## [0.6.1] - 2021-08-27
911
### Changed
1012
- UUID encoding for both `:binary_id` and `:uuid`/`Ecto.UUID` is now configurable
1113
- `:uuid`/`Ecto.UUID` is now encoded as a string by default

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in Hexdocs.
1616

1717
```elixir
1818
defp deps do
19-
{:ecto_sqlite3, "~> 0.6.0"}
19+
{:ecto_sqlite3, "~> 0.6.1"}
2020
end
2121
```
2222

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQLite3.MixProject do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.6.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)