From 89a3f9be482e706eb80c836b2ab1cc0c0240b44b Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Fri, 13 Sep 2024 18:04:42 +0300 Subject: [PATCH] remove changelog --- CHANGELOG.md | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ca3a9f7..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,43 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -## [0.14.0] -2023-07-17 -### Added -- `Fibered Connection Pool` extension; - -## [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; -- Support of transaction options via `transaction_options` in migrations; - -## [0.6.0] 2022-06-15 -### Added -- `mode` param for `Sequel::Model.plugin(:with_lock)`, defaults to `FOR NO KEY UPDATE`; - -## [0.5.0] 2020-06-06 -### Added -- `Sequel::Model.plugin(:attr_encrypted)` - encrypts to model attributes; - -## [0.4.0] 2019-11-18 -### Added -- `Sequel.extension(:deferrable_foreign_keys)` - makes foreign keys constraints deferrable by default; - -## [0.3.2] 2018-07-03 -### Added -- Support sequel expressions in `with_rates`; - -## [0.3.0] 2018-04-24 -### Added -- `currency_column` param for `CurrencyRates.with_rates`; - -## [0.2.0] 2018-03-28 -### Added -- `Sequel.extension(:methods_in_migrations)` - support for method definitions in `Sequel.migration` instructions;