Skip to content

Commit 09c22a8

Browse files
committed
cargo: bump to 0.3
1 parent cd55c93 commit 09c22a8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ All notable changes to this project will be documented in this file.
1212
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

15-
## [Unreleased](https://github.com/KDAB/clang-format-rs/compare/v0.2.0...HEAD)
15+
## [Unreleased](https://github.com/KDAB/clang-format-rs/compare/v0.3.0...HEAD)
16+
17+
## [0.3.0](https://github.com/KDAB/clang-format-rs/compare/v0.2.0...v0.3.0) - 2023-10-06
1618

1719
### Added
1820

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# SPDX-License-Identifier: MIT OR Apache-2.0
66
[package]
77
name = "clang-format"
8-
version = "0.2.0"
9-
authors = ["Andrew Hayzen <[email protected]>", "Gerhard de Clercq <[email protected]>"]
8+
version = "0.3.0"
9+
authors = ["Andrew Hayzen <[email protected]>", "Gerhard de Clercq <[email protected]>", "Leon Matthes <[email protected]>"]
1010
edition = "2021"
1111
license = "MIT OR Apache-2.0"
1212
description = "A basic clang-format Rust wrapper"

0 commit comments

Comments
 (0)