diff --git a/CHANGELOG/CHANGELOG-1.x.md b/CHANGELOG/CHANGELOG-1.x.md index 68454d4..93c81c2 100644 --- a/CHANGELOG/CHANGELOG-1.x.md +++ b/CHANGELOG/CHANGELOG-1.x.md @@ -19,6 +19,19 @@ Date format: `YYYY-MM-DD` --- +## [1.48.1] - 2026-09-02 + +### Added +### Changed +- **debt:** Upgraded dependencies to their latest stable versions. + +### Deprecated +### Removed +### Fixed +### Security + +--- + ## [1.48.0] - 2026-08-22 ### Added @@ -34,8 +47,6 @@ Date format: `YYYY-MM-DD` --- ---- - ## [1.47.6] - 2026-08-13 ### Added @@ -869,7 +880,8 @@ Date format: `YYYY-MM-DD` ### Fixed ### Security -[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.48.0...HEAD +[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.48.1...HEAD +[1.48.1]: https://github.com/sixafter/nanoid-cli/compare/v1.48.0...v1.48.1 [1.48.0]: https://github.com/sixafter/nanoid-cli/compare/v1.47.6...v1.48.0 [1.47.6]: https://github.com/sixafter/nanoid-cli/compare/v1.47.5...v1.47.6 [1.47.5]: https://github.com/sixafter/nanoid-cli/compare/v1.47.4...v1.47.5 diff --git a/README.md b/README.md index 71d98b8..57a71c6 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ using the [NanoID](https://github.com/sixafter/nanoid) Go implementation. To verify the integrity of the release, you can use Cosign to check the signature and checksums. Follow these steps: ```sh -# Fetch the latest release tag from GitHub API (e.g., "v1.48.0") +# Fetch the latest release tag from GitHub API (e.g., "v1.48.1") TAG=$(curl -s https://api.github.com/repos/sixafter/nanoid-cli/releases/latest | jq -r .tag_name) -# Remove leading "v" for filenames (e.g., "v1.48.0" -> "1.48.0") +# Remove leading "v" for filenames (e.g., "v1.48.1" -> "1.48.1") VERSION=${TAG#v} # --------------------------------------------------------------------- diff --git a/go.mod b/go.mod index 40e19db..59ec3ac 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ go 1.27 require ( github.com/dustin/go-humanize v1.0.1 github.com/sixafter/nanoid v1.65.0 - github.com/sixafter/semver v1.12.1 + github.com/sixafter/semver v1.13.0 github.com/spf13/cobra v1.10.2 github.com/stretchr/testify v1.12.1 ) diff --git a/go.sum b/go.sum index fafe28a..f0dbda1 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/sixafter/nanoid v1.65.0 h1:hxYijATxxPiVTO7viWkRiGl5ndjjfnLQqf+B0BWzTI github.com/sixafter/nanoid v1.65.0/go.mod h1:d35G7hOeeLqtHpAZhpivOUXZ69HnVrMYYfy6zsgicH8= github.com/sixafter/prng-chacha v1.17.0 h1:jDmy8RUOHv1mMDX/vHlnj/V6nwIWIe3d1yzQBGeFW2o= github.com/sixafter/prng-chacha v1.17.0/go.mod h1:FmglEI3IjFfFOCFLKHpkv1jVCw6WmZI2JPnaSJAiZ5w= -github.com/sixafter/semver v1.12.1 h1:dgA+B5zhJ+xQMuzRtC5lm6fmrZIA+WBVx0p9yvsBFl4= -github.com/sixafter/semver v1.12.1/go.mod h1:f8opmUKKzjE6lAlQfFRjM1uiVGH6qJ3FF2CafaF+qtQ= +github.com/sixafter/semver v1.13.0 h1:R9DUaRrGaXw5yGQGCdkGHNmM3VI2CEKX8a3ksGKUxTM= +github.com/sixafter/semver v1.13.0/go.mod h1:Ql/w/DodZgY00w4u5KxPMt39XT7AfjyZtghWwyFZ7Mw= github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU= github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4= github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= diff --git a/vendor/github.com/sixafter/semver/CHANGELOG.md b/vendor/github.com/sixafter/semver/CHANGELOG.md index b7e352a..9b63e7e 100644 --- a/vendor/github.com/sixafter/semver/CHANGELOG.md +++ b/vendor/github.com/sixafter/semver/CHANGELOG.md @@ -19,6 +19,20 @@ Date format: `YYYY-MM-DD` --- +## [1.13.0] - 2026-08-22 + +### Added +### Changed +- **debt:** Upgraded to [Go 1.27](https://go.dev/doc/go1.27). +- **debt:** Upgraded dependencies to their latest stable versions. + +### Deprecated +### Removed +### Fixed +### Security + +--- + ## [1.12.1] - 2026-06-29 ### Added @@ -224,7 +238,8 @@ Date format: `YYYY-MM-DD` ### Fixed ### Security -[Unreleased]: https://github.com/sixafter/semver/compare/v1.12.1...HEAD +[Unreleased]: https://github.com/sixafter/semver/compare/v1.13.0...HEAD +[1.13.0]: https://github.com/sixafter/semver/compare/v1.12.1...v1.13.0 [1.12.1]: https://github.com/sixafter/semver/compare/v1.12.0...v1.12.1 [1.12.0]: https://github.com/sixafter/semver/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/sixafter/semver/compare/v1.10.3...v1.11.0 diff --git a/vendor/github.com/sixafter/semver/README.md b/vendor/github.com/sixafter/semver/README.md index 9a599d4..c979ff1 100644 --- a/vendor/github.com/sixafter/semver/README.md +++ b/vendor/github.com/sixafter/semver/README.md @@ -33,10 +33,10 @@ A Semantic Versioning 2.0.0 compliant parser and utility library written in Go. To verify the integrity of the release, you can use Cosign to check the signature and checksums. Follow these steps: ```sh -# Fetch the latest release tag from GitHub API (e.g., "v1.12.1") +# Fetch the latest release tag from GitHub API (e.g., "v1.13.0") TAG=$(curl -s https://api.github.com/repos/sixafter/semver/releases/latest | jq -r .tag_name) -# Remove leading "v" for filenames (e.g., "v1.12.1" -> "1.12.1") +# Remove leading "v" for filenames (e.g., "v1.13.0" -> "1.13.0") VERSION=${TAG#v} # --------------------------------------------------------------------- diff --git a/vendor/modules.txt b/vendor/modules.txt index b7dd63c..00a8a21 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -13,8 +13,8 @@ github.com/sixafter/nanoid # github.com/sixafter/prng-chacha v1.17.0 ## explicit; go 1.27 github.com/sixafter/prng-chacha -# github.com/sixafter/semver v1.12.1 -## explicit; go 1.25 +# github.com/sixafter/semver v1.13.0 +## explicit; go 1.27 github.com/sixafter/semver # github.com/spf13/cobra v1.10.2 ## explicit; go 1.15