Skip to content
Closed
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Before `1.0.0`, breaking changes may still ship in minor releases.

## [Unreleased]

### Added

- Golden-path integration test coverage for CLI commands (lens, bangs, redirects, saved-assistant) with mocked HTTP responses

### Changed

- CI workflows now use concurrency groups to cancel redundant runs on the same branch

## [0.4.1]

### Added
Expand Down
25 changes: 25 additions & 0 deletions docs/release-notes-unreleased.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Release Notes — Unreleased (since v0.4.1)

**Date:** Pending
**Status:** Unreleased

## Summary

Two changes have landed on `main` since the v0.4.1 release:

1. **Golden-path CLI integration tests** — New mocked HTTP test coverage for lens management, custom bangs, redirects, and saved-assistant selection commands.
2. **CI concurrency groups** — All four CI workflows now use `concurrency` groups to cancel redundant in-flight runs when a new push arrives on the same branch.

## Changes

### Testing

- Added golden-path integration tests for CLI commands with mocked HTTP responses, covering lens, bangs, redirects, and saved-assistant flows. (faa7346)

### CI/CD

- Added concurrency groups to all four GitHub Actions workflows, reducing wasted CI minutes by auto-cancelling superseded runs. (c03d6ea)

---

*These notes were drafted by [Nightshift](https://github.com/nightshift-micr) from `git log v0.4.1..HEAD`.*