File tree 3 files changed +29
-1
lines changed
docs/pages/docs/configuration
3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v10.34.1 (Sat Mar 05 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - ` @auto-it/gradle `
6
+ - [ Gradle] Fix canary version reporting [ #2160 ] ( https://github.com/intuit/auto/pull/2160 ) ([ @sugarmanz ] ( https://github.com/sugarmanz ) )
7
+
8
+ #### Authors: 1
9
+
10
+ - Jeremiah Zucker ([ @sugarmanz ] ( https://github.com/sugarmanz ) )
11
+
12
+ ---
13
+
1
14
# v10.34.0 (Sat Mar 05 2022)
2
15
3
16
#### 🚀 Enhancement
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex
11
11
12
12
``` bash
13
13
# Download a platform specific version of auto
14
- curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.34.0 /auto-linux.gz | gunzip > ~ /auto
14
+ curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.34.1 /auto-linux.gz | gunzip > ~ /auto
15
15
# Make auto executable
16
16
chmod a+x ~ /auto
17
17
```
Original file line number Diff line number Diff line change
1
+ # v10.34.1 (Sat Mar 05 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - [ Gradle] Fix canary version reporting [ #2160 ] ( https://github.com/intuit/auto/pull/2160 ) ([ @sugarmanz ] ( https://github.com/sugarmanz ) )
6
+ - add todos ([ @sugarmanz ] ( https://github.com/sugarmanz ) )
7
+ - fix test and await on publishing ([ @sugarmanz ] ( https://github.com/sugarmanz ) )
8
+ - report snapshot version to GH ([ @sugarmanz ] ( https://github.com/sugarmanz ) )
9
+
10
+ #### Authors: 1
11
+
12
+ - Jeremiah Zucker ([ @sugarmanz ] ( https://github.com/sugarmanz ) )
13
+
14
+ ---
15
+
1
16
# v10.33.0 (Fri Mar 04 2022)
2
17
3
18
:tada : This release contains work from new contributors! :tada :
You can’t perform that action at this time.
0 commit comments