Skip to content

Commit

Permalink
version 0.0.0.22: export (#) operator (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan authored and ozzzzz committed Sep 19, 2019
1 parent 7c09c52 commit 878f11a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.0.22] - 2019-09-19
### Changed
- Exported `(#)` operator.

## [0.0.0.21] - 2019-09-09
### Added
- `OverloadedLabels` instances and operators for easy selector writing.
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.0.21
version: 0.0.0.22
synopsis: Extras for hasbolt library
description: Extras for hasbolt library
homepage: https://github.com/biocad/hasbolt-extras#readme
Expand Down
1 change: 1 addition & 0 deletions src/Database/Bolt/Extras/DSL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module Database.Bolt.Extras.DSL
(-:), (<-:),
Selector(..),
Selectors,
(#),

-- ** Default selectors
defaultNode, defN, defaultRel, defR,
Expand Down

0 comments on commit 878f11a

Please sign in to comment.