Skip to content

Commit a5b0993

Browse files
Update CHANGELOG.md [ci skip] (#52)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8ff1af7 commit a5b0993

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
## [v0.6.0](https://github.com/scala-exercises/exercises-scalacheck/tree/v0.6.0) (2020-04-24)
4+
5+
[Full Changelog](https://github.com/scala-exercises/exercises-scalacheck/compare/v0.4.0...v0.6.0)
6+
7+
**Merged pull requests:**
8+
9+
- Updates Project [\#50](https://github.com/scala-exercises/exercises-scalacheck/pull/50) ([juanpedromoreno](https://github.com/juanpedromoreno))
10+
- Update scalacheck-toolbox-datetime to 0.3.5 [\#48](https://github.com/scala-exercises/exercises-scalacheck/pull/48) ([scala-steward](https://github.com/scala-steward))
11+
- Update sbt to 1.3.10 [\#47](https://github.com/scala-exercises/exercises-scalacheck/pull/47) ([scala-steward](https://github.com/scala-steward))
12+
- Update scalacheck-toolbox-datetime to 0.3.4 [\#46](https://github.com/scala-exercises/exercises-scalacheck/pull/46) ([scala-steward](https://github.com/scala-steward))
13+
- Update sbt to 1.3.9 [\#45](https://github.com/scala-exercises/exercises-scalacheck/pull/45) ([scala-steward](https://github.com/scala-steward))
14+
- Update scalacheck-toolbox-datetime to 0.3.3 [\#43](https://github.com/scala-exercises/exercises-scalacheck/pull/43) ([scala-steward](https://github.com/scala-steward))
15+
- Update scalacheck-shapeless\_1.14 to 1.2.5 [\#42](https://github.com/scala-exercises/exercises-scalacheck/pull/42) ([scala-steward](https://github.com/scala-steward))
16+
- Update scalatest to 3.1.1 [\#41](https://github.com/scala-exercises/exercises-scalacheck/pull/41) ([scala-steward](https://github.com/scala-steward))
17+
- Mergify: configuration update [\#40](https://github.com/scala-exercises/exercises-scalacheck/pull/40) ([angoglez](https://github.com/angoglez))
18+
- Update scalacheck-toolbox-datetime [\#39](https://github.com/scala-exercises/exercises-scalacheck/pull/39) ([kiroco12](https://github.com/kiroco12))
19+
- Update scalacheck-shapeless\_1.14 to 1.2.4 [\#38](https://github.com/scala-exercises/exercises-scalacheck/pull/38) ([scala-steward](https://github.com/scala-steward))
20+
- Update sbt to 1.3.8 [\#37](https://github.com/scala-exercises/exercises-scalacheck/pull/37) ([scala-steward](https://github.com/scala-steward))
21+
- Update to Scala 2.13.1 [\#36](https://github.com/scala-exercises/exercises-scalacheck/pull/36) ([kiroco12](https://github.com/kiroco12))
22+
- Update scalacheck to 1.14.3 [\#31](https://github.com/scala-exercises/exercises-scalacheck/pull/31) ([scala-steward](https://github.com/scala-steward))
23+
- Updated ScalaTest 3.1.0 [\#29](https://github.com/scala-exercises/exercises-scalacheck/pull/29) ([kiroco12](https://github.com/kiroco12))
24+
- Update to Scala 2.12.10 [\#28](https://github.com/scala-exercises/exercises-scalacheck/pull/28) ([kiroco12](https://github.com/kiroco12))
25+
- Update broken scaladoc link to latest version [\#27](https://github.com/scala-exercises/exercises-scalacheck/pull/27) ([frroliveira](https://github.com/frroliveira))
26+
- Fixed granularity test [\#26](https://github.com/scala-exercises/exercises-scalacheck/pull/26) ([tmucha82](https://github.com/tmucha82))
27+
- Updating sbt org policies [\#25](https://github.com/scala-exercises/exercises-scalacheck/pull/25) ([dominv](https://github.com/dominv))
28+
29+
## [v0.4.0](https://github.com/scala-exercises/exercises-scalacheck/tree/v0.4.0) (2017-03-28)
30+
31+
[Full Changelog](https://github.com/scala-exercises/exercises-scalacheck/compare/5b762ff3623a09fa52016f3d989836335030d370...v0.4.0)
32+
33+
**Closed issues:**
34+
35+
- Add scalacheck-datetime section [\#16](https://github.com/scala-exercises/exercises-scalacheck/issues/16)
36+
- Improve Grouping properties exercise [\#8](https://github.com/scala-exercises/exercises-scalacheck/issues/8)
37+
- Exercise review comments [\#6](https://github.com/scala-exercises/exercises-scalacheck/issues/6)
38+
39+
**Merged pull requests:**
40+
41+
- Updating libraries versions [\#24](https://github.com/scala-exercises/exercises-scalacheck/pull/24) ([dominv](https://github.com/dominv))
42+
- Integrates sbt-org-policies plugin [\#23](https://github.com/scala-exercises/exercises-scalacheck/pull/23) ([juanpedromoreno](https://github.com/juanpedromoreno))
43+
- Issue 16 - Add scalacheck datetime [\#21](https://github.com/scala-exercises/exercises-scalacheck/pull/21) ([fedefernandez](https://github.com/fedefernandez))
44+
- Updates PGP keys [\#19](https://github.com/scala-exercises/exercises-scalacheck/pull/19) ([juanpedromoreno](https://github.com/juanpedromoreno))
45+
- SE-597 - Upgrade Libs [\#18](https://github.com/scala-exercises/exercises-scalacheck/pull/18) ([juanpedromoreno](https://github.com/juanpedromoreno))
46+
- Issue \#8 Update Grouping Properties exersize to accept 3 arguments [\#17](https://github.com/scala-exercises/exercises-scalacheck/pull/17) ([Svetixbot](https://github.com/Svetixbot))
47+
- Fix typos/grammar in Generators section [\#15](https://github.com/scala-exercises/exercises-scalacheck/pull/15) ([ches](https://github.com/ches))
48+
- Added README to content repository [\#14](https://github.com/scala-exercises/exercises-scalacheck/pull/14) ([jdesiloniz](https://github.com/jdesiloniz))
49+
- Bumps version and adds logo [\#13](https://github.com/scala-exercises/exercises-scalacheck/pull/13) ([juanpedromoreno](https://github.com/juanpedromoreno))
50+
- JP - Changes the library color [\#12](https://github.com/scala-exercises/exercises-scalacheck/pull/12) ([juanpedromoreno](https://github.com/juanpedromoreno))
51+
- Bumps version [\#11](https://github.com/scala-exercises/exercises-scalacheck/pull/11) ([juanpedromoreno](https://github.com/juanpedromoreno))
52+
- JP - SE-510 DRY Test.scala [\#10](https://github.com/scala-exercises/exercises-scalacheck/pull/10) ([juanpedromoreno](https://github.com/juanpedromoreno))
53+
- Improves the first comment and the conditional sample [\#9](https://github.com/scala-exercises/exercises-scalacheck/pull/9) ([fedefernandez](https://github.com/fedefernandez))
54+
- Improves formatting and makes consistent the use of braces [\#7](https://github.com/scala-exercises/exercises-scalacheck/pull/7) ([fedefernandez](https://github.com/fedefernandez))
55+
- Arbitrary section [\#5](https://github.com/scala-exercises/exercises-scalacheck/pull/5) ([fedefernandez](https://github.com/fedefernandez))
56+
- Scalacheck generators [\#4](https://github.com/scala-exercises/exercises-scalacheck/pull/4) ([fedefernandez](https://github.com/fedefernandez))
57+
- Update scala exercises version [\#3](https://github.com/scala-exercises/exercises-scalacheck/pull/3) ([fedefernandez](https://github.com/fedefernandez))
58+
- Scalacheck properties section [\#2](https://github.com/scala-exercises/exercises-scalacheck/pull/2) ([fedefernandez](https://github.com/fedefernandez))
59+
- Adds the inital files for the scalacheck exercises [\#1](https://github.com/scala-exercises/exercises-scalacheck/pull/1) ([fedefernandez](https://github.com/fedefernandez))
60+
61+
62+
63+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)