Skip to content

Commit f5b7bd1

Browse files
committed
release: v1.0.0
1 parent 694e3ce commit f5b7bd1

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
### v0.10.1 - 2024-06-10
3+
## v1.0.0 - 2024-07-05
4+
5+
The design of APIs has been massively overhauled and normalized, with the changes too substantial to individually enumerate. Major highlights:
6+
7+
* Asset (the union between LocalAsset and RemoteAsset) has been removed
8+
* RemoteAsset is largely replaced with AxoClient which to allow you to actually initialized/configure the underlying reqwest client
9+
* Errors cleaned up
10+
* Function names cleaned up to be unambiguous and normal
11+
* "missing" APIs added
12+
13+
14+
## v0.10.1 - 2024-06-10
415

516
Fixes the `pub use reqwest` that was added in the previous version.
617

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "axoasset"
33
description = ">o_o<"
4-
version = "0.10.1"
4+
version = "1.0.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/axodotdev/axoasset"

0 commit comments

Comments
 (0)