Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Feb 28, 2019
1 parent 5e6a35a commit 649961b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
24 changes: 11 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,21 @@ workflows:
# name: GHC 8.6.3
# executor: haskell/ghc-8_6_3

# - github/release-cabal:
# name: GitHub Release
# requires:
# - GHC 8.2.2
# - GHC 8.4.4
# - GHC 8.6.3
# checkout: true
# filters:
# branches:
# only: master

- hackage/upload:
publish: true
- github/release-cabal:
name: GitHub Release
requires:
- GHC 8.2.2
- GHC 8.4.4
# - GHC 8.6.3
checkout: true
filters:
branches:
only: master

- hackage/upload:
publish: true
requires:
- GitHub Release
username: ${HACKAGE_USER}
password: ${HACKAGE_PASS}
filters:
Expand Down
2 changes: 1 addition & 1 deletion asif.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: asif
version: 4.0.1
version: 4.1.0
description: Library for creating and querying segmented feeds. Please see <https://github.com/packetloop/asif#readme>
synopsis: Library for creating and querying segmented feeds
category: Services
Expand Down

0 comments on commit 649961b

Please sign in to comment.