Skip to content

Commit

Permalink
chore(pretty_yaml): v0.4.0
Browse files Browse the repository at this point in the history
chore(yaml_parser): v0.2.1
  • Loading branch information
g-plane committed Jul 20, 2024
1 parent 2a47b41 commit 3decc5c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After adding the dprint plugin, update your `dprint.json` and add configuration:
// Pretty YAML config comes here
},
"plugins": [
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.3.0.wasm"
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.4.0.wasm"
]
}
```
Expand Down
2 changes: 1 addition & 1 deletion dprint_plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint_plugin_yaml"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Pig Fang <[email protected]>"]
description = "pretty_yaml as dprint plugin."
Expand Down
2 changes: 1 addition & 1 deletion dprint_plugin/deployment/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://plugins.dprint.dev/g-plane/pretty_yaml/v0.3.0/schema.json",
"$id": "https://plugins.dprint.dev/g-plane/pretty_yaml/v0.4.0/schema.json",
"title": "Config",
"description": "Configuration for dprint-plugin-yaml.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion pretty_yaml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pretty_yaml"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Pig Fang <[email protected]>"]
description = "Semi-tolerant and configurable YAML formatter."
Expand Down
2 changes: 1 addition & 1 deletion yaml_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaml_parser"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Pig Fang <[email protected]>"]
description = "Semi-tolerant YAML concrete syntax tree parser."
Expand Down

0 comments on commit 3decc5c

Please sign in to comment.