diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..158f38df --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" diff --git a/CHANGELOG.md b/CHANGELOG.md index 419fcc1e..74ec775d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.8.4] - -### Fixed -- Core: Flags not tab-completing unless string is empty ([#460](https://github.com/Incendo/cloud/pull/460)) -- Core: Parser registry not properly resolving `TypeToken`s ([#454](https://github.com/Incendo/cloud/pull/454)) -- Fabric: Pottery pattern registry overriding default string parser for annotations -- Fabric: Log cause of CommandExecutionException in fabric's default exception handler ([#466](https://github.com/Incendo/cloud/pull/466)) - -### Changed -- Core: Improved string parser supplier argument checking -- Bukkit/Paper: Improve docs around Brigadier support - ## [1.8.3] ### Changed diff --git a/README.md b/README.md index d140fe9e..3e422f85 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi cloud.commandframework cloud-PLATFORM - 1.8.4 + 1.8.3