Skip to content

Commit

Permalink
aldrin-macros 0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-hamester committed Nov 29, 2024
1 parent 755d7fd commit aa06229
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
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 aldrin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ features = ["new-v4-ids"]

[dependencies.aldrin-macros]
optional = true
version = "0.10.0"
version = "0.10.1"
path = "../macros"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ thiserror = { workspace = true }

[dependencies.aldrin-macros]
optional = true
version = "0.10.0"
version = "0.10.1"
path = "../macros"
default-features = false

Expand Down
3 changes: 2 additions & 1 deletion macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.10.1] - 2024-11-29

### Fixed

Expand Down Expand Up @@ -79,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[0.10.1]: https://github.com/dennis-hamester/aldrin/releases/tag/aldrin-macros-0.10.1
[0.10.0]: https://github.com/dennis-hamester/aldrin/releases/tag/aldrin-macros-0.10.0
[0.9.0]: https://github.com/dennis-hamester/aldrin/releases/tag/aldrin-macros-0.9.0
[0.8.0]: https://github.com/dennis-hamester/aldrin/releases/tag/aldrin-macros-0.8.0
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aldrin-macros"
description = "Aldrin macros."
version = "0.10.0"
version = "0.10.1"

authors.workspace = true
categories.workspace = true
Expand Down

0 comments on commit aa06229

Please sign in to comment.