Skip to content

Commit

Permalink
Release rbx_binary 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jun 27, 2021
1 parent 942218e commit 375c59f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions rbx_binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# rbx_binary Changelog

## Unreleased

## 0.6.0 (2021-06-26)
* Upgraded to rbx\_dom\_weak 2.0 stable.
* Fixed null Refs not being written for unserialized instances. ([#184][pr-184])
* Changed interface:
* Renamed `from_reader_default` to `from_reader`.
Expand Down
2 changes: 1 addition & 1 deletion rbx_binary/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_binary"
description = "Implementation of Roblox's binary model (rbxm) and place (rbxl) file formats"
version = "0.6.0-alpha.5"
version = "0.6.0"
license = "MIT"
documentation = "https://docs.rs/rbx_binary"
homepage = "https://github.com/rojo-rbx/rbx-dom"
Expand Down

0 comments on commit 375c59f

Please sign in to comment.