Skip to content

Commit

Permalink
Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Jun 1, 2020
1 parent c6e301f commit db36f8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.4.1] - 2020-06-01
### Added
- Support generics in derives and the `module` macro. For example:
```rust
Expand Down Expand Up @@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/Mcat12/shaku/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/Mcat12/shaku/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/Mcat12/shaku/releases/tag/v0.4.1
[0.4.0]: https://github.com/Mcat12/shaku/releases/tag/v0.4.0
[0.3.1]: https://github.com/Mcat12/shaku/releases/tag/v0.3.1
[0.3.0]: https://github.com/Mcat12/shaku/releases/tag/v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions shaku/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shaku"
version = "0.4.0"
version = "0.4.1"
authors = ["Mark Drobnak <[email protected]>"]
description = "Compile Time Dependency Injection for Rust"
repository = "https://github.com/Mcat12/shaku"
Expand All @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
edition = "2018"

[dependencies]
shaku_derive = { version = "~0.4.0", path = "../shaku_derive", optional = true }
shaku_derive = { version = "~0.4.1", path = "../shaku_derive", optional = true }
anymap = "0.12.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion shaku_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shaku_derive"
version = "0.4.0"
version = "0.4.1"
authors = ["Mark Drobnak <[email protected]>"]
description = "Code generation for the shaku dependency injection framework"
repository = "https://github.com/Mcat12/shaku"
Expand Down

0 comments on commit db36f8e

Please sign in to comment.