Skip to content

Commit 4b7fc57

Browse files
committed
Bump version to 0.2.0
1 parent 9ff51ee commit 4b7fc57

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2021-01-25
11+
1012
### Added
1113

1214
- Some documentation.
@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3638

3739
- Initial code
3840

39-
[unreleased]: https://github.com/malobre/dprint-plugin-vue/compare/v0.1.1...HEAD
41+
[unreleased]: https://github.com/malobre/dprint-plugin-vue/compare/v0.2.0...HEAD
42+
[0.2.0]: https://github.com/malobre/dprint-plugin-vue/compare/v0.1.0...v0.2.0
4043
[0.1.1]: https://github.com/malobre/dprint-plugin-vue/compare/v0.1.0...v0.1.1
4144
[0.1.0]: https://github.com/malobre/dprint-plugin-vue/releases/tag/v0.1.0
4245

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-vue"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)