From 4c377b19c4e407d7b32058637e36beb5227ca098 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 4 Jan 2026 12:15:14 +0100 Subject: [PATCH] chore: release v1.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix version generation in CI/CD builds 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fde78..20c7461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.6] - 2026-01-04 + +### Fixed +- Fixed version generation in CI/CD builds +- Removed generated files (version.g.dart, health.json) from git tracking +- These files are now regenerated from pubspec.yaml during Docker build + ## [1.0.5] - 2026-01-04 ### Changed diff --git a/pubspec.yaml b/pubspec.yaml index e5737cc..8d6d0d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.5+1 +version: 1.0.6+1 environment: sdk: ^3.10.4