Skip to content

Commit

Permalink
Bump version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontin committed Jun 28, 2024
1 parent 1002a38 commit 0d85443
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [[4.0.0]](https://github.com/tweag/cooked-validators/releases/tag/v4.0.0) - 2024-06-28

### Added
- File [IMPORTS](doc/IMPORTS.md) to specify how modules should be imported and prefixed
Expand All @@ -22,7 +22,9 @@
context within on-chain code
- `validatorToTypedValidator` which does what its name indicates
- Adding support for `PrettyCooked` for `TxLbl`
- A set of modules (in `Conversion`) that each defines a typeclass of elements that can be converted to a certain type. For example `ToPubKeyHash` or `ToAddress`.
- A set of modules (in `Conversion`) that each defines a typeclass of elements
that can be converted to a certain type. For example `ToPubKeyHash` or
`ToAddress`.
- New utxos searches `vanillaOutputsAtSearch`, `scriptOutputsSearch`,
`onlyValueOutputsAtSearch` and `referenceScriptOutputsSearch`
- A test file `Cooked/BalancingSpec.hs` that covers the new balancing mechanism
Expand Down
2 changes: 1 addition & 1 deletion cooked-validators.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 3.4
-- see: https://github.com/sol/hpack

name: cooked-validators
version: 3.0.0
version: 4.0.0
license: MIT
license-file: LICENSE
build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ verbatim:
cabal-version: 3.4

name: cooked-validators
version: 3.0.0
version: 4.0.0

dependencies:
- QuickCheck
Expand Down

0 comments on commit 0d85443

Please sign in to comment.