Skip to content

Commit

Permalink
release: 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jun 6, 2024
1 parent 9b7d33f commit 0b51bea
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### v0.10.0 - 2024-06-06

### 🛠️ Fixes

- **RemoteAsset: fix mimetype requirement - [mistydemeo], [pr126]**

Fixes an issue where functions like `RemoteAsset::copy` would fail on files without specific mimetypes. We used this to assign file extensions based on mimetype, but it shouldn't have rejected other files.

[pr126]: https://github.com/axodotdev/axoasset/pull/126

- **RemoteAsset: exposes reqwest - [mistydemeo], [pr137]**

[pr137]: https://github.com/axodotdev/axoasset/pull/137

- **LocalAsset: fixes a misleading error message - sorairolake, [pr126]**

[pr133]: https://github.com/axodotdev/axoasset/pull/133

### v0.9.5 - 2024-05-22

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

0 comments on commit 0b51bea

Please sign in to comment.