You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
# Changelog
2
2
3
3
## [Unreleased](unreleased)
4
+
5
+
6
+
## [0.6.3] - 2021-08-26
4
7
### Fixed
5
8
- 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)
6
9
10
+
7
11
## [0.6.2] - 2021-08-25
8
12
### Changed
9
13
- Handle only UTC datetime and convert them to iso form without offset [#157](https://github.com/elixir-sqlite/exqlite/pull/157)
0 commit comments