diff --git a/CHANGELOG/CHANGELOG-1.x.md b/CHANGELOG/CHANGELOG-1.x.md index f91eb00..e10927a 100644 --- a/CHANGELOG/CHANGELOG-1.x.md +++ b/CHANGELOG/CHANGELOG-1.x.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +Date format: `YYYY-MM-DD` + --- ## [Unreleased] @@ -16,7 +18,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --- -## [1.1.0] - 2024-OCT-24 +## [1.2.0] - 2024-11-15 + +### Added +### Changed +- **DEBT:** Added missing license header to the CodeQL analysis configuration file. +- **DEBT:** Refactored CHANGELOG date format to `YYYY-MM-DD`. +- **DEBT:** Upgraded to [sixafter/nanoid@v1.17.3](https://github.com/sixafter/nanoid/releases/tag/v1.18.1). + +### Deprecated +### Removed +### Fixed +### Security + +--- +## [1.1.0] - 2024-11-14 + +### Added +### Changed +- **DEBT:** Upgraded to [sixafter/nanoid@v1.17.3](https://github.com/sixafter/nanoid/releases/tag/v1.17.3). + +### Deprecated +### Removed +### Fixed +### Security + +--- +## [1.1.0] - 2024-11-14 ### Added ### Changed @@ -27,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --- -## [1.0.1] - 2024-OCT-24 +## [1.0.1] - 2024-11-14 ### Added - **FEATURE:** Added support for Homebrew. @@ -38,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --- -## [1.0.0] - 2024-OCT-24 +## [1.0.0] - 2024-11-13 ### Added - **FEATURE:** Initial commit. @@ -48,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security -[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.1.0..HEAD +[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.2.0..HEAD +[1.2.0]: https://github.com/sixafter/nanoid-cli/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/sixafter/nanoid-cli/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/sixafter/nanoid-cli/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/sixafter/nanoid-cli/compare/a6a1eb74b61e518fd0216a17dfe5c9b4c432e6e8...v1.0.0 diff --git a/go.mod b/go.mod index 9b24c8c..220123a 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23 require ( github.com/blang/semver/v4 v4.0.0 - github.com/sixafter/nanoid v1.18.0 + github.com/sixafter/nanoid v1.18.1 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index 96524de..104eee4 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/sixafter/nanoid v1.18.0 h1:T8AZHGvdsDGK3HqaNtvm9tEjauAX+Iox7lS2PSn1O98= -github.com/sixafter/nanoid v1.18.0/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE= +github.com/sixafter/nanoid v1.18.1 h1:qIO2B3JMdbgedLW1+IbTABAr4i7h3HY/YnyuvENQgq0= +github.com/sixafter/nanoid v1.18.1/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= diff --git a/vendor/github.com/sixafter/nanoid/.goreleaser.yaml b/vendor/github.com/sixafter/nanoid/.goreleaser.yaml index 17623f6..fa1b154 100644 --- a/vendor/github.com/sixafter/nanoid/.goreleaser.yaml +++ b/vendor/github.com/sixafter/nanoid/.goreleaser.yaml @@ -84,7 +84,7 @@ sboms: release: name_template: 'v{{ .Version }}' footer: | - **Full Changelog**: [https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x](https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x.md) + **Full Changelog**: [CHANGELOG](https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x.md) ## Where to go next? diff --git a/vendor/modules.txt b/vendor/modules.txt index 79ca15c..e2a03b9 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -10,7 +10,7 @@ github.com/inconshreveable/mousetrap # github.com/pmezard/go-difflib v1.0.0 ## explicit github.com/pmezard/go-difflib/difflib -# github.com/sixafter/nanoid v1.18.0 +# github.com/sixafter/nanoid v1.18.1 ## explicit; go 1.23 github.com/sixafter/nanoid github.com/sixafter/nanoid/x/crypto/prng