Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed May 5, 2022
1 parent b8ec54e commit 3a35372
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1
- Add #5: Support little endianness in NBT files
- Add: Blocked player list API
- Add: Name change info API
- Change: Deprecate getStatistics as endpoint was removed
- Change: Switch to lints & update deps

## 0.5.0
- Add: Microsoft authentication endpoints (Note that these are not complete!)
- Change: Deprecate getStatus API as it got removed by Mojang
Expand Down
2 changes: 1 addition & 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 and reading/writing NBT Files.
version: 0.5.0
version: 0.5.1
homepage: https://github.com/spnda/dart_minecraft
repository: https://github.com/spnda/dart_minecraft
issue_tracker: https://github.com/spnda/dart_minecraft/issues
Expand Down

0 comments on commit 3a35372

Please sign in to comment.