Skip to content

Commit bf528e4

Browse files
release: v1.3.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 21727d5 commit bf528e4

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: release
3+
description: Release
4+
user_invocable: true
5+
---
6+
17
# Release
28

39
Prepare a release PR for initium. This command handles version bumping, changelog updates, and PR creation. The release is published automatically when the PR merges (CI detects the version bump and creates the tag, which triggers the release workflow).

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.0] - 2026-03-12
11+
1012
### Added
1113
- Auto-tag workflow: CI automatically creates a git tag when `Cargo.toml` version changes on main, triggering the release workflow.
1214
- `/release` skill for Claude Code: guided release preparation with version determination, confirmation, and PR creation.
1315
- `ignore_columns` option for reconcile mode tables: columns listed in `ignore_columns` are included in the initial INSERT but excluded from change detection, UPDATE statements, and content hash computation. Useful for timestamps, tokens, or values managed by database triggers.
1416

17+
### Changed
18+
- Moved `/release` from Claude Code command to skill (directory-based `SKILL.md` format).
19+
1520
### Fixed
1621
- Replaced Dockerfile `--mount=type=cache` with dependency layer caching ("empty main" trick) for reliable Docker build caching in GitHub Actions, where `--mount=type=cache` does not persist across runners.
1722

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "initium"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55
rust-version = "1.88"
66
authors = ["Kitstream <opensource@kitstream.io>"]

0 commit comments

Comments
 (0)