Skip to content

Commit 2e3b522

Browse files
Merge branch 'main' of github.com:DenisGorbachev/url-macro
2 parents ce3943f + 26ea9d3 commit 2e3b522

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.3](https://github.com/DenisGorbachev/url-macro/compare/v0.2.2...v0.2.3) - 2025-12-30
10+
11+
### Added
12+
13+
- error-handling
14+
15+
### Fixed
16+
17+
- README
18+
- update errgonomic
19+
- update errgonomic
20+
- errgonomic & cargo-insert-docs
21+
- exclude
22+
923
## [0.2.2](https://github.com/DenisGorbachev/url-macro/compare/v0.2.1...v0.2.2) - 2025-12-28
1024

1125
### Fixed

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.2"
3+
version = "0.2.3"
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)