Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed May 4, 2022
1 parent 573cd25 commit 7d052b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
- Replace outdated yaml-light dependency with yaml package

2.1.0
-----

Package changes:
- Migrated from `yaml-light` to `yaml` package for YAML parsing (thanks
Hank Levsen <[email protected]>)

Other changes:
- `Text` is now used instead of `String` in most parts of the codebase
(thanks Vitalii Guzeev <[email protected]>)
- New migrations now get the `.yml` file extension, but old migration
`txt` files are also supported.

2.0.0
-----
Expand Down
2 changes: 1 addition & 1 deletion dbmigrations.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dbmigrations
Version: 2.0.0
Version: 2.1.0
Synopsis: An implementation of relational database "migrations"
Description: A library and program for the creation,
management, and installation of schema updates
Expand Down

0 comments on commit 7d052b8

Please sign in to comment.