Skip to content

Commit f75264a

Browse files
committed
master version 0.0.3
1 parent 4fb0de5 commit f75264a

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# trace-embrace changelog
22

3+
## Version 0.0.3 2025-06-24
4+
* GHC 9.12
5+
* Outcome checkers
6+
* ConstArgs - list of ConstArg
7+
* Benchmark execution
8+
* Protection from lost imports
9+
* Call spec cascades
10+
* Include forked HList, multi-containers, refined, conduit-find
11+
312
## Version 0.0.1 2025-06-01
413
* init

quick-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: quick-process
3-
version: 0.0.2
3+
version: 0.0.3
44
synopsis: Run external processes verified at compilation/installation
55
description:
66
The library checks program name during compilation, generates exec spec

quick-process.cabal.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: quick-process
3-
version: 0.0.2
3+
version: 0.0.3
44
synopsis: Run external processes verified at compilation/installation
55
description:
66

0 commit comments

Comments
 (0)