Releases: scalacenter/bloop-maven-plugin
bloop-maven-plugin-2.0.1
What's Changed
- Update maven-verifier to 1.8.0 by @scala-center-steward in #37
- Update maven-artifact, maven-core, ... to 3.8.7 by @scala-center-steward in #38
- Update maven-plugin-annotations to 3.7.1 by @scala-center-steward in #39
- Update scalafmt-core to 3.7.0 by @scala-center-steward in #40
- Update scalafmt-core to 3.7.1 by @scala-center-steward in #41
- Update maven-artifact, maven-core, ... to 3.9.0 by @scala-center-steward in #42
- Update scalafmt-core to 3.7.2 by @scala-center-steward in #44
- Update maven-plugin-annotations to 3.8.1 by @scala-center-steward in #43
- Update maven-artifact, maven-core, ... to 3.9.1 by @scala-center-steward in #45
- Update scalafmt-core to 3.7.3 by @scala-center-steward in #46
- Update maven-plugin-annotations to 3.8.2 by @scala-center-steward in #48
- Update maven-artifact, maven-core, ... to 3.9.2 by @scala-center-steward in #49
- Update maven-plugin-annotations to 3.9.0 by @scala-center-steward in #50
- Update scalafmt-core to 3.7.4 by @scala-center-steward in #51
- Update maven-artifact, maven-core, ... to 3.9.3 by @scala-center-steward in #52
- Update scalafmt-core to 3.7.5 by @scala-center-steward in #53
- Update scalafmt-core to 3.7.6 by @scala-center-steward in #54
- Update scalafmt-core to 3.7.7 by @scala-center-steward in #55
- Update scalafmt-core to 3.7.8 by @scala-center-steward in #56
- Update scalafmt-core to 3.7.9 by @scala-center-steward in #57
- Update scalafmt-core to 3.7.10 by @scala-center-steward in #58
- Update scalafmt-core to 3.7.11 by @scala-center-steward in #59
- Update scalafmt-core to 3.7.12 by @scala-center-steward in #61
- Update maven-artifact, maven-core, ... to 3.9.4 by @scala-center-steward in #60
- Update scalafmt-core to 3.7.13 by @scala-center-steward in #63
- Update scalafmt-core to 3.7.14 by @scala-center-steward in #64
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #65
- Update maven-artifact, maven-core, ... to 3.9.5 by @scala-center-steward in #66
- Update scalafmt-core to 3.7.17 by @scala-center-steward in #73
- Update maven-plugin-annotations to 3.10.1 by @scala-center-steward in #67
- chore(deps): bump actions/setup-java from 3 to 4 by @dependabot in #71
- Fix launcher configuration by @mliarakos in #74
- chore: Fix CI on MacOs by @tgodzik in #86
- Update bloop-config to 2.0.2 by @scala-center-steward in #83
- Update maven-plugin-annotations to 3.13.1 by @scala-center-steward in #80
- bugfix: Try to fix release by changing fetch depth by @tgodzik in #87
- Revert "[maven-release-plugin] prepare release bloop-maven-plugin-2.0.1" by @tgodzik in #88
New Contributors
- @scala-center-steward made their first contribution in #37
- @dependabot made their first contribution in #65
- @mliarakos made their first contribution in #74
- @tgodzik made their first contribution in #86
Full Changelog: bloop-maven-plugin-2.0.0...bloop-maven-plugin-2.0.1
bloop-maven-plugin-2.0.0
As we had no apparent issue with the previous RC candidate the v2.0.0 version is identical. So please see the relevant notes in https://github.com/scalacenter/bloop-maven-plugin/releases/tag/bloop-maven-plugin-2.0.0-RC4.
bloop-maven-plugin-2.0.0-RC4
What's Changed
This is the first confidently usable release of the bloop-maven-plugin
artifact, which is a Maven plugin to generate Bloop configs. In the past this plugin lived inside of the Bloop codebase under the name maven-bloop
. This was migrated out for various reasons all related to maintenance and also migrated to using Maven as a build tool. The usage of the plugin remains the same, however the artifact name has changed. So in your command to run the plugin you'll want to adapt it to the following:
- mvn ch.epfl.scala:maven-bloop_2.13:1.5.6:bloopInstall
+ mvn ch.epfl.scala:bloop-maven-plugin:2.0.0-RC4:bloopInstall
If you hit on any issues, please do report as quite a few things have been updated in this migration.
Full Changelog
- Migrate the Maven plugin out of Bloop by @ckipp01 in #2
- fix: ensure tests will pass by @ckipp01 in #3
- chore(ci): setup release by @ckipp01 in #4
- fix: ensure input name is correct by @ckipp01 in #5
- fix: skip tests during the deploy by @ckipp01 in #6
- fix: add in distributionManagement into pom by @ckipp01 in #7
- fix: reference to token was wrong by @ckipp01 in #8
- fix: ensure server-id matches pom by @ckipp01 in #9
- refactor: try a different approach with the release by @ckipp01 in #10
- try with a SNAPSHOT set by @ckipp01 in #11
- fix: ensure it's installed for release by @ckipp01 in #12
- fix: try to setup gpg first by @ckipp01 in #13
- fix: revert setup and pass in gpg directly by @ckipp01 in #14
- fix: try with new gpg-plugin version by @ckipp01 in #15
- fix: stupid typo by @ckipp01 in #16
- fix: ensure git profile is setup by @ckipp01 in #17
- fix: ensure there is a github token by @ckipp01 in #18
- fix: ensure scm is correct by @ckipp01 in #19
- refactor: try with https in connection by @ckipp01 in #20
- fix: ensure developerConnection is using https as well by @ckipp01 in #21
- feat: try to fully automate the release cycle by @ckipp01 in #22
- docs: add in a CONTRIBUTING.md and basic README.md by @ckipp01 in #23
- deps: update Scala plugin to the latest 4.8.0 by @ckipp01 in #24
- deps: bump maven related deps by @ckipp01 in #25
- Various fixes by @ckipp01 in #31
- chore: add in issue templates and badges by @ckipp01 in #30
- docs: ensure badges are centered by @ckipp01 in #32
- fix(ci): try to get release to work now that testing is fixed by @ckipp01 in #35
New Contributors
Full Changelog: https://github.com/scalacenter/bloop-maven-plugin/commits/bloop-maven-plugin-2.0.0-RC4