Skip to content

Commit

Permalink
chore: release main (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 1, 2023
1 parent fee1035 commit 5ec35a0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lazy-attribute": "0.1.1",
"lazy-attribute-core": "0.1.1"
"lazy-attribute": "0.1.2",
"lazy-attribute-core": "0.1.2"
}
8 changes: 8 additions & 0 deletions lazy-attribute-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.2](https://github.com/zerocore-ai/lazy-attribute/compare/lazy-attribute-core-v0.1.1...lazy-attribute-core-v0.1.2) (2023-11-01)


### Bug Fixes

* code snippets ([#5](https://github.com/zerocore-ai/lazy-attribute/issues/5)) ([8ae5929](https://github.com/zerocore-ai/lazy-attribute/commit/8ae5929261b40cda2d67ea52a7f7bf8387635191))
2 changes: 1 addition & 1 deletion lazy-attribute-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazy-attribute-core"
version = "0.1.1"
version = "0.1.2"
description = "Implementation of the lazy macro"
keywords = []
categories = []
Expand Down
8 changes: 8 additions & 0 deletions lazy-attribute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.2](https://github.com/zerocore-ai/lazy-attribute/compare/lazy-attribute-v0.1.1...lazy-attribute-v0.1.2) (2023-11-01)


### Bug Fixes

* code snippets ([#5](https://github.com/zerocore-ai/lazy-attribute/issues/5)) ([8ae5929](https://github.com/zerocore-ai/lazy-attribute/commit/8ae5929261b40cda2d67ea52a7f7bf8387635191))
2 changes: 1 addition & 1 deletion lazy-attribute/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazy-attribute"
version = "0.1.1"
version = "0.1.2"
description = "This crate provides a convenient attribute macro for lazy function execution"
keywords = []
categories = []
Expand Down

0 comments on commit 5ec35a0

Please sign in to comment.