Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Feb 23, 2020
1 parent d09c211 commit 68a1b51
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ 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]
### Changed

## [0.2.0] - 2020-02-23
### Breaking Changes
- Now uses compile time magic (generics) to check the dependency graph. This
involves a lot of internal changes, although upgrading should be
straightforward (add a Module type via the module macro and update
ContainerBuilder usage).

## Changed
- Minimum supported Rust version changed to 1.38.0 (from 1.40.0)

## Removed
Expand All @@ -19,5 +23,6 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/Mcat12/shaku/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/Mcat12/shaku/releases/tag/v0.2.0
[0.1.0]: https://github.com/Mcat12/shaku/releases/tag/v0.1.0

0 comments on commit 68a1b51

Please sign in to comment.