csg 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+9/−2 lines, 2 filesdep ~criterionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: criterion
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- csg.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.1.0.4] - 2018-07-16++### Changed++- Benchmark dependencies bump+ ## [0.1.0.3] - 2018-06-29 ### Changed@@ -22,6 +28,7 @@ ## [0.1] - 2018-03-20 +[0.1.0.4]: https://github.com/dzhus/csg/compare/0.1.0.3...0.1.0.4 [0.1.0.3]: https://github.com/dzhus/csg/compare/0.1.0.2...0.1.0.3 [0.1.0.2]: https://github.com/dzhus/csg/compare/0.1.0.1...0.1.0.2 [0.1.0.1]: https://github.com/dzhus/csg/compare/0.1...0.1.0.1
csg.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: csg-version: 0.1.0.3+version: 0.1.0.4 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -107,7 +107,7 @@ ghc-options: -Wall -Wcompat -O2 build-depends: base <5,- criterion <1.5,+ criterion <1.6, csg -any, simple-vec3 ==0.4.*, strict <0.4,