Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeifer committed Jun 21, 2023
1 parent f6dfb2f commit 1dd237b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.2.0] - 2023-06-22

### Added

- `list-fixtures` command ([#10])
- `load-fixture` command ([#10])
- `DB.execute_sql()` method for running arbitrary SQL against a database ([#10])

### Changed

- Schema version when applying `schema.sql` comes from max migration version,
removing the need to track the version table and update it in that file. ([#10])

## [v0.1.0] - 2023-05-25

Initial release

[unreleased]: https://github.com/element84/dbami/compare/v0.1.0...main
[unreleased]: https://github.com/element84/dbami/compare/v0.2.0...main
[v0.2.0]: https://github.com/element84/dbami/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/element84/dbami/tree/v0.1.0

[#10]: https://github.com/Element84/dbami/pull/10

0 comments on commit 1dd237b

Please sign in to comment.