Skip to content

Commit 848c83c

Browse files
committed
Bump to v0.7.3
1 parent 49f8396 commit 848c83c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
9+
10+
11+
## [0.7.3] - 2022-01-21
12+
### Added
13+
- Information to the help docs about utilizing `exqlite` with database encryption.
14+
915
### Changed
1016
- Raise more meaningful error when an expression fails to match. Backported from [ecto_sql#362](https://github.com/elixir-ecto/ecto_sql/commit/93038c2cac16706b642121a5839d1068d5b45212).
1117

@@ -78,7 +84,8 @@ adheres to [Semantic Versioning][semver].
7884

7985
[keepachangelog]: <https://keepachangelog.com/en/1.0.0/>
8086
[semver]: <https://semver.org/spec/v2.0.0.html>
81-
[Unreleased]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.2...HEAD
87+
[Unreleased]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.3...HEAD
88+
[0.7.3]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.2...v0.7.3
8289
[0.7.2]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.1...v0.7.2
8390
[0.7.1]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.0...v0.7.1
8491
[0.7.0]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.6.1...v0.7.0

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.7.1"}
19+
{:ecto_sqlite3, "~> 0.7.3"}
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.7.2"
4+
@version "0.7.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)