Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panicbit committed Jun 12, 2020
1 parent 732f976 commit 2406061
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ 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]

## [0.5.0] - 2020-06-12
- rename CustomDebug to Debug
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_debug"
version = "0.4.0"
version = "0.5.0"
authors = ["panicbit <panicbit.dev@gmail.com>"]
description = "Derive Debug with a custom format per field"
license = "Apache-2.0 OR MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
custom_debug_derive = { version = "0.4.0", path = "custom_debug_derive" }
custom_debug_derive = { version = "0.5.0", path = "custom_debug_derive" }

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion custom_debug_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_debug_derive"
version = "0.4.0"
version = "0.5.0"
authors = ["panicbit <panicbit.dev@gmail.com>"]
description = "Derive Debug with a custom format per field"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 2406061

Please sign in to comment.