Skip to content

Commit 961726e

Browse files
committed
version 0.0.2.0 BoltGeneric
1 parent fc5ff7f commit 961726e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.0.2.0] - 2023-01-24
10+
### Added
11+
- `BoltGeneric` wrapper for `DerivingVia` to derive `IsValue` and `RecordValue` for Haskell types.
12+
### Changed
13+
- `NodeLike` and `RelationLike` classes now use `IsValue` / `RecordValue` instead of `ToValue` /
14+
`FromValue`.
15+
### Removed
16+
- `BoltEnum` newtype, superseded by `BoltGeneric`.
17+
918
## [0.0.1.9] - 2022-03-14
1019
### Added
1120
- `IsValue` instances for `ToValue` & `NodeLike` via newtypes;

hasbolt-extras.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hasbolt-extras
2-
version: 0.0.1.9
2+
version: 0.0.2.0
33
synopsis: Extras for hasbolt library
44
description: Extras for hasbolt library
55
homepage: https://github.com/biocad/hasbolt-extras#readme

0 commit comments

Comments
 (0)