Skip to content

Commit

Permalink
Merge pull request #15 from 0b10011/release-plz-2025-01-25T02-17-58Z
Browse files Browse the repository at this point in the history
chore: release v0.2.3
  • Loading branch information
0b10011 authored Jan 25, 2025
2 parents 27c71a2 + e819596 commit fa7fa4b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["oxiplate", "oxiplate-derive", "oxiplate/tests/crates/*"]

[workspace.package]
description = "Compile-time template engine with a focus on escaping and whitespace control."
version = "0.2.2"
version = "0.2.3"
authors = ["Brandon Frohs <[email protected]>"]
homepage = "https://0b10011.io/oxiplate"
readme = "README.md"
Expand Down
10 changes: 10 additions & 0 deletions oxiplate-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3](https://github.com/0b10011/oxiplate/compare/oxiplate-derive-v0.2.2...oxiplate-derive-v0.2.3) - 2025-01-25

### Fixed

- more accurate spans on parent templates

### Other

- clippy fixes

## [0.2.2](https://github.com/0b10011/oxiplate/compare/oxiplate-derive-v0.2.1...oxiplate-derive-v0.2.2) - 2025-01-14

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

## [Unreleased]

## [0.2.3](https://github.com/0b10011/oxiplate/compare/oxiplate-v0.2.2...oxiplate-v0.2.3) - 2025-01-25

### Fixed

- more accurate spans on parent templates

### Other

- support for subdirectories in oxiplate broken tests
- clippy fixes

## [0.2.2](https://github.com/0b10011/oxiplate/compare/oxiplate-v0.2.1...oxiplate-v0.2.2) - 2025-01-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion oxiplate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition.workspace = true
workspace = true

[dependencies]
oxiplate-derive = { version = "0.2.2", path = "../oxiplate-derive" }
oxiplate-derive = { version = "0.2.3", path = "../oxiplate-derive" }

[dev-dependencies]
rustversion = "1.0.19"
Expand Down

0 comments on commit fa7fa4b

Please sign in to comment.