File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.2.0 (2026-05-30)
6+
7+ ### Features
8+
9+ - Add semantic-release workflows for push and pull request events, update README and version to
10+ 1.1.0
11+ ([ ` addc268 ` ] ( https://github.com/obcode/generate_startercode/commit/addc2687d7a12b7c4bddfe0b06db1d31baaa9695 ) )
12+
13+ - Update CI and release workflows to use latest action versions and ensure environment variable
14+ consistency
15+ ([ ` 74040f9 ` ] ( https://github.com/obcode/generate_startercode/commit/74040f9e28b29bc03480de46fcc623a94477c7f4 ) )
16+
17+ - Update setup-uv action to version 8.1.0 in CI and release workflows
18+ ([ ` 8aa5715 ` ] ( https://github.com/obcode/generate_startercode/commit/8aa571503f4ab4f6e9d994ab68b42428241d5cb2 ) )
19+
20+
521## v1.1.0 (2026-05-30)
622
723### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " generate-startercode"
7- version = " 1.1 .0"
7+ version = " 1.2 .0"
88description = " Generate startercode and solution branches from a shared main branch."
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments