Skip to content

Commit

Permalink
chore: release v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
1 parent 4fcbc72 commit 1667e27
Show file tree
Hide file tree
Showing 5 changed files with 28 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.1.11"
version = "0.1.12"
authors = ["Brandon Frohs <[email protected]>"]
homepage = "https://0b10011.io/oxiplate"
readme = "README.md"
Expand Down
12 changes: 12 additions & 0 deletions oxiplate-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.12](https://github.com/0b10011/oxiplate/compare/oxiplate-derive-v0.1.11...oxiplate-derive-v0.1.12) - 2025-01-13

### Added

- fail to compile if adjacent tags with only whitespace between explicitly specify different whitespace adjustment characters
- only pass braces in as arguments instead of entire strings that contain them

### Other

- add more text to the format injection text to better show changes with normal text
- reduce item count for static text with whitespace

## [0.1.11](https://github.com/0b10011/oxiplate/compare/oxiplate-derive-v0.1.10...oxiplate-derive-v0.1.11) - 2025-01-10

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

## [Unreleased]

## [0.1.12](https://github.com/0b10011/oxiplate/compare/oxiplate-v0.1.11...oxiplate-v0.1.12) - 2025-01-13

### Added

- fail to compile if adjacent tags with only whitespace between explicitly specify different whitespace adjustment characters
- only pass braces in as arguments instead of entire strings that contain them

### Other

- add more text to the format injection text to better show changes with normal text
- reduce item count for static text with whitespace

## [0.1.11](https://github.com/0b10011/oxiplate/compare/oxiplate-v0.1.10...oxiplate-v0.1.11) - 2025-01-10

### Added
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.1.11", path = "../oxiplate-derive" }
oxiplate-derive = { version = "0.1.12", path = "../oxiplate-derive" }

[dev-dependencies]
trybuild = "1.0.101"

0 comments on commit 1667e27

Please sign in to comment.