2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.2.0] - 2024-06-20
6
+
7
+ ### 🐙 Features
8
+
9
+ - * (cheat)* Suport ` cheat.sh ` custom URL
10
+ - * (command)* Add timeout for terminating process ([ #227 ] ( https://github.com/orhun/halp/issues/227 ) )
11
+ - * (config)* Add defualt value for cheat.sh url
12
+ - * (help)* Improve the ` cheat-sh-url ` help
13
+ - * (help)* Improve the ` cheat-sh-url ` help
14
+ - * (helper)* Add more external help providers to plz menu
15
+ - * (log)* Show the path of the saved configuration file
16
+
17
+ ### 🐛 Bug Fixes
18
+
19
+ - * (dialog)* Update usage according to the latest version of dialoguer
20
+
21
+ ### 🚜 Refactor
22
+
23
+ - * (config)* Rename update_conf function to update_config
24
+ - * (config)* Refactor the config system ([ #62 ] ( https://github.com/orhun/halp/issues/62 ) )
25
+ - * (format)* Run cargo fmt
26
+ - * (lint)* Apply clippy suggestions
27
+ - * (lint)* Apply clippy suggestions
28
+ - * (test)* Fix the ` fetch_cheat_sheet ` test
29
+
30
+ ### 📚 Documentation
31
+
32
+ - * (coc)* Fix typo
33
+ - * (license)* Update license copyright years
34
+ - * (license)* Update MIT license
35
+ - * (readme)* Update config format link
36
+ - * (readme)* Add usage example with coutom cheat.sh host URL
37
+ - * (readme)* Update ` plz ` subcommand usage
38
+ - * (readme)* Update ` plz ` subcommand usage
39
+
40
+ ### ⚙️ Miscellaneous Tasks
41
+
42
+ - * (bors)* Remove bors config
43
+ - * (cargo)* Bump MSRV to 1.74.1
44
+ - * (cargo)* Add keywords for the crates.io release
45
+ - * (cargo)* Bump MSRV to 1.70.0
46
+ - * (changelog)* Skip dependency updates in changelog
47
+ - * (ci)* Update macos runner
48
+ - * (ci)* Update message while checking for MSRV
49
+ - * (docker)* Update the cargo-chef image
50
+ - * (git)* Remove IDEA directory from .gitignore
51
+ - * (mergify)* Add mergify config for automatic merges
52
+
53
+ ### Clean
54
+
55
+ - * (docker)* Remove the duplicated ` .gitignore ` entry
56
+
5
57
## [ 0.1.7] - 2023-06-17
6
58
7
59
### 🚜 Refactor
@@ -12,32 +64,6 @@ All notable changes to this project will be documented in this file.
12
64
13
65
- * (cli)* Override the help usage ([ #30 ] ( https://github.com/orhun/halp/issues/30 ) )
14
66
15
- ### ⚙️ Miscellaneous Tasks
16
-
17
- - * (deps)* Bump transitive dependencies
18
- - * (deps)* Bump ureq from 2.6.2 to 2.7.0
19
- - * (deps)* Bump clap from 4.3.3 to 4.3.4
20
- - * (deps)* Bump clap from 4.3.2 to 4.3.3
21
- - * (deps)* Bump serde from 1.0.163 to 1.0.164
22
- - * (deps)* Bump clap from 4.3.1 to 4.3.2
23
- - * (deps)* Bump clap dependencies
24
- - * (deps)* Bump clap_mangen from 0.2.10 to 0.2.11
25
- - * (deps)* Bump clap_complete from 4.2.3 to 4.3.0
26
- - * (deps)* Bump console from 0.15.6 to 0.15.7
27
- - * (deps)* Bump clap from 4.2.7 to 4.3.0
28
- - * (deps)* Bump console from 0.15.5 to 0.15.6
29
- - * (deps)* Bump toml from 0.7.3 to 0.7.4
30
- - * (deps)* Bump clap_complete from 4.2.2 to 4.2.3
31
- - * (deps)* Bump serde from 1.0.162 to 1.0.163
32
- - * (deps)* Bump clap_complete from 4.2.1 to 4.2.2
33
- - * (deps)* Bump serde from 1.0.160 to 1.0.162
34
- - * (deps)* Bump clap from 4.2.5 to 4.2.7
35
- - * (deps)* Bump dirs from 5.0.0 to 5.0.1
36
- - * (deps)* Bump clap from 4.2.4 to 4.2.5
37
- - * (deps)* Bump clap_complete from 4.2.0 to 4.2.1
38
- - * (deps)* Bump clap from 4.2.3 to 4.2.4
39
- - * (deps)* Bump clap from 4.2.2 to 4.2.3
40
-
41
67
## [ 0.1.6] - 2023-04-18
42
68
43
69
### 🐙 Features
@@ -54,23 +80,12 @@ All notable changes to this project will be documented in this file.
54
80
55
81
- * (ci)* Switch back to line coverage
56
82
- * (ci)* Use codecov format with cargo-llvm-cov
57
- - * (deps)* Bump transitive dependencies
58
- - * (deps)* Bump clap from 4.2.1 to 4.2.2
59
- - * (deps)* Bump serde from 1.0.159 to 1.0.160
60
- - * (deps)* Bump dialoguer from 0.10.3 to 0.10.4
61
83
62
84
## [ 0.1.5] - 2023-04-03
63
85
64
86
### ⚙️ Miscellaneous Tasks
65
87
66
88
- * (changelog)* Update git-cliff template about breaking changes
67
- - * (deps)* Bump dependencies
68
- - * (deps)* Bump clap_complete from 4.1.5 to 4.2.0
69
- - * (deps)* Bump serde from 1.0.158 to 1.0.159
70
- - * (deps)* Bump serde from 1.0.156 to 1.0.158
71
- - * (deps)* Bump clap from 4.1.9 to 4.1.11
72
- - * (deps)* Bump thiserror from 1.0.39 to 1.0.40
73
- - * (deps)* Bump dirs from 4.0.0 to 5.0.0
74
89
75
90
## [ 0.1.4] - 2023-03-17
76
91
@@ -81,21 +96,13 @@ All notable changes to this project will be documented in this file.
81
96
### ⚙️ Miscellaneous Tasks
82
97
83
98
- * (ci)* Specify token for codecov uploads
84
- - * (deps)* Bump transitive dependencies
85
- - * (deps)* Bump clap from 4.1.8 to 4.1.9
86
- - * (deps)* Bump clap_complete from 4.1.4 to 4.1.5
87
- - * (deps)* Bump clap_mangen from 0.2.9 to 0.2.10
88
99
89
100
## [ 0.1.3] - 2023-03-16
90
101
91
102
### 🐛 Bug Fixes
92
103
93
104
- * (args)* Unset pager for command output ([ #9 ] ( https://github.com/orhun/halp/issues/9 ) )
94
105
95
- ### ⚙️ Miscellaneous Tasks
96
-
97
- - * (deps)* Bump transitive dependencies
98
-
99
106
## [ 0.1.2] - 2023-03-14
100
107
101
108
### 🐙 Features
@@ -109,8 +116,6 @@ All notable changes to this project will be documented in this file.
109
116
### ⚙️ Miscellaneous Tasks
110
117
111
118
- * (changelog)* Skip PR related commits for changelog
112
- - * (deps)* Update serde dependency
113
- - * (deps)* Bump toml from 0.7.2 to 0.7.3
114
119
- * (github)* Remove codeowner approval requirement from bors
115
120
- * (github)* Remove approval requirement from bors config
116
121
- * (github)* Remove docker status check from bors config
@@ -121,11 +126,6 @@ All notable changes to this project will be documented in this file.
121
126
122
127
- * (readme)* Match up common "help" and "version" arguments ([ #3 ] ( https://github.com/orhun/halp/issues/3 ) )
123
128
124
- ### ⚙️ Miscellaneous Tasks
125
-
126
- - * (deps)* Bump transitive dependencies
127
- - * (deps)* Bump serde from 1.0.154 to 1.0.155
128
-
129
129
## [ 0.1.0] - 2023-03-12
130
130
131
131
### 📚 Documentation
0 commit comments