Skip to content

Commit bca332b

Browse files
fedefernandezactions-user
authored andcommittedNov 5, 2021
Update documentation, changelog and other files [skip ci]
1 parent df3bdb6 commit bca332b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed
 

‎AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ These are the people that have contributed to the _sbt-mu-srcgen_ project:
2222
- [![dzanot](https://avatars.githubusercontent.com/u/5342283?v=4&s=20) **dzanot**](https://github.com/dzanot)
2323
- [![cb372](https://avatars.githubusercontent.com/u/106760?v=4&s=20) **cb372**](https://github.com/cb372)
2424
- [![alejandrohdezma](https://avatars.githubusercontent.com/u/9027541?v=4&s=20) **alejandrohdezma**](https://github.com/alejandrohdezma)
25-
- [![naree](https://avatars.githubusercontent.com/u/4437502?v=4&s=20) **naree**](https://github.com/naree)
2625
- [![fedefernandez](https://avatars.githubusercontent.com/u/720923?v=4&s=20) **fedefernandez**](https://github.com/fedefernandez)
26+
- [![naree](https://avatars.githubusercontent.com/u/4437502?v=4&s=20) **naree**](https://github.com/naree)
2727
- [![L-Lavigne](https://avatars.githubusercontent.com/u/36058023?v=4&s=20) **L-Lavigne**](https://github.com/L-Lavigne)
2828
- [![BenFradet](https://avatars.githubusercontent.com/u/1737211?v=4&s=20) **BenFradet**](https://github.com/BenFradet)
2929
- [![dmarticus](https://avatars.githubusercontent.com/u/4853149?v=4&s=20) **dmarticus**](https://github.com/dmarticus)

‎CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v0.27.2](https://github.com/higherkindness/sbt-mu-srcgen/tree/v0.27.2) (2021-11-05)
4+
5+
[Full Changelog](https://github.com/higherkindness/sbt-mu-srcgen/compare/v0.27.1...v0.27.2)
6+
7+
**Merged pull requests:**
8+
9+
- Upgrade mu [\#221](https://github.com/higherkindness/sbt-mu-srcgen/pull/221) ([fedefernandez](https://github.com/fedefernandez))
10+
- Update scalafmt-core to 3.0.8 [\#220](https://github.com/higherkindness/sbt-mu-srcgen/pull/220) ([47erbot](https://github.com/47erbot))
11+
- Update sbt-github, sbt-github-header, ... to 0.11.1 [\#218](https://github.com/higherkindness/sbt-mu-srcgen/pull/218) ([47erbot](https://github.com/47erbot))
12+
- Update sbt-github, sbt-github-header, ... to 0.11.0 [\#217](https://github.com/higherkindness/sbt-mu-srcgen/pull/217) ([47erbot](https://github.com/47erbot))
13+
314
## [v0.27.1](https://github.com/higherkindness/sbt-mu-srcgen/tree/v0.27.1) (2021-10-28)
415

516
[Full Changelog](https://github.com/higherkindness/sbt-mu-srcgen/compare/v0.27.0...v0.27.1)
@@ -238,6 +249,7 @@
238249
- Update scalatest to 3.2.0 [\#60](https://github.com/higherkindness/sbt-mu-srcgen/pull/60) ([scala-steward](https://github.com/scala-steward))
239250
- Update monocle-core to 2.0.5 [\#56](https://github.com/higherkindness/sbt-mu-srcgen/pull/56) ([scala-steward](https://github.com/scala-steward))
240251
- Update scalafmt-core to 2.5.3 [\#55](https://github.com/higherkindness/sbt-mu-srcgen/pull/55) ([scala-steward](https://github.com/scala-steward))
252+
- Update sbt-mdoc to 2.2.2 [\#54](https://github.com/higherkindness/sbt-mu-srcgen/pull/54) ([scala-steward](https://github.com/scala-steward))
241253

242254
**Merged pull requests:**
243255

@@ -267,7 +279,6 @@
267279

268280
📈 **Dependency updates**
269281

270-
- Update sbt-mdoc to 2.2.2 [\#54](https://github.com/higherkindness/sbt-mu-srcgen/pull/54) ([scala-steward](https://github.com/scala-steward))
271282
- Updates to mu-scala 0.22.1 [\#41](https://github.com/higherkindness/sbt-mu-srcgen/pull/41) ([juanpedromoreno](https://github.com/juanpedromoreno))
272283
- Update scalatest to 3.1.2 [\#39](https://github.com/higherkindness/sbt-mu-srcgen/pull/39) ([scala-steward](https://github.com/scala-steward))
273284

‎README.md

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

1818
```sbt mdoc:silent
19-
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.27.1")
19+
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.27.2")
2020
```
2121

2222
### NOTE

0 commit comments

Comments
 (0)
Please sign in to comment.