Skip to content

Commit 4da8cbe

Browse files
committed
Update changelog
1 parent 269b754 commit 4da8cbe

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

CHANGELOG.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
## [Unreleased](unreleased)
44

55

6-
## [0.6.1] - 2021-05-17
6+
## [0.6.2] - 2021-08-25
7+
### Changed
8+
- Handle only UTC datetime and convert them to iso form without offset [#157](https://github.com/elixir-sqlite/exqlite/pull/157)
79

8-
### Fixed
910

11+
## [0.6.1] - 2021-05-17
12+
### Fixed
1013
- Fixed compilation issue on windows [#151](https://github.com/elixir-sqlite/exqlite/pull/151)
1114

1215

1316
## [0.6.0] - 2021-05-5
14-
1517
### Added
16-
1718
- `Exqlite.Sqlite3.serialize/2` to serialize the contents of the database to a binary.
1819
- `Exqlite.Sqlite3.deserialize/3` to load a previously serialized database from a binary.
1920

2021

2122
## [0.5.11] - 2021-05-02
22-
2323
### Changed
2424
- add the relevant sql statement to the Error exception message
2525
- update SQLite3 amalgamation to [3.35.5](https://sqlite.org/releaselog/3_35_5.html)
@@ -35,66 +35,56 @@
3535

3636

3737
## [0.5.9] - 2021-04-06
38-
3938
### Changed
4039
- Setting the pragma for `Exqlite.Connection` is now a two step process to check
4140
what the value is and then set it to the desired value if it is not already
4241
the desired value.
4342

4443

4544
## [0.5.8] - 2021-04-04
46-
4745
### Added
4846
- `Exqlite.Error` now has the statement that failed that the error occurred on.
4947

5048

5149
## [0.5.7] - 2021-04-04
52-
5350
### Changed
5451
- Update SQLite3 amalgamation to [3.35.4](https://sqlite.org/releaselog/3_35_4.html)
5552

5653

5754
## [0.5.6] - 2021-04-02
58-
5955
### Fixed
6056
- Fix SQLite3 amalgamation in 0.5.5 being incorrectly downgraded to 3.34.1. Amalgamation is now correctly [3.35.3](https://sqlite.org/releaselog/3_35_3.html).
6157

6258

6359
## [0.5.5] - 2021-03-29
64-
6560
### Changed
6661
- Bump SQLite3 amalgamation to version [3.35.3](https://sqlite.org/releaselog/3_35_3.html)
6762

6863

6964
## [0.5.4] - 2021-03-23
70-
7165
### Fixed
7266
- Fix incorrect passing of `chunk_size` to `fetch_all/4`
7367

7468

7569
## [0.5.3] - 2021-03-23
76-
7770
### Fixed
7871
- `:invalid_chunk_size` being emitted by the `DBConnection.execute`
7972

8073

8174
## [0.5.2] - 2021-03-23
82-
8375
### Added
8476
- Guide for Windows users.
8577
- `Exqlite.Sqlite3.multi_step/3` to step through results chunks at a time.
8678
- `default_chunk_size` configuration.
8779

8880

8981
## [0.5.1] - 2021-03-19
90-
9182
### Changed
9283
- Bumped SQLite3 amalgamation to version [3.35.2](https://sqlite.org/releaselog/3_35_2.html)
9384
- Replaced old references of [github.com/warmwaffles](http://github.com/warmwaffles)
9485

9586

9687
## [0.5.0] - 2021-03-17
97-
9888
### Removed
9989
- Removed `Ecto.Adapters.Exqlite`
10090
Replaced with [Ecto Sqlite3][ecto_sqlite3] library.

0 commit comments

Comments
 (0)