Releases: Varilx-Development/VEconomy
Releases · Varilx-Development/VEconomy
1.0.3
1.0.2
Update BaseAPI dependency and adjust database service init Upgraded BaseAPI to version 0.5.0 in build.gradle for improved functionality. Modified database service initialization to align with the updated API changes, ensuring compatibility and cleaner configuration handling.
1.0.1
What's Changed
- Implement workflows by @Knerio in #1
- Update README.md by @Ayont in #2
- Configure Renovate by @renovate in #3
New Contributors
- @Knerio made their first contribution in #1
- @Ayont made their first contribution in #2
- @renovate made their first contribution in #3
Full Changelog: 1.0.0...1.0.1
1.0.0
Add MoneyAdminCommand and update MoneyCommand registration Refactored the MoneyCommand registration to remove the usage of LanguageUtils in favor of a simplified constructor. Introduced the MoneyAdminCommand to enhance administrative capabilities for managing the economy system.