Skip to content

Commit c3e54f4

Browse files
committed
Rationalise the choice operators.
Now there is only a single choice operator (/).
1 parent 9b15cf7 commit c3e54f4

File tree

5 files changed

+173
-133
lines changed

5 files changed

+173
-133
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
## 0.1.0.0 -- YYYY-mm-dd
44

55
* First version. Released on an unsuspecting world.
6+
7+
## 0.3.0.0 --2024-07-25
8+
9+
* Rationalise the choice operators. Drop (//) and provide detailed comments
10+
explaining the use of (/).

cuddle.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: cuddle
3-
version: 0.2.1.0
3+
version: 0.3.0.0
44
synopsis: CDDL Generator and test utilities
55

66
-- description:

0 commit comments

Comments
 (0)