From 5f939cc2ad4c4648aeba838c5706cd4a01bfe8e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:37:13 +0000 Subject: [PATCH] asphalt: v2.0.0-rc.3 --- bins/asphalt/README.md | 2 -- bins/asphalt/pesde.lock | 2 +- bins/asphalt/pesde.toml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bins/asphalt/README.md b/bins/asphalt/README.md index 4ebf00eb..76ba3e89 100644 --- a/bins/asphalt/README.md +++ b/bins/asphalt/README.md @@ -151,8 +151,6 @@ output_path = "src/shared" - A map of paths relative to the input path to existing assets on Roblox. - `bleed`: boolean (optional) - Whether to alpha bleed images. Defaults to `true`. Keep in mind that changing this setting won't invalidate your lockfile or reupload your images. -- `warn_each_duplicate`: boolean (optional) - - Whether to emit a warning each time a duplicate file is found. Defaults to `true`. #### WebAsset diff --git a/bins/asphalt/pesde.lock b/bins/asphalt/pesde.lock index b2bca372..ec6efa02 100644 --- a/bins/asphalt/pesde.lock +++ b/bins/asphalt/pesde.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. format = 2 name = "pesde/asphalt" -version = "2.0.0-rc.2" +version = "2.0.0-rc.3" target = "lune" [graph."0x5eal/unzip@0.2.0 luau".pkg_ref] diff --git a/bins/asphalt/pesde.toml b/bins/asphalt/pesde.toml index 346bf089..102cb742 100644 --- a/bins/asphalt/pesde.toml +++ b/bins/asphalt/pesde.toml @@ -1,5 +1,5 @@ name = "pesde/asphalt" -version = "2.0.0-rc.2" +version = "2.0.0-rc.3" description = "An assets-as-files tool for Roblox" authors = ["CompeyDev ", "Jack T "] repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/asphalt"