File tree 3 files changed +35
-1
lines changed
docs/pages/docs/configuration
3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v10.34.0 (Sat Mar 05 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - ` @auto-it/gem `
6
+ - Improve gem deployment [ #2152 ] ( https://github.com/intuit/auto/pull/2152 ) ([ @zephraph ] ( https://github.com/zephraph ) )
7
+
8
+ #### Authors: 1
9
+
10
+ - Justin Bennett ([ @zephraph ] ( https://github.com/zephraph ) )
11
+
12
+ ---
13
+
1
14
# v10.33.1 (Fri Mar 04 2022)
2
15
3
16
:tada : This release contains work from a new contributor! :tada :
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.33.1 /auto-linux.gz | gunzip > ~ /auto
14
+ curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.34.0 /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.0 (Sat Mar 05 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Improve gem deployment [ #2152 ] ( https://github.com/intuit/auto/pull/2152 ) ([ @zephraph ] ( https://github.com/zephraph ) )
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge branch 'main' into improve-gem-deployment ([ @zephraph ] ( https://github.com/zephraph ) )
10
+ - Add test for throwing without name ([ @zephraph ] ( https://github.com/zephraph ) )
11
+ - Resolve issue where lockfile wasn't being updated ([ @zephraph ] ( https://github.com/zephraph ) )
12
+ - Appease the lint gods ([ @zephraph ] ( https://github.com/zephraph ) )
13
+ - Update lockfile when writing new version ([ @zephraph ] ( https://github.com/zephraph ) )
14
+ - Refactor gem tests ([ @zephraph ] ( https://github.com/zephraph ) )
15
+
16
+ #### Authors: 1
17
+
18
+ - Justin Bennett ([ @zephraph ] ( https://github.com/zephraph ) )
19
+
20
+ ---
21
+
1
22
# v10.33.0 (Fri Mar 04 2022)
2
23
3
24
:tada : This release contains work from new contributors! :tada :
You can’t perform that action at this time.
0 commit comments