Skip to content

Commit 0a47f50

Browse files
Merge branch 'main' of github.com:DenisGorbachev/url-macro
2 parents 2534767 + 9743bf0 commit 0a47f50

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.13](https://github.com/DenisGorbachev/url-macro/compare/v0.1.12...v0.1.13) - 2025-02-20
10+
11+
### Fixed
12+
13+
- README
14+
- ci
15+
- mise run fix
16+
- README
17+
- README
18+
- README
19+
20+
### Other
21+
22+
- commitlint
23+
924
## [0.1.12](https://github.com/DenisGorbachev/url-macro/compare/v0.1.11...v0.1.12) - 2025-02-16
1025

1126
### Other

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.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55
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."
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)