Skip to content

Commit

Permalink
cargo: bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Oct 6, 2023
1 parent cd55c93 commit 09c22a8
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.2.0...HEAD)
## [Unreleased](https://github.com/KDAB/clang-format-rs/compare/v0.3.0...HEAD)

## [0.3.0](https://github.com/KDAB/clang-format-rs/compare/v0.2.0...v0.3.0) - 2023-10-06

### Added

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
name = "clang-format"
version = "0.2.0"
authors = ["Andrew Hayzen <andrew.hayzen@kdab.com>", "Gerhard de Clercq <gerhard.declercq@kdab.com>"]
version = "0.3.0"
authors = ["Andrew Hayzen <andrew.hayzen@kdab.com>", "Gerhard de Clercq <gerhard.declercq@kdab.com>", "Leon Matthes <leon.matthes@kdab.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A basic clang-format Rust wrapper"
Expand Down

0 comments on commit 09c22a8

Please sign in to comment.