Skip to content

Commit

Permalink
Upgrade sqlite to 3.38.5
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed May 14, 2022
1 parent 0c385ac commit d8b444f
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 143 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [Unreleased](https://github.com/elixir-sqlite/exqlite/compare/v0.11.0...HEAD)
## [Unreleased](https://github.com/elixir-sqlite/exqlite/compare/v0.11.1...HEAD)

## [0.11.1] - 2022-05-13
### Changed
- Updated sqlite3 to 3.38.5


## [0.11.0] - 2022-05-05
### Added
Expand Down Expand Up @@ -220,6 +225,7 @@


[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
[0.11.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.11.1...v0.11.0
[0.11.0]: https://github.com/elixir-sqlite/exqlite/compare/v0.11.0...v0.10.2
[0.10.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.10.0...v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
```elixir
defp deps do
[
{:exqlite, "~> 0.11.0"}
{:exqlite, "~> 0.11.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion bin/download_sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
# https://www.sqlite.org/src/timeline?r=version-3.36.0
# VERSION consists of 7 digits, like:3350000 for "3.35.5" or 3360000 for "3.36.0"

VERSION=3380000
VERSION=3380500

mkdir -p tmp
pushd tmp
Expand Down
Loading

0 comments on commit d8b444f

Please sign in to comment.