Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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

## [Unreleased]

## [1.0.4](https://github.com/cargo-bins/leon/compare/leon-macros-v1.0.3...leon-macros-v1.0.4) - 2026-06-06

### Other

- *(deps)* Bump the deps group with 5 updates ([#215](https://github.com/cargo-bins/leon/pull/215))
- Bump the deps group with 6 updates ([#142](https://github.com/cargo-bins/leon/pull/142))

## [1.0.3](https://github.com/cargo-bins/leon/compare/leon-macros-v1.0.2...leon-macros-v1.0.3) - 2024-11-09

### Other
Expand Down
4 changes: 2 additions & 2 deletions crates/leon-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leon-macros"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
description = "Proc macros for crate leon"
repository = "https://github.com/cargo-bins/leon"
Expand All @@ -14,7 +14,7 @@ readme = "../../README.md"
proc-macro = true

[dependencies]
leon = { version = "3.0.2", path = "../leon", default-features = false }
leon = { version = "3.0.3", path = "../leon", default-features = false }
proc-macro2 = "1.0.106"
syn = { version = "2.0.117", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.45"
13 changes: 13 additions & 0 deletions crates/leon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.3](https://github.com/cargo-bins/leon/compare/leon-v3.0.2...leon-v3.0.3) - 2026-06-06

### Other

- *(deps)* Bump libfuzzer-sys in /crates/leon/fuzz in the deps group ([#220](https://github.com/cargo-bins/leon/pull/220))
- *(deps)* Bump clap from 4.5.60 to 4.6.1 in the deps group ([#218](https://github.com/cargo-bins/leon/pull/218))
- *(deps)* Bump libfuzzer-sys in /crates/leon/fuzz in the deps group ([#213](https://github.com/cargo-bins/leon/pull/213))
- *(deps)* Bump criterion in /crates/leon/benches in the deps group ([#214](https://github.com/cargo-bins/leon/pull/214))
- *(deps)* Bump the deps group with 5 updates ([#215](https://github.com/cargo-bins/leon/pull/215))
- *(deps)* Bump criterion in /crates/leon/benches in the deps group ([#153](https://github.com/cargo-bins/leon/pull/153))
- Bump serde in /crates/leon/benches in the deps group ([#141](https://github.com/cargo-bins/leon/pull/141))
- Bump the deps group with 6 updates ([#142](https://github.com/cargo-bins/leon/pull/142))

## [3.0.2](https://github.com/cargo-bins/leon/compare/leon-v3.0.1...leon-v3.0.2) - 2024-11-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/leon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "leon"
description = "Dead-simple string templating"
repository = "https://github.com/cargo-bins/leon"
documentation = "https://docs.rs/leon"
version = "3.0.2"
version = "3.0.3"
rust-version = "1.61.0"
authors = ["Félix Saparelli <felix@passcod.name>"]
edition = "2021"
Expand Down