diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 14582fa66..d11a0064b 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,43 @@ # ScalaCheck CHANGELOG +## 1.14.2 (2019-09-25) + +* Binary compatible with 1.14.1 version of ScalaCheck. + +### Changed + +* No user-visible changes. + +### Fixed + +* Tests are not being run at all on Scala.js + [#557](https://github.com/typelevel/scalacheck/issues/557) + +### Added + +* No added features. + +### Administrivia + +* Further improvements to ScalaCheck release script + +* Update build to sbt 1.3.2 + +* Update MiMa plugin to 0.6.1 + +* Update sbt-pgp to 2.0.0 + +* Update Scala.js example project + +### Contributors + +This release was made possible by contributions from the following people: + +* Aaron S. Hawley +* Erik Osheim +* Scala Steward +* Kenji Yoshida + ## 1.14.1 (2019-09-18) * Binary compatible with 1.14.0 version of ScalaCheck. diff --git a/RELEASE.markdown b/RELEASE.markdown index 9eb035ec0..24dd88ecd 100644 --- a/RELEASE.markdown +++ b/RELEASE.markdown @@ -1,4 +1,4 @@ -# ScalaCheck 1.14.1 Release Notes +# ScalaCheck 1.14.2 Release Notes ScalaCheck is a powerful tool for property-based testing of Scala and Java programs. It features automatic test case generation and simplification of @@ -6,26 +6,26 @@ failing test cases. ScalaCheck started out as a straightforward Scala port of the Haskell library QuickCheck, and has since wandered off on its own. Most features of QuickCheck can be found in ScalaCheck and vice versa, though. -## What's new in ScalaCheck 1.14.1? +## What's new in ScalaCheck 1.14.2? -ScalaCheck 1.14.1 is a minor update from ScalaCheck 1.14.0, and it is -binary compatible. This means that if you -are using any other framework in combination with ScalaCheck, like [ScalaTest](http://www.scalatest.org/) -or [specs2](http://specs2.org/) you can typically just bump the version of ScalaCheck in your -build definition or wait for those libraries to transitively do it for you in their next update. You still need to make sure that the combination of frameworks you -are using was built and tested together with each other, otherwise you can run -into errors related to binary compatibility that are possibly very hard to -debug. +ScalaCheck 1.14.2 is a minor update from ScalaCheck 1.14.1, and it is +binary compatible. This means that if you are using any other +framework in combination with ScalaCheck, like +[ScalaTest](http://www.scalatest.org/) or [specs2](http://specs2.org/) +you can typically just bump the version of ScalaCheck in your build +definition or wait for those libraries to transitively do it for you in +their next update. You still need to make sure that the combination of +frameworks you are using was built and tested together with each other, +otherwise you can run into errors related to binary compatibility that +are possibly very hard to debug. -If you're using ScalaCheck as your only testing framework, you can safely update -your build definition to use the latest ScalaCheck release, although you might not see -compilation errors but there may be deprecation warnings due to expected changes in ScalaCheck's API. +If you're using ScalaCheck as your only testing framework, you can +safely update your build definition to use the latest ScalaCheck +release, although you might not see compilation errors but there may be +deprecation warnings due to expected changes in ScalaCheck's API. -For a detailed enumeration of what's new in ScalaCheck 1.14.1, see -https://github.com/typelevel/scalacheck/tree/1.14.1/CHANGELOG.markdown - -For a detailed enumeration of what was new in ScalaCheck 1.14.0, see -https://github.com/typelevel/scalacheck/tree/1.14.0/CHANGELOG.markdown +For a detailed enumeration of what's new in ScalaCheck 1.14.2, see +https://github.com/typelevel/scalacheck/tree/1.14.2/CHANGELOG.markdown ## ScalaCheck highlights @@ -64,7 +64,7 @@ https://github.com/typelevel/scalacheck/tree/1.14.0/CHANGELOG.markdown ) libraryDependencies ++= Seq( - "org.scalacheck" %% "scalacheck" % "1.14.1" % "test" + "org.scalacheck" %% "scalacheck" % "1.14.2" % "test" ) * Maven dependency @@ -87,5 +87,5 @@ https://github.com/typelevel/scalacheck/tree/1.14.0/CHANGELOG.markdown org.scalacheck scalacheck_2.13 - 1.14.1 + 1.14.2