Skip to content

Commit

Permalink
[all] Release v0.5.2
Browse files Browse the repository at this point in the history
- **[Fix]** Ensure `align` is always defined in `DefineDynamicText`.
- **[Internal]** Update test samples.

### Rust

- **[Fix]** Fix support for `PlaceObject1` with `ColorTransform`.
  • Loading branch information
demurgos committed Apr 26, 2019
1 parent c958489 commit e15eb62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next
# 0.5.2 (2019-04-26)

- **[Fix]** Ensure `align` is always defined in `DefineDynamicText`.
- **[Internal]** Update test samples.
Expand Down
2 changes: 1 addition & 1 deletion rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swf-parser"
version = "0.5.1"
version = "0.5.2"
authors = ["Charles Samborski <[email protected]>"]
description = "SWF parser"
documentation = "https://github.com/open-flash/swf-parser"
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swf-parser",
"version": "0.5.1",
"version": "0.5.2",
"description": "SWF parser loosely based on Shumway",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down

0 comments on commit e15eb62

Please sign in to comment.