Skip to content

Releases: kevin-lee/sbt-github-pages

v0.14.0

04 Mar 13:12
Compare
Choose a tag to compare

0.14.0 - 2024-03-05

New Feature

  • Allow force push (#213) - Thanks @michaelmior
    • force push with the environment variable GITHUB_PAGES_PUBLISH_FORCE_PUSH

Internal Housekeeping

  • Bump libraries (#214)

    • cats-effect to 3.5.3
    • http4s to 0.23.25
    • http4s-blaze-client to 0.23.16
    • effectie to 2.0.0-beta14
    • logger-f to 2.0.0-beta24
  • Add sbt-devoops-starter (#216)

  • Bump sbt-devoops to 3.1.0 (#218)

v0.13.0

19 Nov 08:58
5102bed
Compare
Choose a tag to compare

0.13.0 - 2023-11-19

Internal Housekeeping

  • Upgrade Scala, sbt, sbt plugins and libraries (#200)
    • Scala to 2.12.18
    • sbt to 1.9.7
    • sbt-ci-release to 1.5.12
    • sbt-wartremover to 3.1.5
    • sbt-devoops to 3.0.0
    • cats to 2.10.0
    • cats-effect to 3.5.2
    • github4s to 0.32.1
    • circe to 0.14.6
    • http4s to 0.23.24
    • http4s-blaze-client to 0.23.15
    • effectie to 2.0.0-beta13
    • logger-f to 2.0.0-beta22
    • extras to 0.44.0

v0.12.0

27 Dec 13:46
0201958
Compare
Choose a tag to compare

0.12.0 - 2022-12-28

Done

  • Upgrade effectie and logger-f to 2.0.0-beta4 (#180) - and update the code accordingly / also upgrade other libraries
    • effectie2.0.0-beta2 => 2.0.0-beta4
    • logger-f2.0.0-beta2 => 2.0.0-beta4
    • global sbt version1.2.8 => 1.6.2
    • hedgehog0.9.0 => 0.10.1
    • cats2.8.0 => 2.9.0
    • cats-effect3.3.14 => 3.4.3
    • http4s blaze client0.23.12 => 0.23.13
    • extras0.20.0 => 0.26.0

v0.11.0

04 Oct 12:46
9c2a66b
Compare
Choose a tag to compare

0.11.0 - 2022-10-04

Done

  • Upgrade Scala, sbt, sbt-plugins and libraries (#171)
    • sbt 1.6.2 => 1.7.2
    • Scala 2.12.12 => 2.12.17
    • cats 2.7.0 => 2.8.0
    • cats-effect 3.3.12 => 3.3.14
    • github4s 0.31.0 => 0.31.2
    • circe 0.14.1 => 0.14.3
    • http4s 0.23.11 => 0.23.16
    • http4s-blaze-client 0.23.12
    • effectie 2.0.0-beta1 => 2.0.0-beta2
    • logger-f 2.0.0-beta1 => 2.0.0-beta2
    • extras 0.14.0 => 0.20.0

v0.10.0

21 May 12:30
c4d2e40
Compare
Choose a tag to compare

0.10.0 - 2022-05-21

Done

  • Add settingKey to set the request timeout for publishing GitHub Pages (#165)

v0.9.0

05 May 08:29
cc6661b
Compare
Choose a tag to compare

0.9.0 - 2022-05-05

Done

  • Bump effectie and logger-f to 2.0.0-beta1 (#162)
  • Upgrade libraries (#160)
    • cats 2.6.1 => 2.7.0
    • cats-effect 2.5.3 => 3.3.5
    • github4s 0.28.5 => 0.31.0
    • http4s 0.21.27 => 0.23.11
    • effectie 1.15.0 => 1.16.0
    • logger-f 1.15.0 => 1.16.0
    • hedgehog 0.7.0 => 0.8.0
  • Publish to s01.oss.sonatype.org (the new Maven central) (#131)

v0.8.1

20 Nov 01:59
7d4307b
Compare
Choose a tag to compare

0.8.1 - 2021-11-20

Fix

  • publishToGitHubPages fails if you have greater than 30 branches alphabetically before gh-pages (#119) - Thanks @zarthross for the helpful bug report!

v0.8.0

29 Sep 12:53
3683962
Compare
Choose a tag to compare

0.8.0 - 2021-09-29

Done

  • Add a link to the doc site to explain how to create publish branch (#114)

v0.7.0

19 Sep 08:15
009322e
Compare
Choose a tag to compare

0.7.0 - 2021-09-19

Done

  • Upgraded libs and sbt plugins (#106)
    • cats 2.6.0 => 2.6.1
    • cats-effect 2.5.0 => 2.5.3
    • github4s 0.28.4 => 0.28.5
    • github4s 0.28.4 => 0.28.5
    • circe 0.13.0 => 0.14.1
    • http4s 0.21.22 => 0.21.27
    • effectie 1.10.0 => 1.15.0
    • logger-f 1.10.0 => 1.15.0
    • sbt-devoops 2.6.0 => 2.10.0

v0.6.0

09 Jul 12:51
e0507ce
Compare
Choose a tag to compare

0.6.0 - 2021-07-09

Done

  • Add default values for org/repo names extracted from git remote info (#102) - Thanks @alejandrohdezma