Skip to content

Commit

Permalink
chore: Release extractors version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvillage committed Apr 5, 2023
1 parent ad1647e commit 637415c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [0.2.0] - 2023-04-05

- Renamed `Provide` trait to `Extract`
- Moved `TypeStore` to a dedicated `type-store` crate
- Implemented `Extract` to automatically extract `Option<T>` given that `T` can be extracted
Expand All @@ -12,5 +14,7 @@

<!-- next-url -->

[unreleased]: https://github.com/mrvillage/extractors/compare/v0.1.0...HEAD
[unreleased]: https://github.com/mrvillage/extractors/compare/v0.2.0...HEAD

[0.2.0]: https://github.com/mrvillage/extractors/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/mrvillage/extractors/compare/v0.1.0...v0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extractors"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "A simple, lightweight library for extracting function call parameters from a provider."
license = "MIT"
Expand Down

0 comments on commit 637415c

Please sign in to comment.