Skip to content

Commit 66542b8

Browse files
committed
Prep release v0.2.0
Promote [Unreleased] entries in CHANGELOG.md to the [0.2.0] section, covering the curl-bash installer, get.truestamp.com landing page, SPDX copyright headers across all 48 Go source files, and the 2021 start-year correction in the --help footer.
1 parent 0f2def8 commit 66542b8

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] — 2026-04-15
11+
1012
### Added
1113
- Curl-bash installer hosted at `https://get.truestamp.com/install.sh` for
1214
macOS and Linux, amd64 and arm64. Detects OS/architecture, resolves the
@@ -17,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719
- Terminal-themed landing page at `https://get.truestamp.com` with plain
1820
green-on-black monospace install instructions.
1921
- `shellcheck` step in CI to keep `docs/install.sh` portable POSIX sh.
22+
- SPDX-style `Copyright (c) 2021-2026 Truestamp, Inc.` +
23+
`SPDX-License-Identifier: MIT` header on all 48 Go source files under
24+
`cmd/` and `internal/`.
25+
- Copyright footer in `README.md` and the `get.truestamp.com` landing
26+
page.
27+
28+
### Changed
29+
- Updated `truestamp --help` footer copyright start year from 2019 to
30+
2021 to match the repository LICENSE file.
2031

2132
## [0.1.0] — 2026-04-14
2233

@@ -44,5 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4455
v0.1.0 is the first release of a standalone Go codebase; the two share
4556
nothing beyond the repository name.
4657

47-
[Unreleased]: https://github.com/truestamp/truestamp-cli/compare/v0.1.0...HEAD
58+
[Unreleased]: https://github.com/truestamp/truestamp-cli/compare/v0.2.0...HEAD
59+
[0.2.0]: https://github.com/truestamp/truestamp-cli/releases/tag/v0.2.0
4860
[0.1.0]: https://github.com/truestamp/truestamp-cli/releases/tag/v0.1.0

0 commit comments

Comments
 (0)