Skip to content

Commit 28f0f49

Browse files
Merge pull request #11 from DenisGorbachev/release-plz-2025-03-30T09-04-43Z
chore: release v0.2.0
2 parents 0a47f50 + 012aa85 commit 28f0f49

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.0](https://github.com/DenisGorbachev/url-macro/compare/v0.1.13...v0.2.0) - 2025-03-30
10+
11+
### Added
12+
13+
- add strum
14+
- normalize url in README
15+
- add fix:deps
16+
- add CLAUDE.md
17+
- switch to .repoconf
18+
- add setup-managed-files
19+
- add --all-features to mise.toml
20+
- add files
21+
- add files
22+
23+
### Fixed
24+
25+
- format ignored packages
26+
- normalizeGitRemoteUrl + toml
27+
- [**breaking**] remove public tasks from lefthook.yml and mise.toml
28+
- use fix:deps
29+
- move readme.generate check higher
30+
- repo name in Cargo.toml
31+
- make gen:readme run every time (we can't know what other files README.ts will depend on)
32+
- readme
33+
- delete --if-exists
34+
- do not introduce a newline in post-init.sh
35+
- post-init
36+
- post-init
37+
- ask for package descrition, install lefthook
38+
- use realpath
39+
- use explicit dir in post-init
40+
- lint:deps
41+
- setup-files-to-remove
42+
- license generation
43+
- setup
44+
- setup
45+
- [**breaking**] add the correct mise.toml
46+
- update description
47+
- update packages
48+
49+
### Other
50+
51+
- Merge remote-tracking branch 'repoconf-rust-public-lib-template/main'
52+
- Merge remote-tracking branch 'repoconf-rust-pre-public-lib-template/main'
53+
- Merge remote-tracking branch 'repoconf-rust-private-template/main'
54+
955
## [0.1.13](https://github.com/DenisGorbachev/url-macro/compare/v0.1.12...v0.1.13) - 2025-02-20
1056

1157
### 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.1.13"
3+
version = "0.2.0"
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)