Skip to content

Commit

Permalink
some: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderj15 committed Nov 27, 2024
1 parent cdf06ca commit b39fd16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PVP versioning](https://pvp.haskell.org/).

## v2.7.2 _(2024-11-27)_

### Added
- Added dependency `constrained-some`

### Changed
- Replaced internal usages of custom existential `SomeSMTSort` with `Some1` from `constrained-some`

### Removed
- Removed module `Language.Hasmtlib.Internal.Constraint`

## v2.7.1 _(2024-10-05)_

### Changed
Expand Down
2 changes: 1 addition & 1 deletion hasmtlib.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: hasmtlib
version: 2.7.1
version: 2.7.2
synopsis: A monad for interfacing with external SMT solvers
description: Hasmtlib is a library for generating SMTLib2-problems using a monad.
It takes care of encoding your problem, marshaling the data to an external solver and parsing and interpreting the result into Haskell types.
Expand Down

0 comments on commit b39fd16

Please sign in to comment.