Skip to content

Commit 1275a77

Browse files
committed
Update changelog
1 parent 31a576b commit 1275a77

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,29 @@ All notable changes will be documented in this file.
55
The format is based on [Keep a Changelog][keepachangelog], and this project
66
adheres to [Semantic Versioning][semver].
77

8-
## [Unreleased]
8+
9+
## [0.5.4] - 2021-04-06
910
- Upgrade `ecto_sql` dependency to 3.6.0
1011
- Removed old `Ecto.Adapters.SQLite3.Connection.insert/6` was replaced with
1112
`Ecto.Adapters.SQLite3.Connection.insert/7`.
1213

14+
1315
## [0.5.3] - 2021-03-20
1416
- Added `collate:` opts support to `:string` column type
1517

18+
1619
## [0.5.1] - 2021-03-18
1720
- Updated exqlite to 0.5.0
1821
- Updated documentation
1922
- Updated git repository url
2023

21-
## [0.5.0] - 2021-03-17
24+
25+
## 0.5.0 - 2021-03-17
2226
- Initial release.
2327

28+
2429
[keepachangelog]: <https://keepachangelog.com/en/1.0.0/>
2530
[semver]: <https://semver.org/spec/v2.0.0.html>
31+
[0.5.4]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.5.3...v0.5.4
32+
[0.5.3]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.5.1...v0.5.3
33+
[0.5.1]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.5.0...v0.5.1

0 commit comments

Comments
 (0)