Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Mar 14, 2024
1 parent 34f3306 commit c8b9ca9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### v0.9.0 - 2024-03-14

### 🎁 Features

- **Parsing JSON containing byte order marks - [mistydemeo], [pr87]**

This fixes an issue parsing JSON from files containing a [byte order mark]. This is rare, but can occur with JSON files created in Windows with certain software, including data written to disk in PowerShell.

The underlying JSON parsing library used by axoasset doesn't currently support parsing JSON files that begin with a byte order mark. In this release, we strip it from files that contain it before passing it to serde in order to work around this limitation.

[byte order mark]: https://en.wikipedia.org/wiki/Byte_order_mark
[pr87]: https://github.com/axodotdev/axoasset/pull/87

### v0.8.0 - 2024-03-06

### 🎁 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "axoasset"
description = ">o_o<"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/axoasset"
Expand Down

0 comments on commit c8b9ca9

Please sign in to comment.