Skip to content

Commit 55361a7

Browse files
authored
Bump SQLit3 amalgamation to 3.35.3 (#132)
1 parent ea24bf0 commit 55361a7

File tree

4 files changed

+4602
-7015
lines changed

4 files changed

+4602
-7015
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33

4+
## [0.5.5] - 2021-03-29
5+
6+
### Changed
7+
- Bump SQLite3 amalgamation to version [3.35.3](https://sqlite.org/releaselog/3_35_3.html)
8+
9+
410
## [0.5.4] - 2021-03-23
511

612
### Fixed
@@ -24,7 +30,7 @@
2430
## [0.5.1] - 2021-03-19
2531

2632
### Changed
27-
- Bumped SQLite3 amalgamation to version 3.35.2
33+
- Bumped SQLite3 amalgamation to version [3.35.2](https://sqlite.org/releaselog/3_35_2.html)
2834
- Replaced old references of [github.com/warmwaffles](http://github.com/warmwaffles)
2935

3036

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.5.4"
4+
@version "0.5.5"
55

66
def project do
77
[

0 commit comments

Comments
 (0)