Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-kiegel committed Apr 8, 2017
1 parent 9f2e4a8 commit dfbb16b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion derive_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.4.1] - 2017-04-08

### Deprecated
- `#[builder(default)]` and `#[builder(default="...")]` at the struct level will
Expand Down Expand Up @@ -81,6 +81,7 @@ Requires Rust 1.15 or newer.
- support for generic structs

[Unreleased]: https://github.com/colin-kiegel/rust-derive-builder/compare/v0.4.0...HEAD
[0.4.1]: https://github.com/colin-kiegel/rust-derive-builder/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/colin-kiegel/rust-derive-builder/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/colin-kiegel/rust-derive-builder/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/colin-kiegel/rust-derive-builder/compare/v0.2.0...v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions derive_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ quote = "0.3"
log = { version = "0.3", optional = true }
env_logger = { version = "0.4", optional = true }
derive_builder_core = { version = "0.1", path = "../derive_builder_core" }
skeptic = { version = "0.8", optional = true }
skeptic = { version = "0.9", optional = true }

[build-dependencies]
skeptic = { version = "0.8", optional = true }
skeptic = { version = "0.9", optional = true }
log = { version = "0.3", optional = true }
env_logger = { version = "0.4", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion derive_builder_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 0.1.1 - 2017-04-08
- struct default

## 0.1 - 2017-03-25
Expand Down
2 changes: 1 addition & 1 deletion derive_builder_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive_builder_core"
version = "0.1.0"
version = "0.1.1"
authors = ["Colin Kiegel <kiegel@gmx.de>",
"Pascal Hertleif <killercup@gmail.com>",
"Jan-Erik Rediger <janerik@fnordig.de>"]
Expand Down

0 comments on commit dfbb16b

Please sign in to comment.