Skip to content

Commit 237f811

Browse files
committed
Merge tag 'v0.7.1' into devel
v0.7.1 v0.7.1
2 parents 2401e11 + 82f59b6 commit 237f811

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.1] - 2026-06-03
9+
10+
### Changed
11+
12+
- *(ui)* Simplify truncPad via runewidth Truncate/FillRight (#94)
13+
14+
### Fixed
15+
16+
- Correct .bestpractices.json criterion field names (#90)
17+
- Set dynamic_analysis to Met (criterion forbids N/A) (#91)
18+
- *(ui)* Clamp column width to avoid makeslice panic on huge -width (#101)
19+
20+
### Documentation
21+
22+
- *(pkg/common)* Add comprehensive GoDoc comments for public contracts (#97)
23+
824
## [0.7.0] - 2026-05-29
925

1026
### Changed
@@ -20,6 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2036
- Address major bugs, unhandled AST aliases, and config issues on devel (#82)
2137
- Graceful RC keys, JSON encode-error stream, and docs (#87)
2238
- *(align)* Strip field comments from both diff sides (#89)
39+
- *(ci)* Correct cosign-installer pinned commit SHA
40+
- *(ci)* Correct cosign-installer pinned commit SHA
41+
- *(ci)* Bump cosign-installer to v4.1.2 (cosign v3.0.6)
2342

2443
### Documentation
2544

@@ -202,6 +221,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202221
- Focus the README screenshot on the Record type
203222
- Document file/dir args instead of unsupported ./... (#5)
204223

224+
[0.7.1]: https://github.com/peczenyj/structalign/compare/v0.7.0..v0.7.1
205225
[0.7.0]: https://github.com/peczenyj/structalign/compare/v0.6.1..v0.7.0
206226
[0.6.1]: https://github.com/peczenyj/structalign/compare/v0.6.0..v0.6.1
207227
[0.6.0]: https://github.com/peczenyj/structalign/compare/v0.5.2..v0.6.0

0 commit comments

Comments
 (0)