From 7d052b8256b45353432f3983919e30cd24ebd0b1 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Tue, 3 May 2022 19:33:52 -0700 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 14 +++++++++++++- dbmigrations.cabal | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 619a8b7..ca09f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ) + +Other changes: +- `Text` is now used instead of `String` in most parts of the codebase + (thanks Vitalii Guzeev ) +- New migrations now get the `.yml` file extension, but old migration + `txt` files are also supported. 2.0.0 ----- diff --git a/dbmigrations.cabal b/dbmigrations.cabal index c71a667..d14bd99 100644 --- a/dbmigrations.cabal +++ b/dbmigrations.cabal @@ -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