Skip to content

Commit 79ab9cb

Browse files
committed
Release 0.2.3.0
1 parent ec60d33 commit 79ab9cb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Revision history for natural-arithmetic
22

3+
## 0.2.3.0 -- 2025-06-12
4+
5+
* Add Fin.greatest#
6+
* Add Plus.commutative#
7+
* Add substitution functions for unlifted less-than-or-equal-to
8+
* Add Nat.substitute#
9+
* Add Eq.symmetric#
10+
* Add nativeFrom32#
11+
* Add incrementL#
12+
* Add testLessThanEqual#
13+
* Add nativeTo32#
14+
* Add Fin.ascendFromToM_#
15+
* Add Fin.weaken#
16+
317
## 0.2.2.0 -- 2025-04-07
418

519
* Add Fin.weakenL#

natural-arithmetic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: natural-arithmetic
3-
version: 0.2.2.0
3+
version: 0.2.3.0
44
synopsis: Arithmetic of natural numbers
55
description:
66
A search for terms like `arithmetic` and `natural` on hackage reveals

0 commit comments

Comments
 (0)