Commit a40ca4a 1 parent c2e7ce1 commit a40ca4a Copy full SHA for a40ca4a
File tree 5 files changed +34
-6
lines changed
github.com/sixafter/nanoid
5 files changed +34
-6
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
### Fixed
16
16
### Security
17
17
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
+
18
40
---
19
41
## [ 1.0.0] - 2024-OCT-24
20
42
@@ -26,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
48
### Fixed
27
49
### Security
28
50
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
30
54
[ 1.0.0 ] : https://github.com/sixafter/nanoid-cli/compare/a6a1eb74b61e518fd0216a17dfe5c9b4c432e6e8...v1.0.0
31
55
32
56
[ MUST ] : https://datatracker.ietf.org/doc/html/rfc2119
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
7
- github.com/sixafter/nanoid v1.17.2
7
+ github.com/sixafter/nanoid v1.17.3
8
8
github.com/spf13/cobra v1.8.1
9
9
github.com/stretchr/testify v1.9.0
10
10
)
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
8
8
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
9
9
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
10
10
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 =
13
13
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM =
14
14
github.com/spf13/cobra v1.8.1 /go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y =
15
15
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ github.com/inconshreveable/mousetrap
10
10
# github.com/pmezard/go-difflib v1.0.0
11
11
## explicit
12
12
github.com/pmezard/go-difflib/difflib
13
- # github.com/sixafter/nanoid v1.17.2
13
+ # github.com/sixafter/nanoid v1.17.3
14
14
## explicit; go 1.23
15
15
github.com/sixafter/nanoid
16
16
github.com/sixafter/nanoid/x/crypto/prng
You can’t perform that action at this time.
0 commit comments