Skip to content

Commit 50f1822

Browse files
Minting v1.3.0 release
1 parent 0b86846 commit 50f1822

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

bv-little.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Cabal-Version: 3.0
22
Name: bv-little
3-
Version: 1.2.0
3+
Version: 1.3.0
44
Stability: Stable
55
Build-Type: Simple
66
Tested-With:
77
GHC == 9.6.2
88
GHC == 9.4.5
99
GHC == 9.2.8
10+
GHC == 9.2.3
1011

1112
Author: Alex Washburn
1213
Copyright: (c) Alex Washburn 2020

changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
`bv-little` *follows semantic versioning [(SemVer)](https://semver.org/).*
22

33

4-
## Unreleased Changes
4+
## [v1.3.0][7]
55

6-
* Added back `TextShow` instances
6+
* Added back `TextShow` instance
77

88
* Added specializations
99

10-
* Dropping support for GHC < 9.2.1
10+
* Dropping support for GHC < 9.2.3
1111

1212

13-
## [v1.2.0][7]
13+
## v1.2.0
1414

1515
* Restructuring library to expose instances in a refined, "opt-in" manner
1616

@@ -104,4 +104,4 @@
104104
[4]: https://github.com/recursion-ninja/bv-little/tree/v1.0.1
105105
[5]: https://github.com/recursion-ninja/bv-little/tree/v1.1.0
106106
[6]: https://github.com/recursion-ninja/bv-little/tree/v1.1.1
107-
[7]: https://github.com/recursion-ninja/bv-little/tree/v1.2.0
107+
[7]: https://github.com/recursion-ninja/bv-little/tree/v1.3.0

0 commit comments

Comments
 (0)