Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed Nov 9, 2022
1 parent 422dc84 commit dee8eb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.2
- Add: XBL authentication function
- Add: Player certificate API
- Add: Player attributes API
- Add: Player entitlements API
- Change: Deprecate getNameHistory as endpoint was removed

## 0.5.1
- Add #5: Support little endianness in NBT files
- Add: Blocked player list API
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_minecraft
description: Utilities for Minecraft and Mojang Web-APIs, authentication, and using NBT Files.
version: 0.5.1
version: 0.5.2
homepage: https://github.com/spnda/dart_minecraft
repository: https://github.com/spnda/dart_minecraft
issue_tracker: https://github.com/spnda/dart_minecraft/issues
Expand All @@ -13,6 +13,7 @@ dependencies:
collection: ^1.16.0
http: ^0.13.4
path: ^1.8.1
jwt_decoder: ^2.0.1
dev_dependencies:
lints: ^1.0.1
test: ^1.21.1
Expand Down

0 comments on commit dee8eb7

Please sign in to comment.