Skip to content

Commit

Permalink
Merge pull request #39 from ratnaraj7/release-plz-2024-10-10T14-43-35Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
ratnaraj7 authored Oct 10, 2024
2 parents 9ef7a90 + 4866880 commit 3c6df10
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions origami-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3-alpha.7](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.3-alpha.6...origami-engine-v0.1.3-alpha.7) - 2024-10-10

### Added

- [**breaking**] add ability to add vis to comps

## [0.1.3-alpha.6](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.3-alpha.5...origami-engine-v0.1.3-alpha.6) - 2024-10-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions origami-engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "origami-engine"
version = "0.1.3-alpha.6"
version = "0.1.3-alpha.7"
edition = "2021"
description = "A templating engine for rust"
license = "MIT OR Apache-2.0"
Expand All @@ -9,7 +9,7 @@ keywords = ["templates", "engine", "markup", "html", "web"]
categories = ["template-engine"]

[dependencies]
origami-macros = { path = "../origami-macros", version = "0.1.0-alpha.8", default-features = false }
origami-macros = { path = "../origami-macros", version = "0.1.0-alpha.9", default-features = false }
html-escape = { version = "0.2.13", optional = true }
minify-html = { version = "0.15.0", optional = true }
axum = { version = "0.7.6", optional = true }
Expand Down
10 changes: 10 additions & 0 deletions origami-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha.9](https://github.com/ratnaraj7/origami-engine/compare/origami-macros-v0.1.0-alpha.8...origami-macros-v0.1.0-alpha.9) - 2024-10-10

### Added

- [**breaking**] add ability to add vis to comps

### Fixed

- [**breaking**] make scripts/styles unescapeable

## [0.1.0-alpha.8](https://github.com/ratnaraj7/origami-engine/compare/origami-macros-v0.1.0-alpha.7...origami-macros-v0.1.0-alpha.8) - 2024-10-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion origami-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "origami-macros"
version = "0.1.0-alpha.8"
version = "0.1.0-alpha.9"
edition = "2021"
description = "Macros for origami-engine"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3c6df10

Please sign in to comment.