Skip to content

Commit a1710f2

Browse files
committed
chore(release): prepare for v0.2.0
1 parent ff2987c commit a1710f2

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

CHANGELOG.md

+52-52
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,58 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
557
## [0.1.7] - 2023-06-17
658

759
### 🚜 Refactor
@@ -12,32 +64,6 @@ All notable changes to this project will be documented in this file.
1264

1365
- *(cli)* Override the help usage ([#30](https://github.com/orhun/halp/issues/30))
1466

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-
4167
## [0.1.6] - 2023-04-18
4268

4369
### 🐙 Features
@@ -54,23 +80,12 @@ All notable changes to this project will be documented in this file.
5480

5581
- *(ci)* Switch back to line coverage
5682
- *(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
6183

6284
## [0.1.5] - 2023-04-03
6385

6486
### ⚙️ Miscellaneous Tasks
6587

6688
- *(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
7489

7590
## [0.1.4] - 2023-03-17
7691

@@ -81,21 +96,13 @@ All notable changes to this project will be documented in this file.
8196
### ⚙️ Miscellaneous Tasks
8297

8398
- *(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
8899

89100
## [0.1.3] - 2023-03-16
90101

91102
### 🐛 Bug Fixes
92103

93104
- *(args)* Unset pager for command output ([#9](https://github.com/orhun/halp/issues/9))
94105

95-
### ⚙️ Miscellaneous Tasks
96-
97-
- *(deps)* Bump transitive dependencies
98-
99106
## [0.1.2] - 2023-03-14
100107

101108
### 🐙 Features
@@ -109,8 +116,6 @@ All notable changes to this project will be documented in this file.
109116
### ⚙️ Miscellaneous Tasks
110117

111118
- *(changelog)* Skip PR related commits for changelog
112-
- *(deps)* Update serde dependency
113-
- *(deps)* Bump toml from 0.7.2 to 0.7.3
114119
- *(github)* Remove codeowner approval requirement from bors
115120
- *(github)* Remove approval requirement from bors config
116121
- *(github)* Remove docker status check from bors config
@@ -121,11 +126,6 @@ All notable changes to this project will be documented in this file.
121126

122127
- *(readme)* Match up common "help" and "version" arguments ([#3](https://github.com/orhun/halp/issues/3))
123128

124-
### ⚙️ Miscellaneous Tasks
125-
126-
- *(deps)* Bump transitive dependencies
127-
- *(deps)* Bump serde from 1.0.154 to 1.0.155
128-
129129
## [0.1.0] - 2023-03-12
130130

131131
### 📚 Documentation

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "halp"
3-
version = "0.1.7" # bumped by release.sh
3+
version = "0.2.0" # bumped by release.sh
44
description = "A CLI tool to get help with CLI tools 🐙"
55
authors = ["Orhun Parmaksız <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)