Skip to content

Commit

Permalink
v0.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Jan 29, 2022
1 parent de3befb commit 4ca4f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Revision history for vessel

## 0.2.2.0

* Allow `Vessel` and `DMapV` types to be more liberally kinded in their indexes.

## 0.2.1.0

* Allow `Vessel` and `DMapV` types to be more liberally kinded in their indexes.
* Add Data.Vessel.Path. See that module for documentation.
* Add `singletonDMapV` and `lookupDMapV`

Expand Down
2 changes: 1 addition & 1 deletion vessel.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vessel
version: 0.2.2.0
version: 0.2.1.0
description:
A dependently-typed key-value data structure that allows for storage of both "queries", (wherein keys are stored along with reasons for selecting the items or counts of the number of times something has been selected), as well as the responses to those queries, in which the type of the key additionally determines the type of the response

Expand Down

0 comments on commit 4ca4f60

Please sign in to comment.