Skip to content

Commit 997a0ef

Browse files
committed
Version 0.7.0
1 parent 98934fb commit 997a0ef

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.0] - 2026-02-05
4+
5+
### Added
6+
7+
- **`gut show teams` command**: Lists all teams in an organisation with slug, name, and description
8+
- **`gut show team <slug>` command**: Shows detailed information about a specific team including:
9+
- Team members with their roles (member/maintainer)
10+
- Repositories accessible by the team with permission levels (admin/maintain/write/triage/read)
11+
- Color-coded output for roles and permissions
12+
- **`gut show access` command**: Shows user access levels across repositories in a compact table format (#207)
13+
- Single line per repo with columns for each user's access level
14+
- `--long` (`-l`) flag for detailed per-user tables
15+
- Color-coded permission levels
16+
- **`gut show members` command**: Renamed from `show users`, shows organisation members with permissions and 2FA status (#207)
17+
- **Static Linux musl builds**: Added configuration for fully static Linux binaries (#210)
18+
19+
### Changed
20+
21+
- **`show users` renamed to `show members`**: Better reflects that it shows organisation membership (#207)
22+
23+
### Fixed
24+
25+
- **`clone` command**: Now filters out repos that don't belong to the current owner (#206)
26+
- **`show users` command**: Fixed broken command that required unnecessary `user:email` permission (#207)
27+
- **Local path error handling**: Improved error messages for path-related issues (#47)
28+
329
## [0.6.0] - 2026-01-31
430

531
### Added

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

0 commit comments

Comments
 (0)