Skip to content

Commit

Permalink
Merge pull request #153 from axodotdev/rel1
Browse files Browse the repository at this point in the history
release: v1.0.0
  • Loading branch information
Gankra authored Jul 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 694e3ce + f5b7bd1 commit c47b0b0
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

### v0.10.1 - 2024-06-10
## v1.0.0 - 2024-07-05

The design of APIs has been massively overhauled and normalized, with the changes too substantial to individually enumerate. Major highlights:

* Asset (the union between LocalAsset and RemoteAsset) has been removed
* RemoteAsset is largely replaced with AxoClient which to allow you to actually initialized/configure the underlying reqwest client
* Errors cleaned up
* Function names cleaned up to be unambiguous and normal
* "missing" APIs added


## v0.10.1 - 2024-06-10

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

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.10.1"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/axoasset"

0 comments on commit c47b0b0

Please sign in to comment.