Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2026-08-25

**Scope.** This release promotes `v1.2.0..c095d5d`: 6 commits and 3 first-parent
units, measured with `git rev-list --count` and `git rev-list --first-parent --count`
over that exact range. All three units change the published Rust CLI.

### Added
- **Codex startup prompts use the native developer boundary.** `gr spawn` loads each
configured `startup_prompt` and supplies it as `developer_instructions`, while recall
continuity remains a separate optional user payload. Missing configured prompts fail
closed. Generated launch scripts are constructed on mode-0600 inodes and atomically
replace prior files.

### Fixed
- **Unknown repository filters are refused** by `gr add`, `gr commit`, and `gr push`
instead of matching zero repositories and reporting success.
- **Pruning protects the remote default branch** in addition to the current and target
branches.

## [1.2.0] - 2026-08-21

**Scope, stated first because the range and the artifact are not the same thing.**
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitgrip"
version = "1.2.0"
version = "1.3.0"
edition = "2021"
rust-version = "1.80"
description = "Multi-repo workflow tool - manage multiple git repositories as one"
Expand Down