Skip to content

Commit af6536d

Browse files
Merge pull request #13 from DenisGorbachev/release-plz-2025-12-28T14-09-41Z
chore: release v0.2.2
2 parents 9d9b564 + 75d3e6a commit af6536d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.2](https://github.com/DenisGorbachev/url-macro/compare/v0.2.1...v0.2.2) - 2025-12-28
10+
11+
### Fixed
12+
13+
- README
14+
915
## [0.2.1](https://github.com/DenisGorbachev/url-macro/compare/v0.2.0...v0.2.1) - 2025-12-28
1016

1117
### Added

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "url-macro"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
rust-version = "1.85.0"
66
description = "A compile-time URL validation macro. Parses and checks URLs at compile-time, converting valid URLs into `url::Url` objects. Provides early error detection for malformed URLs."

0 commit comments

Comments
 (0)