File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.48 "
2+ "." : " 0.1.0-alpha.49 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.49 (2025-10-06)
4+
5+ Full Changelog: [ v0.1.0-alpha.48...v0.1.0-alpha.49] ( https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.48...v0.1.0-alpha.49 )
6+
7+ ### Bug Fixes
8+
9+ * downgrade urfave/cli-docs dependency ([ 6b4c1ac] ( https://github.com/stainless-api/stainless-api-cli/commit/6b4c1accf900e7b7e6266873fa46e7153b15e7ec ) )
10+
311## 0.1.0-alpha.48 (2025-10-03)
412
513Full Changelog: [ v0.1.0-alpha.47...v0.1.0-alpha.48] ( https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.47...v0.1.0-alpha.48 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/tidwall/pretty v1.2.1
2020 github.com/tidwall/sjson v1.2.5
2121 github.com/urfave/cli-docs/v3 v3.0.0-alpha6
22- github.com/urfave/cli/v3 v3.4.1
22+ github.com/urfave/cli/v3 v3.3.2
2323 golang.org/x/term v0.35.0
2424)
2525
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
115115github.com/tidwall/sjson v1.2.5 /go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28 =
116116github.com/urfave/cli-docs/v3 v3.0.0-alpha6 h1:w/l/N0xw1rO/aHRIGXJ0lDwwYFOzilup1qGvIytP3BI =
117117github.com/urfave/cli-docs/v3 v3.0.0-alpha6 /go.mod h1:p7Z4lg8FSTrPB9GTaNyTrK3ygffHZcK3w0cU2VE+mzU =
118- github.com/urfave/cli/v3 v3.4.1 h1:1M9UOCy5bLmGnuu1yn3t3CB4rG79Rtoxuv1sPhnm6qM =
119- github.com/urfave/cli/v3 v3.4.1 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
118+ github.com/urfave/cli/v3 v3.3.2 h1:BYFVnhhZ8RqT38DxEYVFPPmGFTEf7tJwySTXsVRrS/o =
119+ github.com/urfave/cli/v3 v3.3.2 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
120120github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no =
121121github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e /go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM =
122122github.com/yuin/goldmark v1.7.1 /go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E =
Original file line number Diff line number Diff line change 22
33package cmd
44
5- const Version = "0.1.0-alpha.48 " // x-release-please-version
5+ const Version = "0.1.0-alpha.49 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments