From efcef40c31cf256881ada56d1aa1ebf9c9267e3f Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Wed, 12 Jul 2023 15:52:37 +0100 Subject: [PATCH] cargo: bump to 0.2.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd49ded..eea11f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/KDAB/clang-format-rs/compare/v0.1.3...HEAD) +## [Unreleased](https://github.com/KDAB/clang-format-rs/compare/v0.2.0...HEAD) + +## [0.2.0](https://github.com/KDAB/clang-format-rs/compare/v0.1.3...v0.2.0) - 2023-08-02 ### Added diff --git a/Cargo.toml b/Cargo.toml index d6c0328..d274fce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "clang-format" -version = "0.1.3" +version = "0.2.0" authors = ["Andrew Hayzen ", "Gerhard de Clercq "] -edition = "2018" +edition = "2021" license = "MIT OR Apache-2.0" description = "A basic clang-format Rust wrapper" repository = "https://github.com/KDAB/clang-format-rs/"