Skip to content

Commit

Permalink
cborg: Release 0.2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Nov 14, 2023
1 parent 13c5e26 commit af8d40a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions cborg/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for cborg

## 0.2.10.0

* Return `TypeUInt64` and `TypeNInt64` from `tokenType` when appropriate, fixing [#324](https://github.com/well-typed/cborg/issues/324)
* Don't rely on `MonadFail Gen`
* Support for GHC 9.8

## 0.2.9.0

* Fix build with `base >= 4.17` on platforms without unaligned memory operations.
Expand Down
2 changes: 1 addition & 1 deletion cborg/cborg.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cborg
version: 0.2.9.0
version: 0.2.10.0
synopsis: Concise Binary Object Representation (CBOR)
license: BSD3
license-file: LICENSE.txt
Expand Down

0 comments on commit af8d40a

Please sign in to comment.