Skip to content

Commit 22ff271

Browse files
authored
chore: release template_uri_macros (#383)
another release attempt
1 parent 1e0bf54 commit 22ff271

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ohno_macros = { path = "crates/ohno_macros", default-features = false, version =
4343
recoverable = { path = "crates/recoverable", default-features = false, version = "0.1.2" }
4444
seatbelt = { path = "crates/seatbelt", default-features = false, version = "0.4.4" }
4545
templated_uri = { path = "crates/templated_uri", default-features = false, version = "0.1.2" }
46-
templated_uri_macros = { path = "crates/templated_uri_macros", default-features = false, version = "0.1.0" }
46+
templated_uri_macros = { path = "crates/templated_uri_macros", default-features = false, version = "0.1.1" }
4747
templated_uri_macros_impl = { path = "crates/templated_uri_macros_impl", default-features = false, version = "0.1.1" }
4848
testing_aids = { path = "crates/testing_aids", default-features = false }
4949
thread_aware = { path = "crates/thread_aware", default-features = false, version = "0.6.2" }
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# Changelog
2+
3+
## [0.1.1] - 2026-04-17
4+
5+
- ✔️ Tasks
6+
7+
- bump `ohno` dependency version
8+
9+
## [0.1.0] - 2026-03-18
10+
11+
- ✨ Features
12+
13+
- Introduce the templated_uri crate family ([#265](https://github.com/microsoft/oxidizer/pull/265))

crates/templated_uri_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "templated_uri_macros"
66
description = "Macros for the templated_uri crate."
7-
version = "0.1.0"
7+
version = "0.1.1"
88
readme = "README.md"
99
keywords = ["oxidizer", "url", "parsing", "templates", "uri"]
1010
categories = ["encoding", "parser-implementations", "template-engine", "web-programming"]

0 commit comments

Comments
 (0)