Skip to content

Commit

Permalink
[ new ] Bump version to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Mar 29, 2024
1 parent 7dd0096 commit 420c2eb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/Encode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Keelung.Syntax.Counters
-- | IMPORTANT: Make sure major, minor and patch versions are updated
-- accordingly for every release.
compilerVersion :: (Int, Int)
compilerVersion = (0, 21)
compilerVersion = (0, 22)

patchVersion :: Int
patchVersion = 0
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/btq-ag/keelung.git
tag: 4dc814d817fdd071f9bbc25109788d51cbfe8a67
tag: bd84a701399f32dba120f317c0783f1191941b83

with-compiler: ghc-9.2.8
2 changes: 1 addition & 1 deletion keelung-compiler.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: keelung-compiler
version: 0.21.0
version: 0.22.0
description: Please see the README on GitHub at <https://github.com/btq-ag/keelung-compiler#readme>
homepage: https://github.com/btq-ag/keelung-compiler#readme
bug-reports: https://github.com/btq-ag/keelung-compiler/issues
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: keelung-compiler
version: 0.21.0
version: 0.22.0
github: "btq-ag/keelung-compiler"
license: BSD3
author: "BTQ AG"
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extra-deps:
commit: d7d0da6b5df8045afdfb820ba8d08f34dc4c3e58
# - ../keelung
- git: https://github.com/btq-ag/keelung.git
commit: 796ccbb5c3527c44232ea7d43e7b26681b3f12db
commit: bd84a701399f32dba120f317c0783f1191941b83
# - git: git@github.com:btq-ag/keelung-examples.git
# commit: 7e45f20becf27654f8af35ef0df3390db28b8c10
- MonadRandom-0.5.3@sha256:bb553af2bac914362a54983e4ed2e0b6352c09b73a1e1e280ec4befe14c4270c,1456
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ packages:
commit: d7d0da6b5df8045afdfb820ba8d08f34dc4c3e58
git: https://github.com/btq-ag/galois-field.git
- completed:
commit: 796ccbb5c3527c44232ea7d43e7b26681b3f12db
commit: bd84a701399f32dba120f317c0783f1191941b83
git: https://github.com/btq-ag/keelung.git
name: keelung
pantry-tree:
sha256: 0eb7144c31cda439ac59781b8b76ea4a4265758d7328f1d38b8b45996616eebd
sha256: e923ba33e51119c2c5d04431acd61f88debc5b88cc93c151934eeebcb370bf64
size: 1877
version: 0.21.0
version: 0.22.0
original:
commit: 796ccbb5c3527c44232ea7d43e7b26681b3f12db
commit: bd84a701399f32dba120f317c0783f1191941b83
git: https://github.com/btq-ag/keelung.git
- completed:
hackage: MonadRandom-0.5.3@sha256:bb553af2bac914362a54983e4ed2e0b6352c09b73a1e1e280ec4befe14c4270c,1456
Expand Down

0 comments on commit 420c2eb

Please sign in to comment.