Skip to content

Commit 11170f8

Browse files
committed
Version 0.8.0
1 parent 56fad8a commit 11170f8

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [0.8.0] - 2026-02-12
4+
5+
### Added
6+
7+
- **`gut label` commands** for managing GitHub labels in bulk across repositories (#218):
8+
- `gut label list` -- lists all labels in a table with color swatches
9+
- `gut label create` -- creates a label across matching repos
10+
- `gut label delete` -- deletes a label across matching repos
11+
- `gut label rename` -- renames a label (and optionally updates color/description) across matching repos
12+
- **`gut rename team <SLUG> <NEW_NAME>` command**: Renames a GitHub organisation team with a confirmation prompt (#215)
13+
- **`gut show repository <REPO_NAME>` command**: Displays all teams and collaborators for a repository with permission levels and affiliation (org/direct/outside) (#216)
14+
- **`gut show teams --tree` flag**: Renders teams as a hierarchical tree showing parent/child relationships (#214)
15+
- **`gut show team` parent/child info**: Now displays parent team and child teams in the header (#214)
16+
- **Git LFS support** in `gut clone` and `gut pull`: Automatically detects LFS usage via `.gitattributes` and pulls LFS objects, with status shown in the summary table (#221)
17+
- **`--json` flag for `gut topic list`**: Output topic results as JSON (#220)
18+
19+
### Changed
20+
21+
- **`gut topic get` renamed to `gut topic list`**: Results now displayed in a formatted table instead of plain text (#220)
22+
- **`--organisation` now optional** in `add repos`, `add users`, `create discussion`, `create team`, `invite users`, `remove users`, `set team permission`, `show access`, and `show members` -- falls back to the default owner from configuration (#217)
23+
- **`show access` and `show repo`**: `--organisation` flag renamed to `--owner` to reflect support for both organisations and personal accounts (#217)
24+
- **Unified 404 error handling** with helpful guidance across team/org commands (#217)
25+
- **Dependency updates**
26+
27+
### Fixed
28+
29+
- Corrected success message grammar from "There is no error!" to "There were no errors!" across multiple commands
30+
331
## [0.7.0] - 2026-02-05
432

533
### Added

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 = "gut"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = []
55
edition = "2024"
66

0 commit comments

Comments
 (0)