Skip to content

Commit a40ca4a

Browse files
authored
1 parent c2e7ce1 commit a40ca4a

File tree

5 files changed

+34
-6
lines changed

5 files changed

+34
-6
lines changed

CHANGELOG/CHANGELOG-1.x.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### Fixed
1616
### Security
1717

18+
---
19+
## [1.1.0] - 2024-OCT-24
20+
21+
### Added
22+
### Changed
23+
- **DEBT:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.17.3).
24+
### Deprecated
25+
### Removed
26+
### Fixed
27+
### Security
28+
29+
---
30+
## [1.0.1] - 2024-OCT-24
31+
32+
### Added
33+
- **FEATURE:** Added support for Homebrew.
34+
### Changed
35+
### Deprecated
36+
### Removed
37+
### Fixed
38+
### Security
39+
1840
---
1941
## [1.0.0] - 2024-OCT-24
2042

@@ -26,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2648
### Fixed
2749
### Security
2850

29-
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.0.0..HEAD
51+
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.1.0..HEAD
52+
[1.1.0]: https://github.com/sixafter/nanoid-cli/compare/v1.0.1...v1.1.0
53+
[1.0.1]: https://github.com/sixafter/nanoid-cli/compare/v1.0.0...v1.0.1
3054
[1.0.0]: https://github.com/sixafter/nanoid-cli/compare/a6a1eb74b61e518fd0216a17dfe5c9b4c432e6e8...v1.0.0
3155

3256
[MUST]: https://datatracker.ietf.org/doc/html/rfc2119

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7-
github.com/sixafter/nanoid v1.17.2
7+
github.com/sixafter/nanoid v1.17.3
88
github.com/spf13/cobra v1.8.1
99
github.com/stretchr/testify v1.9.0
1010
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
88
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
99
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1010
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
11-
github.com/sixafter/nanoid v1.17.2 h1:giP/0/BHH/JPoo8B/ogrCNBqjY6Z2D3f2Qfld/ejDgU=
12-
github.com/sixafter/nanoid v1.17.2/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
11+
github.com/sixafter/nanoid v1.17.3 h1:0xDxzu01jqeQM2wZP92UIyHia7h+Nn5UbIMrCGlxAoA=
12+
github.com/sixafter/nanoid v1.17.3/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
1313
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
1414
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
1515
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=

vendor/github.com/sixafter/nanoid/README.md

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github.com/inconshreveable/mousetrap
1010
# github.com/pmezard/go-difflib v1.0.0
1111
## explicit
1212
github.com/pmezard/go-difflib/difflib
13-
# github.com/sixafter/nanoid v1.17.2
13+
# github.com/sixafter/nanoid v1.17.3
1414
## explicit; go 1.23
1515
github.com/sixafter/nanoid
1616
github.com/sixafter/nanoid/x/crypto/prng

0 commit comments

Comments
 (0)