Skip to content

Commit

Permalink
Merge pull request #42 from input-output-hk/piotr/bump-1.1.2
Browse files Browse the repository at this point in the history
Bump to 1.1.2
  • Loading branch information
piotr-iohk authored Nov 5, 2021
2 parents 89b35a7 + f627d07 commit ab61914
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
mkdir -p bin && cp $(stack path --local-install-root)/bin/* bin && chmod +x bin/*
mkdir -p dist/haddock && mv $(stack path --local-install-root)/doc/* dist/haddock
sed -i 's@href="[^"]*/doc/\([^"]*.html\)"@href="\1"@g' dist/haddock/index.html
wget -O Makefile https://raw.githubusercontent.com/input-output-hk/adrestia/master/.haskell/coverage/Makefile
wget -O Makefile https://raw.githubusercontent.com/input-output-hk/adrestia/7958e55b6a554f7514e2d29a92c144cc347cc91d/.haskell/coverage/Makefile
mkdir -p .coverage && touch .coverage/template.overlay
DESTDIR=dist/coverage make report && DESTDIR=dist/coverage make badge
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: ✍ Check hlint and stylish
run: |
curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s .
curl -sSL https://raw.github.com/input-output-hk/adrestia/master/.haskell/stylish-haskell.sh | VERSION=v0.11.0.0 sh -s $(git ls-files '*.hs') -i
curl -sSL https://raw.github.com/ndmitchell/hlint/8e10b5143acf97fbdf9baff40ee2da93881e0bf8/misc/run.sh | sh -s .
curl -sSL https://raw.github.com/input-output-hk/adrestia/7958e55b6a554f7514e2d29a92c144cc347cc91d/.haskell/stylish-haskell.sh | VERSION=v0.11.0.0 sh -s $(git ls-files '*.hs') -i
if [ -z "$(git status --porcelain)" ]; then
echo "No style errors detected."
else
Expand Down
2 changes: 1 addition & 1 deletion bech32-th/bech32-th.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
ghc-options: -Werror
build-depends:
base >= 4.11.1.0 && < 5
, bech32 >= 1.1.1
, bech32 >= 1.1.2
, template-haskell
, text
hs-source-dirs:
Expand Down
5 changes: 5 additions & 0 deletions bech32/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

<!-- This ChangeLog follows a format specified by: https://keepachangelog.com/en/1.0.0/ -->
## [1.1.2] - 2021-11-05

### Fixed

- Strip whitespaces from bech32 stdin to satisfy Windows `echo` command.

## [1.1.1] - 2021-06-11

Expand Down
2 changes: 1 addition & 1 deletion bech32/bech32.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bech32
version: 1.1.1
version: 1.1.2
synopsis: Implementation of the Bech32 cryptocurrency address format (BIP 0173).
description: Implementation of the Bech32 cryptocurrency address format documented in the
BIP (Bitcoin Improvement Proposal) 0173.
Expand Down

0 comments on commit ab61914

Please sign in to comment.