Skip to content

Commit

Permalink
chore: release (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 20, 2024
1 parent 92b45b2 commit d7883b4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions crates/partially/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/bengreenier/partially/compare/partially-v0.2.0...partially-v0.2.1) - 2024-01-20

### Added
- *(derive)* implements `Partial` for generated structs ([#15](https://github.com/bengreenier/partially/pull/15))

## [0.2.0](https://github.com/bengreenier/partially/compare/partially-v0.1.1...partially-v0.2.0) - 2023-11-04

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/partially/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "partially"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Provides the Partial trait, and an optional macro to mirror a struct, wrapping each field in an Option"
Expand Down Expand Up @@ -32,4 +32,4 @@ serde_json = "1.0.108"
partially = { path = ".", features = ["derive"] }

[dependencies]
partially_derive = { version = "0.2.0", path = "../partially_derive", optional = true }
partially_derive = { version = "0.2.1", path = "../partially_derive", optional = true }
5 changes: 5 additions & 0 deletions crates/partially_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/bengreenier/partially/compare/partially_derive-v0.2.0...partially_derive-v0.2.1) - 2024-01-20

### Added
- *(derive)* implements `Partial` for generated structs ([#15](https://github.com/bengreenier/partially/pull/15))

## [0.2.0](https://github.com/bengreenier/partially/compare/partially_derive-v0.1.1...partially_derive-v0.2.0) - 2023-11-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/partially_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "partially_derive"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Macros for the partially crate"
Expand Down

0 comments on commit d7883b4

Please sign in to comment.