File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.41 "
2
+ "." : " 0.1.0-alpha.42 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.42 (2025-09-15)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.41...v0.1.0-alpha.42] ( https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.41...v0.1.0-alpha.42 )
6
+
7
+ ### Features
8
+
9
+ * improved formatting options for command outputs ([ 0fef47d] ( https://github.com/stainless-api/stainless-api-cli/commit/0fef47d958d79dea5d71674bf6eee5109a14743d ) )
10
+ * skip ignored diagnostics ([ 1edf832] ( https://github.com/stainless-api/stainless-api-cli/commit/1edf8322fe459c6c2fdf524e3501e5efd03bc97e ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * dont crash when git user is not available ([ 7012171] ( https://github.com/stainless-api/stainless-api-cli/commit/701217124580a992cc47fdd8c4762f70c1130105 ) )
16
+ * lint error ([ 7eda049] ( https://github.com/stainless-api/stainless-api-cli/commit/7eda0495e88be8348edf9c789ce60f0cac6eab3f ) )
17
+ * more merge conflict issues ([ 2416212] ( https://github.com/stainless-api/stainless-api-cli/commit/2416212db96b9f3fb15edc5c08ff7a9af8bb1d0f ) )
18
+
3
19
## 0.1.0-alpha.41 (2025-09-09)
4
20
5
21
Full Changelog: [ v0.1.0-alpha.40...v0.1.0-alpha.41] ( https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.40...v0.1.0-alpha.41 )
Original file line number Diff line number Diff line change 2
2
3
3
package cmd
4
4
5
- const Version = "0.1.0-alpha.41 " // x-release-please-version
5
+ const Version = "0.1.0-alpha.42 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments