Skip to content

Commit

Permalink
release: 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Sep 14, 2023
1 parent fa55503 commit 3a26b81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

### 🛠️ Fixes

- **Reduce dependency tree size - [mistydemeo], [pr66]**

Reduces the size of axoasset's dependency tree by not installing unused
features from the `images` dependency.

### v0.5.0 - 2023-08-08

### 🎁 Features
Expand All @@ -12,7 +21,7 @@
are flattened into the root of the archive.

e.g. to make a tar.gz that matches the npm package format (which
wants the tarball to contain a dir named "package"), you can
wants the tarball to contain a dir named "package"), you can
compress: `"path/to/contents/", Some("package")`

- **Add more copying APIs to LocalAsset - [Gankra], [pr62]**
Expand Down Expand Up @@ -56,7 +65,7 @@
Some breaking cleanups to APIs to make them more ergonomic longterm

- Many APIs that previously took Strings now take `AsRef<Utf8Path>`
- write_new_{all} now just takes a path to the file, instead of folder_path + name
- write_new_{all} now just takes a path to the file, instead of folder_path + name

- **update github CI - [striezel], [pr50]**

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

0 comments on commit 3a26b81

Please sign in to comment.