From 2c47afc3338f924c1d7609dbab17d054f24fb9f9 Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Sun, 13 Dec 2020 13:00:03 +0800 Subject: [PATCH 1/2] Add pr template --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..f07c103 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +Please don't forget to add to the "WIP" section of the changelog and run +`hpack` if appropriate! From e54603f268e0ae5841c1b3d18221dbdeaca62ba3 Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Sun, 13 Dec 2020 13:01:55 +0800 Subject: [PATCH 2/2] Bump patch version And update changelog --- changelog.md | 4 ++++ package.yaml | 2 +- vector-sized.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2cd46f3..4f30c06 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ ## WIP +## [1.4.3.1] - 2020-12-13 + +- Fix Bits instance, shiftl and shiftr were incorrect + ## [1.4.3] - 2020-12-08 - Add Primitive flavour of sized vectors diff --git a/package.yaml b/package.yaml index fe30154..48868ee 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: vector-sized -version: 1.4.3 +version: 1.4.3.1 synopsis: Size tagged vectors description: Please see README.md category: Data diff --git a/vector-sized.cabal b/vector-sized.cabal index dd0b80f..9ff8b61 100644 --- a/vector-sized.cabal +++ b/vector-sized.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: vector-sized -version: 1.4.3 +version: 1.4.3.1 synopsis: Size tagged vectors description: Please see README.md category: Data