Skip to content

Commit afe9992

Browse files
chore(release): v1.2.0 [skip ci]
1 parent addc268 commit afe9992

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "generate-startercode"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
description = "Generate startercode and solution branches from a shared main branch."
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)