Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sydney Kerckhove committed Apr 26, 2022
1 parent e725753 commit 4747224
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 13 deletions.
6 changes: 6 additions & 0 deletions sydtest-hspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0.0] - 2022-04-26

### Added

* Compatibility with `hspec >=2.8`

## [0.1.0.0] - 2022-04-13

### Changed
Expand Down
4 changes: 2 additions & 2 deletions sydtest-hspec/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sydtest-hspec
version: 0.1.0.0
version: 0.2.0.0
github: "NorfairKing/sydtest"
license: OtherLicense
license-file: LICENSE.md
Expand All @@ -20,7 +20,7 @@ library:
source-dirs: src
dependencies:
- QuickCheck
- hspec-core
- hspec-core >=2.8
- mtl
- stm
- sydtest >=0.9.0.0
Expand Down
6 changes: 3 additions & 3 deletions sydtest-hspec/sydtest-hspec.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.6.
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: sydtest-hspec
version: 0.1.0.0
version: 0.2.0.0
synopsis: An Hspec companion library for sydtest
category: Testing
homepage: https://github.com/NorfairKing/sydtest#readme
Expand Down Expand Up @@ -34,7 +34,7 @@ library
build-depends:
QuickCheck
, base >=4.7 && <5
, hspec-core
, hspec-core >=2.8
, mtl
, stm
, sydtest >=0.9.0.0
Expand Down
6 changes: 6 additions & 0 deletions sydtest-persistent-postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0.1] - 2022-04-26

### Added

* Compatibility with `GHC >= 9`

## [0.2.0.0] - 2021-06-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion sydtest-persistent-postgresql/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sydtest-persistent-postgresql
version: 0.2.0.0
version: 0.2.0.1
github: "NorfairKing/sydtest"
license: OtherLicense
license-file: LICENSE.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.6.
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: sydtest-persistent-postgresql
version: 0.2.0.0
version: 0.2.0.1
synopsis: An persistent-postgresql companion library for sydtest
category: Testing
homepage: https://github.com/NorfairKing/sydtest#readme
Expand Down
6 changes: 6 additions & 0 deletions sydtest-persistent-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0.1] - 2022-04-26

### Added

* Compatibility with `GHC >= 9`

## [0.2.0.0] - 2021-06-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion sydtest-persistent-sqlite/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sydtest-persistent-sqlite
version: 0.2.0.0
version: 0.2.0.1
github: "NorfairKing/sydtest"
license: OtherLicense
license-file: LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion sydtest-persistent-sqlite/sydtest-persistent-sqlite.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: sydtest-persistent-sqlite
version: 0.2.0.0
version: 0.2.0.1
synopsis: A persistent-sqlite companion library for sydtest
category: Testing
homepage: https://github.com/NorfairKing/sydtest#readme
Expand Down
6 changes: 6 additions & 0 deletions sydtest-servant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0.2] - 2022-04-02

### Added

* Compatibility with `GHC >= 9`

## [0.2.0.1] - 2022-04-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion sydtest-servant/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sydtest-servant
version: 0.2.0.1
version: 0.2.0.2
github: "NorfairKing/sydtest"
license: OtherLicense
license-file: LICENSE.md
Expand Down
4 changes: 2 additions & 2 deletions sydtest-servant/sydtest-servant.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.6.
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name: sydtest-servant
version: 0.2.0.1
version: 0.2.0.2
synopsis: A servant companion library for sydtest
category: Testing
homepage: https://github.com/NorfairKing/sydtest#readme
Expand Down

0 comments on commit 4747224

Please sign in to comment.