We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e53994e + f6be7f5 commit 0899ccaCopy full SHA for 0899cca
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
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
13
## v1.0.0 (2026-05-30)
14
15
- Initial Release
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "generate-startercode"
-version = "1.0.0"
+version = "1.1.0"
description = "Generate startercode and solution branches from a shared main branch."
readme = "README.md"
requires-python = ">=3.12"
0 commit comments