CHANGELOG.md in litedb-0.2.0 vs CHANGELOG.md in litedb-0.2.1

- old
+ new

@@ -1,6 +1,10 @@ ## [Unreleased] +## [0.2.1] - 2023-08-11 + +- Move the `SQLite3::Database` wrapper to `Litedb::Connection` class. This both makes it easier to extend the gem to wrap other SQLite3 classes (like `Statement`) and also makes dealing with the VERSION reasonable (and possible). Keeping VERSION in a separate file proved impossible when having Litedb be a class that inherited from SQLite3::Database, because the gemspec needed the version before sqlite3 was required. + ## [0.2.0] - 2023-08-10 - Initial release of usable code ## [0.1.0] - 2023-08-09