Skip to content

Commit cf168f8

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

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

AUTHORS.md

+3-1
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
- [![dominv](https://avatars1.githubusercontent.com/u/3943031?v=4&s=20) **Domingo Valera (dominv)**](https://github.com/dominv)
@@ -40,4 +41,5 @@ These are the people that have contributed to the _exercises-shapeless_ project:
4041
- [![Narigo](https://avatars3.githubusercontent.com/u/1767865?v=4&s=20) **Narigo**](https://github.com/Narigo)
4142
- [![logistark](https://avatars3.githubusercontent.com/u/1732430?v=4&s=20) **logistark**](https://github.com/logistark)
4243
- [![matthedude](https://avatars2.githubusercontent.com/u/1004871?v=4&s=20) **matthedude**](https://github.com/matthedude)
43-
- [![NickShadder](https://avatars0.githubusercontent.com/u/13987062?v=4&s=20) **NickShadder**](https://github.com/NickShadder)
44+
- [![NickShadder](https://avatars0.githubusercontent.com/u/13987062?v=4&s=20) **NickShadder**](https://github.com/NickShadder)
45+
- [![alejandrohdezma](https://avatars0.githubusercontent.com/u/9027541?v=4&s=20) **alejandrohdezma**](https://github.com/alejandrohdezma)

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-shapeless/tree/v0.6.5) (2020-08-10)
4+
5+
[Full Changelog](https://github.com/scala-exercises/exercises-shapeless/compare/v0.6.4...v0.6.5)
6+
7+
📈 **Dependency updates**
8+
9+
- Update sbt-mdoc to 2.2.4 [\#98](https://github.com/scala-exercises/exercises-shapeless/pull/98) ([47erbot](https://github.com/47erbot))
10+
- Update scalacheck-1-14 to 3.2.1.0 [\#97](https://github.com/scala-exercises/exercises-shapeless/pull/97) ([47erbot](https://github.com/47erbot))
11+
- Update scalatest to 3.2.1 [\#96](https://github.com/scala-exercises/exercises-shapeless/pull/96) ([47erbot](https://github.com/47erbot))
12+
- Update sbt-scalafmt to 2.4.2 [\#95](https://github.com/scala-exercises/exercises-shapeless/pull/95) ([47erbot](https://github.com/47erbot))
13+
- Update scalafmt-core to 2.6.4 [\#94](https://github.com/scala-exercises/exercises-shapeless/pull/94) ([47erbot](https://github.com/47erbot))
14+
- Update scalafmt-core to 2.6.3 [\#93](https://github.com/scala-exercises/exercises-shapeless/pull/93) ([scala-steward](https://github.com/scala-steward))
15+
- Update scalafmt-core to 2.6.2 [\#92](https://github.com/scala-exercises/exercises-shapeless/pull/92) ([scala-steward](https://github.com/scala-steward))
16+
317
## [v0.6.4](https://github.com/scala-exercises/exercises-shapeless/tree/v0.6.4) (2020-06-30)
418

519
[Full Changelog](https://github.com/scala-exercises/exercises-shapeless/compare/v0.6.3...v0.6.4)
@@ -58,6 +72,7 @@
5872
- Updating sbt-org-policies to 0.5.12 [\#44](https://github.com/scala-exercises/exercises-shapeless/pull/44) ([dominv](https://github.com/dominv))
5973
- Update libraries versions [\#43](https://github.com/scala-exercises/exercises-shapeless/pull/43) ([dominv](https://github.com/dominv))
6074
- Changing Set to Seq [\#42](https://github.com/scala-exercises/exercises-shapeless/pull/42) ([aborg0](https://github.com/aborg0))
75+
- Integrates sbt-org-policies plugin [\#41](https://github.com/scala-exercises/exercises-shapeless/pull/41) ([juanpedromoreno](https://github.com/juanpedromoreno))
6176
- Fix minor typos [\#40](https://github.com/scala-exercises/exercises-shapeless/pull/40) ([NickShadder](https://github.com/NickShadder))
6277

6378
## [v0.4.0](https://github.com/scala-exercises/exercises-shapeless/tree/v0.4.0) (2017-03-28)
@@ -75,7 +90,6 @@
7590

7691
**Merged pull requests:**
7792

78-
- Integrates sbt-org-policies plugin [\#41](https://github.com/scala-exercises/exercises-shapeless/pull/41) ([juanpedromoreno](https://github.com/juanpedromoreno))
7993
- Update SingletonExercises.scala [\#39](https://github.com/scala-exercises/exercises-shapeless/pull/39) ([Narigo](https://github.com/Narigo))
8094
- Fixes scmInfo settings [\#38](https://github.com/scala-exercises/exercises-shapeless/pull/38) ([juanpedromoreno](https://github.com/juanpedromoreno))
8195
- Fix issue in the Union types [\#37](https://github.com/scala-exercises/exercises-shapeless/pull/37) ([fchaillou](https://github.com/fchaillou))

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)