Skip to content

Commit

Permalink
version 0.0.2.0 BoltGeneric
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed Jan 24, 2023
1 parent fc5ff7f commit 961726e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.2.0] - 2023-01-24
### Added
- `BoltGeneric` wrapper for `DerivingVia` to derive `IsValue` and `RecordValue` for Haskell types.
### Changed
- `NodeLike` and `RelationLike` classes now use `IsValue` / `RecordValue` instead of `ToValue` /
`FromValue`.
### Removed
- `BoltEnum` newtype, superseded by `BoltGeneric`.

## [0.0.1.9] - 2022-03-14
### Added
- `IsValue` instances for `ToValue` & `NodeLike` via newtypes;
Expand Down
2 changes: 1 addition & 1 deletion hasbolt-extras.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hasbolt-extras
version: 0.0.1.9
version: 0.0.2.0
synopsis: Extras for hasbolt library
description: Extras for hasbolt library
homepage: https://github.com/biocad/hasbolt-extras#readme
Expand Down

0 comments on commit 961726e

Please sign in to comment.