Skip to content

Commit

Permalink
cargo: bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Aug 2, 2023
1 parent f534d97 commit efcef40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>", "Gerhard de Clercq <[email protected]>"]
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/"
Expand Down

0 comments on commit efcef40

Please sign in to comment.