Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.0](https://github.com/groundsgg/plugin-permissions/compare/v0.1.0...v0.2.0) (2026-07-05)


### Features

* add minestom permissions module ([3f92020](https://github.com/groundsgg/plugin-permissions/commit/3f920205f848dca6f55fb6e215b8577430089e37))
* add permissions plugin common library ([396846f](https://github.com/groundsgg/plugin-permissions/commit/396846f889ccc413677c7ef24b0261f01459cf3c))
* add velocity permissions snapshot cache ([02fa99a](https://github.com/groundsgg/plugin-permissions/commit/02fa99a22ab65aad2e6fb4f611ab2481c09820f9))


### Bug Fixes

* configure release please ([415d468](https://github.com/groundsgg/plugin-permissions/commit/415d468d9d0512f6617efd425f8e21d8f6b67f6a))
* expose scoped permission checks ([c76c2a0](https://github.com/groundsgg/plugin-permissions/commit/c76c2a0d53d94003a9e81b524a99efcfe022406c))
* publish numeric release versions ([8543cb7](https://github.com/groundsgg/plugin-permissions/commit/8543cb7c84a9814cf867b85337f5506abf5a42ee))

## [0.1.0](https://github.com/groundsgg/plugin-permissions/compare/plugin-permissions-v0.0.1...plugin-permissions-v0.1.0) (2026-07-05)


Expand Down