From db0b6b258678204a82013265c98124573300cbba Mon Sep 17 00:00:00 2001 From: Sekwah Date: Thu, 20 May 2021 01:00:58 +0100 Subject: [PATCH] chore(release): 0.7.0-0 --- docs/SNAPSHOT_CHANGELOG.md | 29 ++++++++++++++----- .../velocity/AdvancedPortalsPlugin.java | 2 +- src/main/resources/bungee.yml | 2 +- src/main/resources/plugin.yml | 2 +- 4 files changed, 25 insertions(+), 10 deletions(-) diff --git a/docs/SNAPSHOT_CHANGELOG.md b/docs/SNAPSHOT_CHANGELOG.md index 22e6041d..3f893471 100644 --- a/docs/SNAPSHOT_CHANGELOG.md +++ b/docs/SNAPSHOT_CHANGELOG.md @@ -1,10 +1,25 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -For the release changelogs see [CHANGELOG.md](CHANGELOG.md) -For the snapshot changelogs see [SNAPSHOT_CHANGELOG.md](SNAPSHOT_CHANGELOG.md) - +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +For the release changelogs see [CHANGELOG.md](CHANGELOG.md) +For the snapshot changelogs see [SNAPSHOT_CHANGELOG.md](SNAPSHOT_CHANGELOG.md) + +## [0.7.0-0](https://github.com/sekwah41/Advanced-Portals/compare/v0.6.0...v0.7.0-0) (2021-05-20) + + +### ⚠ BREAKING CHANGES + +* Updating velocity plugin support to 2.0 +* Updating support to Java 11 and up. + +### Features + +* Updating velocity plugin support to 2.0 ([af7a598](https://github.com/sekwah41/Advanced-Portals/commit/af7a5986f79e58a764e10dbd23bdb960d33be8d9)) + + +* Updating support to Java 11 and up. ([9fe0275](https://github.com/sekwah41/Advanced-Portals/commit/9fe02751db681b5d77529ea8889149117102936e)) + ### [0.5.13-2](https://github.com/sekwah41/Advanced-Portals/compare/v0.5.13-1...v0.5.13-2) (2021-05-14) * No code changes, just updated the changelog generation. diff --git a/src/main/java/com/sekwah/advancedportals/velocity/AdvancedPortalsPlugin.java b/src/main/java/com/sekwah/advancedportals/velocity/AdvancedPortalsPlugin.java index 4b52e13d..8b6a11ca 100644 --- a/src/main/java/com/sekwah/advancedportals/velocity/AdvancedPortalsPlugin.java +++ b/src/main/java/com/sekwah/advancedportals/velocity/AdvancedPortalsPlugin.java @@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit; */ @Plugin(id = "advancedportals", name = "Advanced Portals", url = "https://www.spigotmc.org/resources/advanced-portals.14356/", - version = "0.6.0", + version = "0.7.0-0", description = "Customisable portal plugin", dependencies = { @Dependency(id = "velocity", version = "2.x.x") diff --git a/src/main/resources/bungee.yml b/src/main/resources/bungee.yml index cce58172..e4ada578 100644 --- a/src/main/resources/bungee.yml +++ b/src/main/resources/bungee.yml @@ -1,4 +1,4 @@ main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin name: AdvancedPortals -version: 0.6.0 +version: 0.7.0-0 author: sekwah41 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ae3761dc..3d5a9fb8 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin name: AdvancedPortals -version: 0.6.0 +version: 0.7.0-0 author: sekwah41 description: An advanced portals plugin for bukkit. api-version: 1.13