aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-14 23:28:42 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-14 23:28:42 +0200
commitf0836bc8048cf188e1f0f7f4f69b6d60948f12a7 (patch)
tree0d772d783956d10fc0776eeb0ee20cffdfbe2d0c
parentf16f10762719fddc9d601eda4e521f3e1fef2e6d (diff)
Bump version for the quickfix releaseHEADmaster
-rw-r--r--CHANGELOG.md3
-rw-r--r--ox-arrays.cabal2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b764550..3c9b3c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
This package intends to follow the [PVP](https://pvp.haskell.org/).
+## 0.2.0.1
+- Fix the broken Data.Array.Nested.Trace export list (not compiled by default).
+
## 0.2.0.0
- Many performance improvements to the Haskell code (C code mostly left alone).
- A few API changes and additions, mostly guided by the performance-improving work.
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 9d91b47..b3e5a98 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ox-arrays
-version: 0.2.0.0
+version: 0.2.0.1
synopsis: An efficient CPU-based multidimensional array (tensor) library
description:
An efficient and richly typed CPU-based multidimensional array (tensor)