Skip to content

Commit 0899cca

Browse files
committed
Merge branch 'main' of github.com:obcode/generate_startercode
2 parents e53994e + f6be7f5 commit 0899cca

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.1.0 (2026-05-30)
6+
7+
### Features
8+
9+
- Add GENERATE_STARTERCODE_VERSION environment variable for version resolution in scripts
10+
([`ebc4274`](https://github.com/obcode/generate_startercode/commit/ebc42746bbdd45d06fa260d87d2223a7df7b63d5))
11+
12+
513
## v1.0.0 (2026-05-30)
614

715
- Initial Release

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.0.0"
7+
version = "1.1.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)