Skip to content

Commit

Permalink
v0.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed Jul 3, 2024
1 parent 9896204 commit 501ab86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Revision history for mmzk-typeid


## 0.7.0.0 -- Unreleased
## 0.7.0.0 -- 2024-07-03

* Use `String`s instead of `Text`s inside the constructors of `TypeIDError` so that it is eaiser to use the promoted constructors.
* Use `String`s instead of `Text`s inside the constructors of `TypeIDError` so that it is easier to use the promoted constructors.

* More complete compile-time error messages for `KindID` errors.

* Hide away internal type-level programming details from Haddock.
* Many of the type-level helper declarations are now internal.


## 0.6.3.1 -- 2024-06-23
Expand Down
2 changes: 1 addition & 1 deletion mmzk-typeid.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: mmzk-typeid
version: 0.6.3.1
version: 0.7.0.0

synopsis: A TypeID and UUIDv7 implementation for Haskell
description:
Expand Down

0 comments on commit 501ab86

Please sign in to comment.