Skip to content

Commit 0d17c4a

Browse files
dmarticusactions-user
authored andcommitted
Update documentation, changelog and other files [skip ci]
1 parent 4587c72 commit 0d17c4a

File tree

4 files changed

+45
-6
lines changed

4 files changed

+45
-6
lines changed

AUTHORS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
The maintainers of the project are:
1010

11-
- [![47erbot](https://avatars1.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot)
1211
- [![mrtmmr](https://avatars2.githubusercontent.com/u/44172755?v=4&s=20) **mrtmmr**](https://github.com/mrtmmr)
1312
- [![naree](https://avatars0.githubusercontent.com/u/4437502?v=4&s=20) **naree**](https://github.com/naree)
13+
- [![47erbot](https://avatars1.githubusercontent.com/u/24799081?v=4&s=20) **47erbot**](https://github.com/47erbot)
1414
- [![alejandrohdezma](https://avatars0.githubusercontent.com/u/9027541?v=4&s=20) **Alejandro Hernández (alejandrohdezma)**](https://github.com/alejandrohdezma)
1515
- [![BenFradet](https://avatars2.githubusercontent.com/u/1737211?v=4&s=20) **Ben Fradet (BenFradet)**](https://github.com/BenFradet)
1616
- [![cb372](https://avatars1.githubusercontent.com/u/106760?v=4&s=20) **Chris Birchall (cb372)**](https://github.com/cb372)
@@ -25,7 +25,7 @@ These are the people that have contributed to the _sbt-mu-srcgen_ project:
2525
- [![juanpedromoreno](https://avatars2.githubusercontent.com/u/4879373?v=4&s=20) **juanpedromoreno**](https://github.com/juanpedromoreno)
2626
- [![cb372](https://avatars1.githubusercontent.com/u/106760?v=4&s=20) **cb372**](https://github.com/cb372)
2727
- [![naree](https://avatars0.githubusercontent.com/u/4437502?v=4&s=20) **naree**](https://github.com/naree)
28+
- [![dmarticus](https://avatars2.githubusercontent.com/u/4853149?v=4&s=20) **dmarticus**](https://github.com/dmarticus)
2829
- [![BenFradet](https://avatars2.githubusercontent.com/u/1737211?v=4&s=20) **BenFradet**](https://github.com/BenFradet)
2930
- [![mrtmmr](https://avatars2.githubusercontent.com/u/44172755?v=4&s=20) **mrtmmr**](https://github.com/mrtmmr)
30-
- [![alejandrohdezma](https://avatars0.githubusercontent.com/u/9027541?v=4&s=20) **alejandrohdezma**](https://github.com/alejandrohdezma)
31-
- [![dmarticus](https://avatars2.githubusercontent.com/u/4853149?v=4&s=20) **dmarticus**](https://github.com/dmarticus)
31+
- [![alejandrohdezma](https://avatars0.githubusercontent.com/u/9027541?v=4&s=20) **alejandrohdezma**](https://github.com/alejandrohdezma)

CHANGELOG.md

+40-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [v0.22.4](https://github.com/higherkindness/sbt-mu-srcgen/tree/v0.22.4) (2020-08-24)
4+
5+
[Full Changelog](https://github.com/higherkindness/sbt-mu-srcgen/compare/v0.22.3...v0.22.4)
6+
7+
⚠️ **Breaking changes**
8+
9+
- Make the plugin manual [\#72](https://github.com/higherkindness/sbt-mu-srcgen/pull/72) ([dmarticus](https://github.com/dmarticus))
10+
11+
🐛 **Bug Fixes**
12+
13+
- Improve ProtobufSrcGenExceptions to actually point where the errors are happening [\#82](https://github.com/higherkindness/sbt-mu-srcgen/issues/82)
14+
15+
📈 **Dependency updates**
16+
17+
- Update scalacheck-1-14 to 3.2.2.0 [\#87](https://github.com/higherkindness/sbt-mu-srcgen/pull/87) ([47erbot](https://github.com/47erbot))
18+
- Update scalatest to 3.2.2 [\#86](https://github.com/higherkindness/sbt-mu-srcgen/pull/86) ([47erbot](https://github.com/47erbot))
19+
- Update sbt-mdoc to 2.2.5 [\#85](https://github.com/higherkindness/sbt-mu-srcgen/pull/85) ([47erbot](https://github.com/47erbot))
20+
- Update monocle-core to 2.1.0 [\#84](https://github.com/higherkindness/sbt-mu-srcgen/pull/84) ([47erbot](https://github.com/47erbot))
21+
- Update sbt-mdoc to 2.2.4 [\#81](https://github.com/higherkindness/sbt-mu-srcgen/pull/81) ([47erbot](https://github.com/47erbot))
22+
- Update http4s-blaze-client, http4s-circe to 0.21.7 [\#80](https://github.com/higherkindness/sbt-mu-srcgen/pull/80) ([47erbot](https://github.com/47erbot))
23+
- Update scalacheck-1-14 to 3.2.1.0 [\#79](https://github.com/higherkindness/sbt-mu-srcgen/pull/79) ([47erbot](https://github.com/47erbot))
24+
- Update scalatest to 3.2.1 [\#78](https://github.com/higherkindness/sbt-mu-srcgen/pull/78) ([47erbot](https://github.com/47erbot))
25+
- Update sbt-scalafmt to 2.4.2 [\#77](https://github.com/higherkindness/sbt-mu-srcgen/pull/77) ([47erbot](https://github.com/47erbot))
26+
- Update scalafmt-core to 2.6.4 [\#75](https://github.com/higherkindness/sbt-mu-srcgen/pull/75) ([47erbot](https://github.com/47erbot))
27+
- Update scalafmt-core to 2.6.3 [\#74](https://github.com/higherkindness/sbt-mu-srcgen/pull/74) ([scala-steward](https://github.com/scala-steward))
28+
- Update scalafmt-core to 2.6.2 [\#71](https://github.com/higherkindness/sbt-mu-srcgen/pull/71) ([scala-steward](https://github.com/scala-steward))
29+
30+
**Closed issues:**
31+
32+
- Make it a manual plugin [\#38](https://github.com/higherkindness/sbt-mu-srcgen/issues/38)
33+
34+
**Merged pull requests:**
35+
36+
- Write the error output from Protobuf parse exceptions [\#83](https://github.com/higherkindness/sbt-mu-srcgen/pull/83) ([dmarticus](https://github.com/dmarticus))
37+
- Add exception handling to Avro schema that have non-record response types [\#76](https://github.com/higherkindness/sbt-mu-srcgen/pull/76) ([dmarticus](https://github.com/dmarticus))
38+
339
## [v0.22.3](https://github.com/higherkindness/sbt-mu-srcgen/tree/v0.22.3) (2020-07-03)
440

541
[Full Changelog](https://github.com/higherkindness/sbt-mu-srcgen/compare/v0.22.2...v0.22.3)
@@ -72,12 +108,15 @@
72108

73109
- Fixes Build [\#21](https://github.com/higherkindness/sbt-mu-srcgen/pull/21) ([juanpedromoreno](https://github.com/juanpedromoreno))
74110
- Make Mu a normal compile-time dependency [\#20](https://github.com/higherkindness/sbt-mu-srcgen/pull/20) ([cb372](https://github.com/cb372))
75-
- Adds new Sbt plugins [\#11](https://github.com/higherkindness/sbt-mu-srcgen/pull/11) ([juanpedromoreno](https://github.com/juanpedromoreno))
76111

77112
## [v0.21.3-MIGRATION](https://github.com/higherkindness/sbt-mu-srcgen/tree/v0.21.3-MIGRATION) (2020-04-02)
78113

79114
[Full Changelog](https://github.com/higherkindness/sbt-mu-srcgen/compare/c4104e069f90cd5d1fbe8d897dadafb2fe0d37b2...v0.21.3-MIGRATION)
80115

116+
**Merged pull requests:**
117+
118+
- Adds new Sbt plugins [\#11](https://github.com/higherkindness/sbt-mu-srcgen/pull/11) ([juanpedromoreno](https://github.com/juanpedromoreno))
119+
81120

82121

83122
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
For installing this plugin, add the following line to your `plugins.sbt` file:
1313

1414
```scala
15-
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.22.3")
15+
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.22.4")
1616
```
1717
### NOTE
1818

0 commit comments

Comments
 (0)