Skip to content

Commit

Permalink
Preparing release 0.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Jan 13, 2017
1 parent 6a1be41 commit bca7f32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.3.0.2 (2017-01-12)
====================

- Bump upper bound for vector (#11).


0.3.0.1 (2016-07-12)
====================

Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: pinch
version: 0.3.0.1
version: 0.3.0.2
github: abhinav/pinch
license: BSD3
author: Abhinav Gupta
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies:
- containers >= 0.5 && < 0.6
- text >= 1.2 && < 1.3
- unordered-containers >= 0.2 && < 0.3
- vector >= 0.10 && < 0.12
- vector >= 0.10 && < 0.13

library:
source-dirs: src
Expand Down
6 changes: 3 additions & 3 deletions pinch.cabal
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-- This file has been generated from package.yaml by hpack version 0.14.0.
-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack

name: pinch
version: 0.3.0.1
version: 0.3.0.2
cabal-version: >= 1.10
build-type: Simple
license: BSD3
Expand Down Expand Up @@ -89,7 +89,7 @@ test-suite pinch-spec
containers >= 0.5 && < 0.6,
text >= 1.2 && < 1.3,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.10 && < 0.12,
vector >= 0.10 && < 0.13,
hspec >= 2.0,
hspec-discover >= 2.1,
pinch,
Expand Down

0 comments on commit bca7f32

Please sign in to comment.