Skip to content

Commit 90be521

Browse files
etagwerkerclaude
andcommitted
Add CHANGELOG
Closes #25 Introduce a CHANGELOG.md following the Keep a Changelog format, documenting the 2.0.x release line of the standalone gem. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a7821a6 commit 90be521

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Pivot from Travis CI to GitHub Actions for continuous integration. ([#30](https://github.com/DatabaseCleaner/database_cleaner-sequel/pull/30))
13+
14+
## [2.0.2] - 2022-03-08
15+
16+
### Fixed
17+
18+
- Allow empty options for the truncation strategy. ([#26](https://github.com/DatabaseCleaner/database_cleaner-sequel/pull/26))
19+
20+
## [2.0.1] - 2022-03-01
21+
22+
### Fixed
23+
24+
- `Truncation.new` now takes a `Hash` as an argument instead of named parameters, to maintain Ruby 3 compatibility with `database_cleaner`'s calling convention. ([#20](https://github.com/DatabaseCleaner/database_cleaner-sequel/pull/20))
25+
- Rename the `:connection` configuration option to `:db` in the README.
26+
27+
## [2.0.0] - 2021-01-31
28+
29+
### Added
30+
31+
- Add a `docker-compose.yml` for test database setup. ([#11](https://github.com/DatabaseCleaner/database_cleaner-sequel/pull/11))
32+
- Use auto savepoints for transactions.
33+
34+
### Changed
35+
36+
- Split `database_cleaner-sequel` out of the main `database_cleaner` repository into its own gem.
37+
- Update to the new adapter API from `database_cleaner` core.
38+
- Requiring this gem must now explicitly configure `DatabaseCleaner` to use it, since autodetection has been removed.
39+
- Drop support for Ruby 2.4, which reached end of life on 2020-03-31.
40+
- Drop support for the `mysql` (mysql1) adapter.
41+
- Upgrade dependencies and drop support for older Rubies.
42+
43+
## [2.0.0.beta] - 2020-05-30
44+
45+
### Changed
46+
47+
- Begin development on the standalone `2.0.0` line of the gem.
48+
49+
[Unreleased]: https://github.com/DatabaseCleaner/database_cleaner-sequel/compare/v2.0.2...HEAD
50+
[2.0.2]: https://github.com/DatabaseCleaner/database_cleaner-sequel/compare/v2.0.1...v2.0.2
51+
[2.0.1]: https://github.com/DatabaseCleaner/database_cleaner-sequel/compare/v2.0.0...v2.0.1
52+
[2.0.0]: https://github.com/DatabaseCleaner/database_cleaner-sequel/compare/v2.0.0.beta...v2.0.0
53+
[2.0.0.beta]: https://github.com/DatabaseCleaner/database_cleaner-sequel/releases/tag/v2.0.0.beta

0 commit comments

Comments
 (0)