Skip to content

Commit bdf6af6

Browse files
juanpedromorenoactions-user
authored andcommitted
Update documentation, changelog and other files [skip ci]
1 parent ea6a10c commit bdf6af6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

AUTHORS.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
The maintainers of the project are:
1010

1111
- [![47erbot](https://avatars1.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot)
12+
- [![alejandrohdezma](https://avatars0.githubusercontent.com/u/9027541?v=4&s=20) **Alejandro Hernández (alejandrohdezma)**](https://github.com/alejandrohdezma)
1213
- [![angoglez](https://avatars0.githubusercontent.com/u/10107285?v=4&s=20) **Ana Gómez González (angoglez)**](https://github.com/angoglez)
1314
- [![andyscott](https://avatars3.githubusercontent.com/u/310363?v=4&s=20) **Andy Scott (andyscott)**](https://github.com/andyscott)
1415
- [![BenFradet](https://avatars2.githubusercontent.com/u/1737211?v=4&s=20) **Ben Fradet (BenFradet)**](https://github.com/BenFradet)
@@ -66,4 +67,5 @@ These are the people that have contributed to the _exercises-stdlib_ project:
6667
- [![rzats](https://avatars3.githubusercontent.com/u/13783592?v=4&s=20) **rzats**](https://github.com/rzats)
6768
- [![FrogBomb](https://avatars2.githubusercontent.com/u/5280885?v=4&s=20) **FrogBomb**](https://github.com/FrogBomb)
6869
- [![kastoestoramadus](https://avatars2.githubusercontent.com/u/6271645?v=4&s=20) **kastoestoramadus**](https://github.com/kastoestoramadus)
70+
- [![alejandrohdezma](https://avatars0.githubusercontent.com/u/9027541?v=4&s=20) **alejandrohdezma**](https://github.com/alejandrohdezma)
6971
- [![Vages](https://avatars0.githubusercontent.com/u/3520744?v=4&s=20) **Vages**](https://github.com/Vages)

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v0.6.5](https://github.com/scala-exercises/exercises-stdlib/tree/v0.6.5) (2020-08-10)
4+
5+
[Full Changelog](https://github.com/scala-exercises/exercises-stdlib/compare/v0.6.4...v0.6.5)
6+
7+
📈 **Dependency updates**
8+
9+
- Update sbt-mdoc to 2.2.4 [\#217](https://github.com/scala-exercises/exercises-stdlib/pull/217) ([47erbot](https://github.com/47erbot))
10+
- Update scalacheck-1-14 to 3.2.1.0 [\#216](https://github.com/scala-exercises/exercises-stdlib/pull/216) ([47erbot](https://github.com/47erbot))
11+
- Update scalatest to 3.2.1 [\#215](https://github.com/scala-exercises/exercises-stdlib/pull/215) ([47erbot](https://github.com/47erbot))
12+
- Update sbt-scalafmt to 2.4.2 [\#214](https://github.com/scala-exercises/exercises-stdlib/pull/214) ([47erbot](https://github.com/47erbot))
13+
- Update scalafmt-core to 2.6.4 [\#213](https://github.com/scala-exercises/exercises-stdlib/pull/213) ([47erbot](https://github.com/47erbot))
14+
- Update scalafmt-core to 2.6.3 [\#212](https://github.com/scala-exercises/exercises-stdlib/pull/212) ([scala-steward](https://github.com/scala-steward))
15+
- Update scalafmt-core to 2.6.2 [\#211](https://github.com/scala-exercises/exercises-stdlib/pull/211) ([scala-steward](https://github.com/scala-steward))
16+
317
## [v0.6.4](https://github.com/scala-exercises/exercises-stdlib/tree/v0.6.4) (2020-06-30)
418

519
[Full Changelog](https://github.com/scala-exercises/exercises-stdlib/compare/v0.6.3...v0.6.4)
@@ -93,6 +107,7 @@
93107
- Higher Order Functions better explanations [\#84](https://github.com/scala-exercises/exercises-stdlib/pull/84) ([Yaskier](https://github.com/Yaskier))
94108
- Concatenate and add elements examples for Lists.scala [\#83](https://github.com/scala-exercises/exercises-stdlib/pull/83) ([Yaskier](https://github.com/Yaskier))
95109
- Improved description of ++ on Traversable.scala [\#82](https://github.com/scala-exercises/exercises-stdlib/pull/82) ([amarrella](https://github.com/amarrella))
110+
- Removed superfluous repetition [\#74](https://github.com/scala-exercises/exercises-stdlib/pull/74) ([hellrich](https://github.com/hellrich))
96111

97112
## [v0.4.0](https://github.com/scala-exercises/exercises-stdlib/tree/v0.4.0) (2017-03-28)
98113

@@ -122,7 +137,6 @@
122137
- Added another example and some comments [\#78](https://github.com/scala-exercises/exercises-stdlib/pull/78) ([hellrich](https://github.com/hellrich))
123138
- minor fixes in Maps [\#77](https://github.com/scala-exercises/exercises-stdlib/pull/77) ([hellrich](https://github.com/hellrich))
124139
- made meetLambdaHigherOrderFunctions more interesting [\#75](https://github.com/scala-exercises/exercises-stdlib/pull/75) ([hellrich](https://github.com/hellrich))
125-
- Removed superfluous repetition [\#74](https://github.com/scala-exercises/exercises-stdlib/pull/74) ([hellrich](https://github.com/hellrich))
126140
- Small typo fixed in Case Classes section [\#73](https://github.com/scala-exercises/exercises-stdlib/pull/73) ([fppden](https://github.com/fppden))
127141
- Adding closure documentation [\#71](https://github.com/scala-exercises/exercises-stdlib/pull/71) ([josephpconley](https://github.com/josephpconley))
128142
- Text tweaks covering most of the tutorial [\#69](https://github.com/scala-exercises/exercises-stdlib/pull/69) ([rzats](https://github.com/rzats))

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ appearance, body size, race, ethnicity, age, religion, nationality, or
1111
other such characteristics.
1212

1313
Everyone is expected to follow the
14-
[Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) when
14+
[Scala Code of Conduct](https://www.scala-lang.org/conduct/) when
1515
discussing the project on the available communication channels. If you
1616
are being harassed, please contact us immediately so that we can
1717
support you.

0 commit comments

Comments
 (0)