Skip to content

Commit b551ee6

Browse files
committed
chore(release): 0.0.0.8
1 parent a9d1b19 commit b551ee6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,28 @@
22
## [Unreleased]
33

44

5+
<a name="0.0.0.8"></a>
6+
## [0.0.0.8] - 2022-11-21
7+
### Chore
8+
- bump development version to 0.0.0.8
9+
- **nix:** make it more convenient to test against different ghc versions
10+
- **nix:** make default haspara Nix package come with haddock
11+
12+
### Fix
13+
- add explicit Aeson.ToJSON.toEncoding implementations
14+
- **deps:** support ghc92
15+
16+
### Pull Requests
17+
- Merge pull request [#17](https://github.com/telostat/haspara/issues/17) from telostat/15-make-it-more-convenient-to-test-against-different-ghc-versions
18+
- Merge pull request [#16](https://github.com/telostat/haspara/issues/16) from telostat/vst/aeson-encoding
19+
20+
521
<a name="0.0.0.7"></a>
622
## [0.0.0.7] - 2022-11-17
723
### Chore
824
- bump development version to 0.0.0.7
925
- **dev:** document pre-release checks
26+
- **release:** 0.0.0.7
1027

1128
### Docs
1229
- add missing Haddock documentation for function
@@ -166,7 +183,8 @@
166183
- Merge pull request [#1](https://github.com/telostat/haspara/issues/1) from telostat/init
167184

168185

169-
[Unreleased]: https://github.com/telostat/haspara/compare/0.0.0.7...HEAD
186+
[Unreleased]: https://github.com/telostat/haspara/compare/0.0.0.8...HEAD
187+
[0.0.0.8]: https://github.com/telostat/haspara/compare/0.0.0.7...0.0.0.8
170188
[0.0.0.7]: https://github.com/telostat/haspara/compare/0.0.0.6...0.0.0.7
171189
[0.0.0.6]: https://github.com/telostat/haspara/compare/0.0.0.5...0.0.0.6
172190
[0.0.0.5]: https://github.com/telostat/haspara/compare/0.0.0.4...0.0.0.5

0 commit comments

Comments
 (0)