Skip to content

Commit a064068

Browse files
Merge pull request #8 from DenisGorbachev/release-plz-2025-10-16T10-12-37Z
chore: release v0.2.0
2 parents 1cd01b5 + 786f26f commit a064068

File tree

3 files changed

+125
-2
lines changed

3 files changed

+125
-2
lines changed

CHANGELOG.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,129 @@ 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/stub-macro/compare/v0.1.9...v0.2.0) - 2025-12-29
10+
11+
### Added
12+
13+
- use rumdl
14+
- repomix
15+
- production-ready
16+
- allow more commands
17+
- cargo-expand
18+
- update edition
19+
- update Claude settings
20+
- add .repomixignore
21+
- fix commitlint
22+
- add strum
23+
- normalize url in README
24+
- add fix:deps
25+
- add CLAUDE.md
26+
- switch to .repoconf
27+
- add setup-managed-files
28+
- add --all-features to mise.toml
29+
- add files
30+
- add files
31+
32+
### Fixed
33+
34+
- README
35+
- exclude
36+
- exclude
37+
- cache dir
38+
- AGENTS
39+
- AGENTS
40+
- Cargo
41+
- cargo clippy
42+
- use mold in ci
43+
- ci
44+
- README
45+
- tasks
46+
- rumdl version
47+
- mise
48+
- AGENTS
49+
- README
50+
- AGENTS.project.md
51+
- mise version
52+
- fixlint
53+
- guidelines
54+
- guidelines
55+
- the fix
56+
- guidelines
57+
- guidelines
58+
- guidelines
59+
- recursively read instructions
60+
- guidelines
61+
- update tracing-subscriber
62+
- guidelines
63+
- guidelines
64+
- misc
65+
- guidelines
66+
- migrate to AGENTS.md
67+
- remove error handling guidelines
68+
- update helpful
69+
- guidelines
70+
- guidelines
71+
- guidelines
72+
- agent instructions
73+
- git diff
74+
- agent files
75+
- agent files
76+
- agent files
77+
- lefthook stage_fixed
78+
- add rust-version
79+
- agent files
80+
- agent files
81+
- agent files
82+
- agent files
83+
- agent files
84+
- agent files
85+
- improve agent hooks
86+
- claude files
87+
- claude files
88+
- claude files
89+
- claude files
90+
- claude files
91+
- formatting
92+
- formatting
93+
- claude settings & lefthook
94+
- improve post-init
95+
- inception
96+
- bump @std/toml
97+
- README.ts
98+
- skip generation of external links in README for non-public repositories
99+
- format ignored packages
100+
- normalizeGitRemoteUrl + toml
101+
- [**breaking**] remove public tasks from lefthook.yml and mise.toml
102+
- use fix:deps
103+
- move readme.generate check higher
104+
- repo name in Cargo.toml
105+
- make gen:readme run every time (we can't know what other files README.ts will depend on)
106+
- readme
107+
- delete --if-exists
108+
- do not introduce a newline in post-init.sh
109+
- post-init
110+
- post-init
111+
- ask for package descrition, install lefthook
112+
- use realpath
113+
- use explicit dir in post-init
114+
- lint:deps
115+
- setup-files-to-remove
116+
- license generation
117+
- setup
118+
- setup
119+
- [**breaking**] add the correct mise.toml
120+
- update description
121+
- update packages
122+
123+
### Other
124+
125+
- fix according to docs
126+
- update rust-cache version
127+
- default to stable toolchain
128+
- remove matrix strategy
129+
- update dependencies
130+
- remove lint:docs
131+
9132
## [0.1.9](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.8...v0.1.9) - 2025-02-25
10133

11134
### 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,7 +1,7 @@
11
[package]
22
name = "stub-macro"
33
description = "stub!() is a better version of todo!() that can be assigned to a variable"
4-
version = "0.1.9"
4+
version = "0.2.0"
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://github.com/DenisGorbachev/stub-macro"

0 commit comments

Comments
 (0)