Skip to content

Commit

Permalink
Release 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 8, 2020
1 parent 6db6621 commit b38ee96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log for rib

## 0.9.0.0 (UNRELEASED, DEV)
## 0.10.0.0

- API
- Dropped `path` and `path-io` in favour of good ol' `FilePath`
Expand Down
4 changes: 2 additions & 2 deletions rib.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: rib
version: 0.9.0.0
version: 0.10.0.0
license: BSD-3-Clause
copyright: 2019 Sridhar Ratnakumar
maintainer: [email protected]
Expand Down Expand Up @@ -86,7 +86,7 @@ test-suite rib-test
hs-source-dirs: test
main-is: Spec.hs
build-depends:
base,
base-noprelude >=4.7 && <5,
relude,
hspec,
QuickCheck
Expand Down

0 comments on commit b38ee96

Please sign in to comment.