Skip to content

Commit 19be1b9

Browse files
Bump version to 0.2.0 (#38)
This PR bumps the version of this extension to v0.2.0 Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
1 parent 5c5f612 commit 19be1b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zed_dockerfile"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
publish = false
66

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "dockerfile"
22
name = "Dockerfile"
33
description = "Dockerfile support."
4-
version = "0.1.0"
4+
version = "0.2.0"
55
schema_version = 1
66
authors = ["d1y <chenhonzho@gmail.com>", "joshmeads <github@joshmeads.com>"]
77
repository = "https://github.com/zed-extensions/dockerfile"

0 commit comments

Comments
 (0)