Skip to content

Commit

Permalink
release: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Oct 31, 2023
1 parent a785bdc commit bc8fc42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### v0.6.0 - 2023-10-31

### 🎁 Features

- **New reexports - [mistydemeo], [pr68]**

Reexports `toml`, `toml_edit` and `serde_json`. Types from these three crates
appear in certain axoasset function signatures.

[pr68]: https://github.com/axodotdev/axoasset/pull/68

### v0.5.1 - 2023-09-14

### 🛠️ Fixes
Expand Down Expand Up @@ -225,5 +236,6 @@ Initial release.

[ashleygwilliams]: https://github.com/ashleygwilliams
[gankra]: https://github.com/gankra
[mistydemeo]: https://github.com/mistydemeo
[shadows-withal]: https://github.com/shadows-withal
[striezel]: https://github.com/striezel
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.5.1"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/axoasset"
Expand Down

0 comments on commit bc8fc42

Please sign in to comment.