Skip to content

Commit

Permalink
deps: Update schema tool version (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-fletcher authored Feb 6, 2025
1 parent 23792f8 commit 41bc0c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
- [Rust](https://github.com/moonrepo/plugins/blob/master/tools/rust/CHANGELOG.md)
- [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/plugins/blob/master/tools/internal-schema/CHANGELOG.md)

## Unreleased

#### 🧩 Plugins

- Updated `schema_tool` to v0.16.4.
- Added additional `version` tokens to TOML, JSON, and YAML plugins.

## 0.45.1

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/proto_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ impl ProtoConfig {
self.plugins.insert(
Id::raw(SCHEMA_PLUGIN_KEY),
PluginLocator::Url(Box::new(UrlLocator {
url: "https://github.com/moonrepo/plugins/releases/download/schema_tool-v0.16.3/schema_tool.wasm".into()
url: "https://github.com/moonrepo/plugins/releases/download/schema_tool-v0.16.4/schema_tool.wasm".into()
}))
);
}
Expand Down

0 comments on commit 41bc0c2

Please sign in to comment.