From 73b6015b075834339537aa2b60e7e0fc18050bb8 Mon Sep 17 00:00:00 2001 From: Abitofevrything Date: Wed, 18 May 2022 08:17:23 +0200 Subject: [PATCH] Release 4.2.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6577697..e10d947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 4.2.0 +__New features__: +- Added a script which allows `nyxx_commands` to be compiled. For more information, run `dart pub global activate nyxx_commands` and `nyxx-compile --help`. +- Implemented support for permissions V2. See `PermissionsCheck` for more. + +__Deprecaations__: +- Deprecated `AbstractCheck.permissions` and all associated features. + ## 4.2.0-dev.1 __New features__: - Added a script which allows `nyxx_commands` to be compiled. For more information, run `dart pub global activate nyxx_commands` and `nyxx-compile --help`. diff --git a/pubspec.yaml b/pubspec.yaml index f3545ab..96298fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_commands -version: 4.2.0-dev.1 +version: 4.2.0 description: A framework for easily creating slash commands and text commands for Discord using the nyxx library. homepage: https://github.com/nyxx-discord/nyxx_commands/blob/main/README.md