Skip to content
Merged
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2026-04-01

### Added

- Package details view with version selection in interactive `spm add` — press Enter on a search result to see metadata (description, author, license, weekly downloads, GitHub stars) and pick a specific version to install.
Expand Down Expand Up @@ -160,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cross-platform build configuration via GoReleaser (linux/darwin × amd64/arm64).
- Curl-based installation script (`scripts/install.sh`).

[Unreleased]: https://github.com/DecampsRenan/spm/compare/v0.6.2...HEAD
[Unreleased]: https://github.com/DecampsRenan/spm/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/DecampsRenan/spm/compare/v0.6.2...v0.7.0
[0.6.2]: https://github.com/DecampsRenan/spm/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/DecampsRenan/spm/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/DecampsRenan/spm/compare/v0.5.0...v0.6.0
Expand Down
Loading