From 41ab334030de9616276033c8e8d2f3b4d592c438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Obr=C3=A9jan?= Date: Thu, 3 Feb 2022 16:53:47 +0100 Subject: [PATCH] Bump version to `0.3.2` --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09b910..b9c7032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2022-02-03 + ## [0.3.1] - 2022-01-29 ### Fixed @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial code -[unreleased]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.1...HEAD +[unreleased]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/malobre/dprint-plugin-vue/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/malobre/dprint-plugin-vue/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/malobre/dprint-plugin-vue/compare/v0.1.1...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 0fac120..6c1e92e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-vue" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT"