Skip to content

Commit 359e24e

Browse files
committed
Bump to 0.6.3
1 parent e13f712 commit 359e24e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

33
## [Unreleased](unreleased)
4+
5+
6+
## [0.6.3] - 2021-08-26
47
### Fixed
58
- Fixed perceived memory leak for prepared statements not being cleaned up in a timely manner. This would be an issue for systems under a heavy load. [#155](https://github.com/elixir-sqlite/exqlite/pull/155)
69

10+
711
## [0.6.2] - 2021-08-25
812
### Changed
913
- Handle only UTC datetime and convert them to iso form without offset [#157](https://github.com/elixir-sqlite/exqlite/pull/157)
@@ -93,6 +97,8 @@
9397

9498
[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
9599
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...HEAD
100+
[0.6.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.6.3...v0.6.2
101+
[0.6.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.6.2...v0.6.1
96102
[0.6.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...v0.6.0
97103
[0.6.0]: https://github.com/elixir-sqlite/exqlite/compare/v0.5.11...v0.6.0
98104
[0.5.11]: https://github.com/elixir-sqlite/exqlite/compare/v0.5.10...v0.5.11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
3333

3434
```elixir
3535
defp deps do
36-
{:exqlite, "~> 0.6.2"}
36+
{:exqlite, "~> 0.6.3"}
3737
end
3838
```
3939

mix.exs

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

4-
@version "0.6.2"
4+
@version "0.6.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)