Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit 739da67

Browse files
committed
chore(release): 0.3.0
1 parent 1387f09 commit 739da67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

executable/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

executable/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-yapf"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2018"
66

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def get_style_config_from_config(config):
231231
"name":
232232
"dprint-plugin-yapf",
233233
"version":
234-
"0.2.1",
234+
"0.3.0",
235235
"configKey":
236236
"yapf",
237237
"fileExtensions": ["py"],

0 commit comments

Comments
 (0)