CHANGELOG.md in umbrellio-sequel-plugins-0.8.0.73 vs CHANGELOG.md in umbrellio-sequel-plugins-0.9.0.76
- old
+ new
@@ -1,10 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [0.8.0] 2022-06-29
+## [0.9.0] 2022-07-01
### Added
+- Add `--server` option to `rails dbconsole` command.
+## [0.8.0] 2022-06-29
+### Added
- `rails dbconsole` command support for Sequel (also aliased as `rails db`) for easy access to the DB console. See the README for installation instructions.
## [0.7.0] 2022-06-24
### Added
- `DB.extension(:set_local)` - allows to set transaction locals;