From 9c40a4d3b4eaf04720350dfb8d209cc10359143d Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:41:17 -0700 Subject: [PATCH] release: Version 1.8.1 --- CHANGELOG.md | 11 +++++++++++ README.md | 6 +++--- cloud-minecraft/README.md | 22 +++++++++++----------- gradle.properties | 2 +- 4 files changed, 26 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aca4bf8..f86d3249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.1] + +### Fixed +- Core: Fixed last argument always being treated as greedy in suggestions ([#428](https://github.com/Incendo/cloud/pull/428)) +- Core: Remove redundant at literal in docs (formatting fix) ([#427](https://github.com/Incendo/cloud/pull/427)) + +### Changed +- Core: Improve ParameterInjectorRegistry#registerInjector JavaDoc ([#423](https://github.com/Incendo/cloud/pull/423)) +- Fabric: Exposed permissions API in apiElements to match old behavior when consumers update to loom 1.1 (which also fixes api + guardian being missing from the classpath) + ## [1.8.0] ### Added diff --git a/README.md b/README.md index 8496f533..5d24059a 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.9.0-SNAPSHOT + 1.8.1