Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimeaux authored Nov 14, 2024
1 parent c2e7ce1 commit a40ca4a
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG/CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

---
## [1.1.0] - 2024-OCT-24

### Added
### Changed
- **DEBT:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.17.3).
### Deprecated
### Removed
### Fixed
### Security

---
## [1.0.1] - 2024-OCT-24

### Added
- **FEATURE:** Added support for Homebrew.
### Changed
### Deprecated
### Removed
### Fixed
### Security

---
## [1.0.0] - 2024-OCT-24

Expand All @@ -26,7 +48,9 @@ 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.0.0..HEAD
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.1.0..HEAD
[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

[MUST]: https://datatracker.ietf.org/doc/html/rfc2119
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
github.com/blang/semver/v4 v4.0.0
github.com/sixafter/nanoid v1.17.2
github.com/sixafter/nanoid v1.17.3
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.2 h1:giP/0/BHH/JPoo8B/ogrCNBqjY6Z2D3f2Qfld/ejDgU=
github.com/sixafter/nanoid v1.17.2/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
github.com/sixafter/nanoid v1.17.3 h1:0xDxzu01jqeQM2wZP92UIyHia7h+Nn5UbIMrCGlxAoA=
github.com/sixafter/nanoid v1.17.3/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=
Expand Down
6 changes: 5 additions & 1 deletion vendor/github.com/sixafter/nanoid/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.2
# github.com/sixafter/nanoid v1.17.3
## explicit; go 1.23
github.com/sixafter/nanoid
github.com/sixafter/nanoid/x/crypto/prng
Expand Down

0 comments on commit a40ca4a

Please sign in to comment.