Skip to content

Commit 09a8b3e

Browse files
Update CHANGELOG.md [ci skip] (#94)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ba88b2 commit 09a8b3e

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

CHANGELOG.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
# Changelog
2+
3+
## [v0.6.0](https://github.com/scala-exercises/exercises-cats/tree/v0.6.0) (2020-04-24)
4+
5+
[Full Changelog](https://github.com/scala-exercises/exercises-cats/compare/v0.4.0...v0.6.0)
6+
7+
**Closed issues:**
8+
9+
- First example in Semigroups does not work on current web-site [\#65](https://github.com/scala-exercises/exercises-cats/issues/65)
10+
- First example in Semigroups does not work on current web-site [\#64](https://github.com/scala-exercises/exercises-cats/issues/64)
11+
12+
**Merged pull requests:**
13+
14+
- Updates Project [\#92](https://github.com/scala-exercises/exercises-cats/pull/92) ([juanpedromoreno](https://github.com/juanpedromoreno))
15+
- Update sbt to 1.3.10 [\#90](https://github.com/scala-exercises/exercises-cats/pull/90) ([scala-steward](https://github.com/scala-steward))
16+
- Update sbt to 1.3.9 [\#89](https://github.com/scala-exercises/exercises-cats/pull/89) ([scala-steward](https://github.com/scala-steward))
17+
- Added OptionT exercises [\#88](https://github.com/scala-exercises/exercises-cats/pull/88) ([paualarco](https://github.com/paualarco))
18+
- Added Eval exercises [\#87](https://github.com/scala-exercises/exercises-cats/pull/87) ([paualarco](https://github.com/paualarco))
19+
- Update scalacheck-shapeless\_1.14 to 1.2.5 [\#86](https://github.com/scala-exercises/exercises-cats/pull/86) ([scala-steward](https://github.com/scala-steward))
20+
- Update scalatest to 3.1.1 [\#85](https://github.com/scala-exercises/exercises-cats/pull/85) ([scala-steward](https://github.com/scala-steward))
21+
- Mergify: configuration update [\#84](https://github.com/scala-exercises/exercises-cats/pull/84) ([angoglez](https://github.com/angoglez))
22+
- null narrative references to |@| removed [\#83](https://github.com/scala-exercises/exercises-cats/pull/83) ([mayonesa](https://github.com/mayonesa))
23+
- Update scalacheck-shapeless\_1.14 to 1.2.4 [\#82](https://github.com/scala-exercises/exercises-cats/pull/82) ([scala-steward](https://github.com/scala-steward))
24+
- Update sbt to 1.3.8 [\#81](https://github.com/scala-exercises/exercises-cats/pull/81) ([scala-steward](https://github.com/scala-steward))
25+
- Update to Scala 2.13.1 [\#80](https://github.com/scala-exercises/exercises-cats/pull/80) ([kiroco12](https://github.com/kiroco12))
26+
- Rewording a sentence [\#77](https://github.com/scala-exercises/exercises-cats/pull/77) ([TobiasRoland](https://github.com/TobiasRoland))
27+
- Update scalacheck to 1.14.3 [\#75](https://github.com/scala-exercises/exercises-cats/pull/75) ([scala-steward](https://github.com/scala-steward))
28+
- ScalaCheck Update 3.1.0 [\#73](https://github.com/scala-exercises/exercises-cats/pull/73) ([kiroco12](https://github.com/kiroco12))
29+
- Exercises Update to Scala 2.12.10 [\#72](https://github.com/scala-exercises/exercises-cats/pull/72) ([kiroco12](https://github.com/kiroco12))
30+
- Update README.md [\#71](https://github.com/scala-exercises/exercises-cats/pull/71) ([jkmcclellan](https://github.com/jkmcclellan))
31+
- Omit explicit parameter types of anonymous functions [\#66](https://github.com/scala-exercises/exercises-cats/pull/66) ([Kobenko](https://github.com/Kobenko))
32+
- Break apart a set of five tests [\#61](https://github.com/scala-exercises/exercises-cats/pull/61) ([doub1ejack](https://github.com/doub1ejack))
33+
- Updating sbt org policies [\#58](https://github.com/scala-exercises/exercises-cats/pull/58) ([dominv](https://github.com/dominv))
34+
- Updating libraries versions [\#57](https://github.com/scala-exercises/exercises-cats/pull/57) ([dominv](https://github.com/dominv))
35+
- Fixes missing cats Dependency [\#56](https://github.com/scala-exercises/exercises-cats/pull/56) ([juanpedromoreno](https://github.com/juanpedromoreno))
36+
- Update cats to 0.9.0 and change Xor to Either [\#55](https://github.com/scala-exercises/exercises-cats/pull/55) ([aeons](https://github.com/aeons))
37+
38+
## [v0.4.0](https://github.com/scala-exercises/exercises-cats/tree/v0.4.0) (2017-03-28)
39+
40+
[Full Changelog](https://github.com/scala-exercises/exercises-cats/compare/cf5a25aaaf380c0d0337ee9fc46e34b6e225ecc9...v0.4.0)
41+
42+
🚀 **Features**
43+
44+
- Show better errors, i.e. line numbers [\#27](https://github.com/scala-exercises/exercises-cats/issues/27)
45+
46+
**Closed issues:**
47+
48+
- Cats version used in examples is outdated [\#39](https://github.com/scala-exercises/exercises-cats/issues/39)
49+
- Publish snapshot artifact from master with each successful build [\#9](https://github.com/scala-exercises/exercises-cats/issues/9)
50+
51+
**Merged pull requests:**
52+
53+
- Integrates sbt-org-policies plugin [\#52](https://github.com/scala-exercises/exercises-cats/pull/52) ([juanpedromoreno](https://github.com/juanpedromoreno))
54+
- Update .travis.yml [\#50](https://github.com/scala-exercises/exercises-cats/pull/50) ([juanpedromoreno](https://github.com/juanpedromoreno))
55+
- Update Foldable.scala [\#49](https://github.com/scala-exercises/exercises-cats/pull/49) ([lloydmeta](https://github.com/lloydmeta))
56+
- Updates PGP keys [\#47](https://github.com/scala-exercises/exercises-cats/pull/47) ([juanpedromoreno](https://github.com/juanpedromoreno))
57+
- SE-597 - Upgrade Libs [\#45](https://github.com/scala-exercises/exercises-cats/pull/45) ([juanpedromoreno](https://github.com/juanpedromoreno))
58+
- Fix typos in Validated [\#44](https://github.com/scala-exercises/exercises-cats/pull/44) ([ches](https://github.com/ches))
59+
- Added README to content repository [\#43](https://github.com/scala-exercises/exercises-cats/pull/43) ([jdesiloniz](https://github.com/jdesiloniz))
60+
- Include logo in content library [\#42](https://github.com/scala-exercises/exercises-cats/pull/42) ([jdesiloniz](https://github.com/jdesiloniz))
61+
- Bumps to 0.2.4-SNAPSHOT version [\#41](https://github.com/scala-exercises/exercises-cats/pull/41) ([juanpedromoreno](https://github.com/juanpedromoreno))
62+
- Apply: `addTwo` wasn't being used [\#40](https://github.com/scala-exercises/exercises-cats/pull/40) ([mttkay](https://github.com/mttkay))
63+
- JP - Bumps version [\#38](https://github.com/scala-exercises/exercises-cats/pull/38) ([juanpedromoreno](https://github.com/juanpedromoreno))
64+
- Add missed import in Apply [\#35](https://github.com/scala-exercises/exercises-cats/pull/35) ([ikhoon](https://github.com/ikhoon))
65+
- JP - SE-510 DRY Test.scala [\#34](https://github.com/scala-exercises/exercises-cats/pull/34) ([juanpedromoreno](https://github.com/juanpedromoreno))
66+
- Add return type in Traverse example [\#33](https://github.com/scala-exercises/exercises-cats/pull/33) ([richardmiller](https://github.com/richardmiller))
67+
- Provide `Some` for user on `composingSemigroups` [\#32](https://github.com/scala-exercises/exercises-cats/pull/32) ([metasim](https://github.com/metasim))
68+
- Updates Cats library description [\#31](https://github.com/scala-exercises/exercises-cats/pull/31) ([raulraja](https://github.com/raulraja))
69+
- Fix 404 link [\#30](https://github.com/scala-exercises/exercises-cats/pull/30) ([Thangiee](https://github.com/Thangiee))
70+
- Bump new minor release [\#29](https://github.com/scala-exercises/exercises-cats/pull/29) ([ghost](https://github.com/ghost))
71+
- Bump next version [\#28](https://github.com/scala-exercises/exercises-cats/pull/28) ([ghost](https://github.com/ghost))
72+
- Use toolchain with the same version as the content [\#26](https://github.com/scala-exercises/exercises-cats/pull/26) ([ghost](https://github.com/ghost))
73+
- Increment version number for including a timestamp in the library metadata [\#25](https://github.com/scala-exercises/exercises-cats/pull/25) ([ghost](https://github.com/ghost))
74+
- Update plugin version [\#24](https://github.com/scala-exercises/exercises-cats/pull/24) ([ghost](https://github.com/ghost))
75+
- Depend on 0.1.x runtime and definitions [\#23](https://github.com/scala-exercises/exercises-cats/pull/23) ([ghost](https://github.com/ghost))
76+
- Bump first release [\#22](https://github.com/scala-exercises/exercises-cats/pull/22) ([ghost](https://github.com/ghost))
77+
- Extract implicits from the exercise bodies [\#21](https://github.com/scala-exercises/exercises-cats/pull/21) ([ghost](https://github.com/ghost))
78+
- Empty commit in order to release a snapshot [\#20](https://github.com/scala-exercises/exercises-cats/pull/20) ([ghost](https://github.com/ghost))
79+
- Fix Validated text [\#19](https://github.com/scala-exercises/exercises-cats/pull/19) ([sergiohgz](https://github.com/sergiohgz))
80+
- Remove legacy generated file [\#18](https://github.com/scala-exercises/exercises-cats/pull/18) ([andyscott](https://github.com/andyscott))
81+
- Deploy after successful builds in master [\#17](https://github.com/scala-exercises/exercises-cats/pull/17) ([ghost](https://github.com/ghost))
82+
- Change comment [\#16](https://github.com/scala-exercises/exercises-cats/pull/16) ([yilinwei](https://github.com/yilinwei))
83+
- Skip working tree cleanup when doing a deploy [\#15](https://github.com/scala-exercises/exercises-cats/pull/15) ([ghost](https://github.com/ghost))
84+
- Do a manual compilation before publish [\#14](https://github.com/scala-exercises/exercises-cats/pull/14) ([ghost](https://github.com/ghost))
85+
- Automatically deploy master branch after successful build [\#13](https://github.com/scala-exercises/exercises-cats/pull/13) ([ghost](https://github.com/ghost))
86+
- Revert "Publish from Travis CI after successful builds" [\#12](https://github.com/scala-exercises/exercises-cats/pull/12) ([raulraja](https://github.com/raulraja))
87+
- Publish from Travis CI after successful builds [\#11](https://github.com/scala-exercises/exercises-cats/pull/11) ([ghost](https://github.com/ghost))
88+
- Fix link [\#10](https://github.com/scala-exercises/exercises-cats/pull/10) ([ghost](https://github.com/ghost))
89+
- Put Semigroup section before Monoid [\#8](https://github.com/scala-exercises/exercises-cats/pull/8) ([ghost](https://github.com/ghost))
90+
- Change library color [\#7](https://github.com/scala-exercises/exercises-cats/pull/7) ([rafaparadela](https://github.com/rafaparadela))
91+
- Add library repo metadata [\#5](https://github.com/scala-exercises/exercises-cats/pull/5) ([ghost](https://github.com/ghost))
92+
- Rename artifact [\#4](https://github.com/scala-exercises/exercises-cats/pull/4) ([ghost](https://github.com/ghost))
93+
- Use the Xor type for the answers [\#3](https://github.com/scala-exercises/exercises-cats/pull/3) ([ghost](https://github.com/ghost))
94+
- Rafa add distribution settings [\#2](https://github.com/scala-exercises/exercises-cats/pull/2) ([rafaparadela](https://github.com/rafaparadela))
95+
- Update CI config [\#1](https://github.com/scala-exercises/exercises-cats/pull/1) ([ghost](https://github.com/ghost))
96+
97+
98+
99+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)