Skip to content

Commit

Permalink
chore: release (#2)
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 Oct 31, 2023
1 parent 0c7a0ef commit f78c4c5
Show file tree
Hide file tree
Showing 5 changed files with 25 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.

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

## [Unreleased]

## [0.1.1](https://github.com/bengreenier/partially/compare/partially-v0.1.0...partially-v0.1.1) - 2023-10-31

### Added
- Add `attribute`, `skip_attributes` opts ([#5](https://github.com/bengreenier/partially/pull/5))

### Other
- release ([#1](https://github.com/bengreenier/partially/pull/1))

## [0.1.0](https://github.com/bengreenier/partially/releases/tag/partially-v0.1.0) - 2023-09-17

### 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.1.0"
version = "0.1.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 All @@ -26,4 +26,4 @@ serde_json = "1.0.108"
partially = { path = ".", features = ["derive"] }

[dependencies]
partially_derive = { version = "0.1.0", path = "../partially_derive", optional = true }
partially_derive = { version = "0.1.1", path = "../partially_derive", optional = true }
12 changes: 12 additions & 0 deletions crates/partially_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

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.1.1](https://github.com/bengreenier/partially/compare/partially_derive-v0.1.0...partially_derive-v0.1.1) - 2023-10-31

### Added
- Add `attribute`, `skip_attributes` opts ([#5](https://github.com/bengreenier/partially/pull/5))
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.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Macros for the partially crate"
Expand Down

0 comments on commit f78c4c5

Please sign in to comment.