Skip to content

Commit 6d79e19

Browse files
committed
Bump version to 0.3
1 parent 4124871 commit 6d79e19

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3
2+
3+
- Add `extractByteString` function to the `EmacsMonad` class
4+
15
# 0.2.1.1
26

37
- Fix build with GHC 9.10.1

emacs-module.cabal

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 3.0
33
name:
44
emacs-module
55
version:
6-
0.2.1.1
6+
0.3
77
category: Foreign, Foreign binding
88

99
synopsis:
@@ -29,11 +29,12 @@ author:
2929
maintainer:
3030
Sergey Vinokurov <serg.foo@gmail.com>
3131
tested-with:
32-
, GHC == 9.2.8
33-
, GHC == 9.4.7
34-
, GHC == 9.6.3
35-
, GHC == 9.8.1
36-
, GHC == 9.10.1
32+
, GHC == 9.2
33+
, GHC == 9.4
34+
, GHC == 9.6
35+
, GHC == 9.8
36+
, GHC == 9.10
37+
, GHC == 9.12
3738

3839
extra-source-files:
3940
cbits/emacs-module.h

0 commit comments

Comments
 (0)