Skip to content

Commit

Permalink
[ new ] Bump version to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Oct 4, 2023
1 parent b23416b commit c73f574
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 @@ -32,7 +32,7 @@ import GHC.Num (integerLogBase)
-- | IMPORTANT: Make sure major, minor and patch versions are updated
-- accordingly for every release.
compilerVersion :: (Int, Int)
compilerVersion = (0, 16)
compilerVersion = (0, 17)

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: d281d5f90e71b3570026f7c5eedb0cf708558e0c
tag: 8856a21477eaf252827746b41c5366979123b6c6

with-compiler: ghc-9.2.5
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.16.0
version: 0.17.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.16.0
version: 0.17.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: d597782d49130d4d870239dadd8668f833d91f8a
commit: 8856a21477eaf252827746b41c5366979123b6c6
# - git: git@github.com:btq-ag/keelung-examples.git
# commit: 7e45f20becf27654f8af35ef0df3390db28b8c10

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: d597782d49130d4d870239dadd8668f833d91f8a
commit: 8856a21477eaf252827746b41c5366979123b6c6
git: https://github.com/btq-ag/keelung.git
name: keelung
pantry-tree:
sha256: 43db87cb376dbee3f58571bcf252027d5973df30a3a949a98ebc3e8eb35e7a1a
sha256: 1a58ebe574f9731806ed12e08f2686a53123200d411d0e2db98ba43bf6c8e4c1
size: 1877
version: 0.16.0
version: 0.17.0
original:
commit: d597782d49130d4d870239dadd8668f833d91f8a
commit: 8856a21477eaf252827746b41c5366979123b6c6
git: https://github.com/btq-ag/keelung.git
snapshots:
- completed:
Expand Down

0 comments on commit c73f574

Please sign in to comment.