Skip to content

Commit 41bc0c2

Browse files
authored
deps: Update schema tool version (#712)
1 parent 23792f8 commit 41bc0c2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
- [Rust](https://github.com/moonrepo/plugins/blob/master/tools/rust/CHANGELOG.md)
1515
- [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/plugins/blob/master/tools/internal-schema/CHANGELOG.md)
1616

17+
## Unreleased
18+
19+
#### 🧩 Plugins
20+
21+
- Updated `schema_tool` to v0.16.4.
22+
- Added additional `version` tokens to TOML, JSON, and YAML plugins.
23+
1724
## 0.45.1
1825

1926
#### 🐞 Fixes

crates/core/src/proto_config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ impl ProtoConfig {
412412
self.plugins.insert(
413413
Id::raw(SCHEMA_PLUGIN_KEY),
414414
PluginLocator::Url(Box::new(UrlLocator {
415-
url: "https://github.com/moonrepo/plugins/releases/download/schema_tool-v0.16.3/schema_tool.wasm".into()
415+
url: "https://github.com/moonrepo/plugins/releases/download/schema_tool-v0.16.4/schema_tool.wasm".into()
416416
}))
417417
);
418418
}

0 commit comments

Comments
 (0)