From bc8fc421c3e4db53924c243836efa8d6f439b8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Tue, 31 Oct 2023 13:30:05 -0700 Subject: [PATCH] release: 0.6.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20acb9..e0384e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 266992e..9a78255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"