M CHANGELOG.md => CHANGELOG.md +4 -0
@@ 1,5 1,9 @@
# Revision history for effectful-st
+## 0.0.1.0 -- 2022-xx-xx
+
+* Add wrappers for the whole `primitive` API.
+
## 0.0.0.1 -- 2022-09-12
* Add `:>` instance for `STE`. (Helps type inference.)
M README.md => README.md +1 -1
@@ 1,6 1,6 @@
# `effectful-st`
-Version 0.0.0.1
+Version 0.0.1.0
## Description
M effectful-st.cabal => effectful-st.cabal +2 -2
@@ 1,6 1,6 @@
cabal-version: 2.4
name: effectful-st
-version: 0.0.0.1
+version: 0.0.1.0
license: CC0-1.0
license-file: CC0-1.0.txt
author: Russell Hernandez Ruiz
@@ 34,7 34,7 @@ source-repository head
source-repository this
type: git
location: https://git.sr.ht/~qrpnxz/effectful-st
- tag: 0.0.0.1
+ tag: 0.0.1.0
library
hs-source-dirs: src