Skip to content

Commit a3e30a7

Browse files
sloshyactions-user
authored andcommitted
Update documentation, changelog and other files [skip ci]
1 parent e520c3d commit a3e30a7

File tree

3 files changed

+56
-7
lines changed

3 files changed

+56
-7
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.28.1](https://github.com/47degrees/github4s/tree/v0.28.1) (2021-01-28)
4+
5+
[Full Changelog](https://github.com/47degrees/github4s/compare/v0.28.0...v0.28.1)
6+
37
## [v0.28.0](https://github.com/47degrees/github4s/tree/v0.28.0) (2021-01-27)
48

59
[Full Changelog](https://github.com/47degrees/github4s/compare/v0.27.1...v0.28.0)
@@ -337,7 +341,6 @@
337341
- Update sbt to 1.3.7 [\#325](https://github.com/47degrees/github4s/pull/325) ([scala-steward](https://github.com/scala-steward))
338342
- Update sbt-microsites to 1.1.0 [\#324](https://github.com/47degrees/github4s/pull/324) ([scala-steward](https://github.com/scala-steward))
339343
- Update sbt to 1.3.6 [\#322](https://github.com/47degrees/github4s/pull/322) ([scala-steward](https://github.com/scala-steward))
340-
- Update mockserver-netty to 5.8.1 [\#321](https://github.com/47degrees/github4s/pull/321) ([scala-steward](https://github.com/scala-steward))
341344
- Update cats-core, cats-free to 2.1.0 [\#320](https://github.com/47degrees/github4s/pull/320) ([BenFradet](https://github.com/BenFradet))
342345
- Active sidebar items [\#319](https://github.com/47degrees/github4s/pull/319) ([AntonioMateoGomez](https://github.com/AntonioMateoGomez))
343346
- Sbt microsite adaptation [\#317](https://github.com/47degrees/github4s/pull/317) ([AntonioMateoGomez](https://github.com/AntonioMateoGomez))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[![Join the chat at https://gitter.im/47degrees/github4s](https://badges.gitter.im/47degrees/github4s.svg)](https://gitter.im/47degrees/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/gh/47degrees/github4s/branch/master/graph/badge.svg)](http://codecov.io/gh/47degrees/github4s) [![Maven Central](https://img.shields.io/badge/maven%20central-0.28.0-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~github4s*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47degrees/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.28.0-green.svg)](https://index.scala-lang.org/47degrees/github4s) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/github4s.svg)](https://github.com/47degrees/github4s/issues)
2+
[![Join the chat at https://gitter.im/47degrees/github4s](https://badges.gitter.im/47degrees/github4s.svg)](https://gitter.im/47degrees/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/gh/47degrees/github4s/branch/master/graph/badge.svg)](http://codecov.io/gh/47degrees/github4s) [![Maven Central](https://img.shields.io/badge/maven%20central-0.28.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~github4s*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47degrees/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.28.1-green.svg)](https://index.scala-lang.org/47degrees/github4s) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/github4s.svg)](https://github.com/47degrees/github4s/issues)
33

44
Github4s
55
=============
@@ -11,7 +11,7 @@ Github4s
1111
To get started with SBT, simply add the following to your build.sbt file.
1212

1313
```scala
14-
libraryDependencies += "com.47deg" %% "github4s" % "0.28.0"
14+
libraryDependencies += "com.47deg" %% "github4s" % "0.28.1"
1515
```
1616

1717
## Github4s in the wild

microsite/docs/changelog.md

+50-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,53 @@ permalink: changelog
77
---
88
# Changelog
99

10+
## [v0.28.0](https://github.com/47degrees/github4s/tree/v0.28.0) (2021-01-27)
11+
12+
[Full Changelog](https://github.com/47degrees/github4s/compare/v0.27.1...v0.28.0)
13+
14+
🐛 **Bug Fixes**
15+
16+
- Fix \#569 - Manually encode Uri query parameters [\#596](https://github.com/47degrees/github4s/pull/596) ([sloshy](https://github.com/sloshy))
17+
- Unbreak the build \(fix \#586 \#597\) [\#595](https://github.com/47degrees/github4s/pull/595) ([sloshy](https://github.com/sloshy))
18+
19+
📈 **Dependency updates**
20+
21+
- Update Scala: 2.12.12/2.13.4, sbt-mdoc: 2.2.16 [\#601](https://github.com/47degrees/github4s/pull/601) ([sloshy](https://github.com/sloshy))
22+
- Update http4s-blaze-client, http4s-circe, ... to 0.21.16 [\#600](https://github.com/47degrees/github4s/pull/600) ([47erbot](https://github.com/47erbot))
23+
- Update base64 to 0.3.0 [\#598](https://github.com/47degrees/github4s/pull/598) ([47erbot](https://github.com/47erbot))
24+
- Update http4s-blaze-client, http4s-circe, ... to 0.21.15 [\#594](https://github.com/47degrees/github4s/pull/594) ([47erbot](https://github.com/47erbot))
25+
- Update sbt to 1.4.6 [\#593](https://github.com/47degrees/github4s/pull/593) ([47erbot](https://github.com/47erbot))
26+
- Update sbt-microsites to 1.3.0 [\#592](https://github.com/47degrees/github4s/pull/592) ([47erbot](https://github.com/47erbot))
27+
- Update cats-core to 2.3.1 [\#591](https://github.com/47degrees/github4s/pull/591) ([47erbot](https://github.com/47erbot))
28+
- Update mdoc, sbt-mdoc to 2.2.14 [\#590](https://github.com/47degrees/github4s/pull/590) ([47erbot](https://github.com/47erbot))
29+
- Update sbt-github, sbt-github-header, ... to 0.9.0 [\#588](https://github.com/47degrees/github4s/pull/588) ([47erbot](https://github.com/47erbot))
30+
- Update scalamock to 5.1.0 [\#585](https://github.com/47degrees/github4s/pull/585) ([47erbot](https://github.com/47erbot))
31+
- Update sbt-tpolecat to 0.1.16 [\#584](https://github.com/47degrees/github4s/pull/584) ([47erbot](https://github.com/47erbot))
32+
- Update sbt-ci-release to 1.5.5 [\#583](https://github.com/47degrees/github4s/pull/583) ([47erbot](https://github.com/47erbot))
33+
- Update cats-core to 2.3.0 [\#582](https://github.com/47degrees/github4s/pull/582) ([47erbot](https://github.com/47erbot))
34+
- Update mdoc, sbt-mdoc to 2.2.13 [\#581](https://github.com/47degrees/github4s/pull/581) ([47erbot](https://github.com/47erbot))
35+
- Update http4s-blaze-client, http4s-circe, ... to 0.21.13 [\#580](https://github.com/47degrees/github4s/pull/580) ([47erbot](https://github.com/47erbot))
36+
- Update sbt to 1.4.4 [\#579](https://github.com/47degrees/github4s/pull/579) ([47erbot](https://github.com/47erbot))
37+
- Update scalatest to 3.2.3 [\#575](https://github.com/47degrees/github4s/pull/575) ([47erbot](https://github.com/47erbot))
38+
- Update mdoc, sbt-mdoc to 2.2.12 [\#574](https://github.com/47degrees/github4s/pull/574) ([47erbot](https://github.com/47erbot))
39+
- Update http4s-blaze-client, http4s-circe, ... to 0.21.9 [\#573](https://github.com/47degrees/github4s/pull/573) ([47erbot](https://github.com/47erbot))
40+
- Update sbt-ci-release to 1.5.4 [\#571](https://github.com/47degrees/github4s/pull/571) ([47erbot](https://github.com/47erbot))
41+
42+
**Closed issues:**
43+
44+
- Remove Auth.newAuth as it has been discontinued [\#597](https://github.com/47degrees/github4s/issues/597)
45+
- Ignore the reviewers test [\#586](https://github.com/47degrees/github4s/issues/586)
46+
- Receive 422 response when searching Issues [\#569](https://github.com/47degrees/github4s/issues/569)
47+
48+
**Merged pull requests:**
49+
50+
- Add draft PRs support [\#577](https://github.com/47degrees/github4s/pull/577) ([kusaeva](https://github.com/kusaeva))
51+
- Support for review requests [\#576](https://github.com/47degrees/github4s/pull/576) ([reimai](https://github.com/reimai))
52+
53+
## [v0.27.1](https://github.com/47degrees/github4s/tree/v0.27.1) (2020-11-17)
54+
55+
[Full Changelog](https://github.com/47degrees/github4s/compare/v0.27.0...v0.27.1)
56+
1057
## [v0.27.0](https://github.com/47degrees/github4s/tree/v0.27.0) (2020-11-17)
1158

1259
[Full Changelog](https://github.com/47degrees/github4s/compare/v0.26.0...v0.27.0)
@@ -479,7 +526,6 @@ permalink: changelog
479526
- Release 0.18.4 [\#205](https://github.com/47degrees/github4s/pull/205) ([BenFradet](https://github.com/BenFradet))
480527
- Change param so we are filtering by label [\#204](https://github.com/47degrees/github4s/pull/204) ([drwlrsn](https://github.com/drwlrsn))
481528
- Keep circe decoders dry [\#202](https://github.com/47degrees/github4s/pull/202) ([BenFradet](https://github.com/BenFradet))
482-
- \# Make `body: Option\[String\]` [\#200](https://github.com/47degrees/github4s/pull/200) ([lloydmeta](https://github.com/lloydmeta))
483529

484530
## [v0.18.3](https://github.com/47degrees/github4s/tree/v0.18.3) (2018-03-11)
485531

@@ -488,6 +534,7 @@ permalink: changelog
488534
**Merged pull requests:**
489535

490536
- Release 0.18.3 [\#201](https://github.com/47degrees/github4s/pull/201) ([BenFradet](https://github.com/BenFradet))
537+
- \# Make `body: Option\[String\]` [\#200](https://github.com/47degrees/github4s/pull/200) ([lloydmeta](https://github.com/lloydmeta))
491538

492539
## [v0.18.2](https://github.com/47degrees/github4s/tree/v0.18.2) (2018-03-07)
493540

@@ -500,6 +547,7 @@ permalink: changelog
500547
**Merged pull requests:**
501548

502549
- Releases 0.18.2 [\#199](https://github.com/47degrees/github4s/pull/199) ([fedefernandez](https://github.com/fedefernandez))
550+
- Add pagination support for PullRequest ops [\#198](https://github.com/47degrees/github4s/pull/198) ([lloydmeta](https://github.com/lloydmeta))
503551

504552
## [v0.18.1](https://github.com/47degrees/github4s/tree/v0.18.1) (2018-02-14)
505553

@@ -524,7 +572,6 @@ permalink: changelog
524572

525573
**Merged pull requests:**
526574

527-
- Add pagination support for PullRequest ops [\#198](https://github.com/47degrees/github4s/pull/198) ([lloydmeta](https://github.com/lloydmeta))
528575
- Release version 0.18.0 [\#193](https://github.com/47degrees/github4s/pull/193) ([BenFradet](https://github.com/BenFradet))
529576
- Bump sbt-org-policies to 0.8.22 to benefit from cats 1.0.1 and circe 0.9.1 [\#192](https://github.com/47degrees/github4s/pull/192) ([BenFradet](https://github.com/BenFradet))
530577
- Get a single issue [\#191](https://github.com/47degrees/github4s/pull/191) ([GRBurst](https://github.com/GRBurst))
@@ -700,7 +747,6 @@ permalink: changelog
700747

701748
**Merged pull requests:**
702749

703-
- Fixes BuildInfo Code Dependency [\#82](https://github.com/47degrees/github4s/pull/82) ([juanpedromoreno](https://github.com/juanpedromoreno))
704750
- Adds the get contents operation [\#80](https://github.com/47degrees/github4s/pull/80) ([fedefernandez](https://github.com/fedefernandez))
705751
- Upgrades sbt-org-policies plugin [\#78](https://github.com/47degrees/github4s/pull/78) ([fedefernandez](https://github.com/fedefernandez))
706752
- Fixes Github token through env var [\#77](https://github.com/47degrees/github4s/pull/77) ([juanpedromoreno](https://github.com/juanpedromoreno))
@@ -796,6 +842,7 @@ permalink: changelog
796842

797843
- Makes mandatory some fields when creating issues [\#51](https://github.com/47degrees/github4s/pull/51) ([fedefernandez](https://github.com/fedefernandez))
798844
- Adds a new root project to set Scala version [\#50](https://github.com/47degrees/github4s/pull/50) ([fedefernandez](https://github.com/fedefernandez))
845+
- Adds create and edit methods for issues [\#49](https://github.com/47degrees/github4s/pull/49) ([fedefernandez](https://github.com/fedefernandez))
799846
- Adds list and search methods for issues [\#47](https://github.com/47degrees/github4s/pull/47) ([fedefernandez](https://github.com/fedefernandez))
800847
- Adds crossover for Scala 2.10 and upgrades libraries [\#46](https://github.com/47degrees/github4s/pull/46) ([fedefernandez](https://github.com/fedefernandez))
801848
- Fix forced user agent in js side [\#43](https://github.com/47degrees/github4s/pull/43) ([jdesiloniz](https://github.com/jdesiloniz))
@@ -820,7 +867,6 @@ permalink: changelog
820867

821868
**Merged pull requests:**
822869

823-
- Adds create and edit methods for issues [\#49](https://github.com/47degrees/github4s/pull/49) ([fedefernandez](https://github.com/fedefernandez))
824870
- Upgrades sbt catalyst extras plugin [\#37](https://github.com/47degrees/github4s/pull/37) ([juanpedromoreno](https://github.com/juanpedromoreno))
825871
- Integrates sbt-catalysts-extras and sbt-microsites plugins [\#35](https://github.com/47degrees/github4s/pull/35) ([juanpedromoreno](https://github.com/juanpedromoreno))
826872
- Add method to create gists [\#34](https://github.com/47degrees/github4s/pull/34) ([jdesiloniz](https://github.com/jdesiloniz))

0 commit comments

Comments
 (0)