๐Ÿ“ฆ tranzystorekk / pakr

๐Ÿ“„ CHANGELOG.md ยท 198 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.7.0 - 2022-01-17


#### Features
- 69fc6d4fdcf5d1191c10c8ba743d0a02151a088d - add the 'up' alias for upgrade - @tranzystorek-io
#### Miscellaneous Chores
- f2b98b872e2b879a0a366b809ea994c4f83f66f2 - switch cocogitto changelog template to full_hash - @tranzystorek-io
- 106b52893953beeef886416a23e271dd21e951c6 - adjust cocogitto config for v4 - @tranzystorek-io
#### Refactoring
- 37894211d7fbe317940a23441241eef3325612e3 - use Rust 1.58 format strings - @tranzystorek-io
- 6170233eb05097818c6663f208efe1caf1d922d2 - switch parsing to clap v3 - @tranzystorek-io
- - -

## 0.6.0 - 2021-10-29


### Features

b580fe - rename 'remove' subcommand to 'uninstall' - [tranzystorek-io](https://github.com/tranzystorek-io)


### Miscellaneous Chores

257a2b - update pacman-contrib link in README - [tranzystorek-io](https://github.com/tranzystorek-io)

69736d - update cloudsmith repo links - [tranzystorek-io](https://github.com/tranzystorek-io)

006ec7 - add attribution for Cloudsmith hosting - [tranzystorek-io](https://github.com/tranzystorek-io)

ce324c - add README badge for latest Github release - [tranzystorek-io](https://github.com/tranzystorek-io)


- - -
## 0.5.1 - 2021-10-19


### Miscellaneous Chores

4d1727 - ignore patch versions and update dependencies - [tranzystorek-io](https://github.com/tranzystorek-io)


### Style

12fa97 - move default impl closer to Orphans - [tranzystorek-io](https://github.com/tranzystorek-io)

5398cc - change name attr to value_name - [tranzystorek-io](https://github.com/tranzystorek-io)

be8961 - rearrange doc comments - [tranzystorek-io](https://github.com/tranzystorek-io)


- - -
## 0.5.0 - 2021-10-01


### Features

0e65f2 - add 'uninstall' alias for the remove command - [tranzystorek-io](https://github.com/tranzystorek-io)


### Refactoring

17ad8e - tweak possible values for completion subcommand - [tranzystorek-io](https://github.com/tranzystorek-io)


### Miscellaneous Chores

491c1f - add cloudsmith badge to README - [tranzystorek-io](https://github.com/tranzystorek-io)


- - -
## 0.4.0 - 2021-07-24


### Features

541f1e - add basic logging - [tranzystorek-io](https://github.com/tranzystorek-io)


### Style

fe7e82 - reformat imports - [tranzystorek-io](https://github.com/tranzystorek-io)


### Refactoring

dde725 - simplify OsString handling - [tranzystorek-io](https://github.com/tranzystorek-io)


### Miscellaneous Chores

237b8f - add release action config - [tranzystorek-io](https://github.com/tranzystorek-io)


- - -
## 0.3.0 - 2021-05-17


### Features

8ea5e2 - use confy to load configuration - [tranzystorek-io](https://github.com/tranzystorek-io)


- - -
## 0.2.2 - 2021-03-27


### Miscellaneous Chores

f063f2 - adjust prehooks for cocogitto 2.0 - [tranzystorek-io](https://github.com/tranzystorek-io)

ff0008 - skip linting CHANGELOG.md - [tranzystorek-io](https://github.com/tranzystorek-io)


### Documentation

d70df2 - add more info to the clean subcommand help message - [tranzystorek-io](https://github.com/tranzystorek-io)

eb278e - add info about subcommand flags to README - [tranzystorek-io](https://github.com/tranzystorek-io)

766d52 - add FAQ to README - [tranzystorek-io](https://github.com/tranzystorek-io)


- - -
## 0.2.1 - 2021-02-13


### Miscellaneous Chores

7d9c45 - add myself as an author in cocogitto config - [tranzystorek-io](https://github.com/tranzystorek-io)


### Bug Fixes

9ce43d - fix completion error caused by a colon - [tranzystorek-io](https://github.com/tranzystorek-io)


### Documentation

5fee76 - add cargo installation instructions - [tranzystorek-io](https://github.com/tranzystorek-io)

5c6613 - add configuration documentation - [tranzystorek-io](https://github.com/tranzystorek-io)


### Refactoring

96aca7 - simplify config path generation - [tranzystorek-io](https://github.com/tranzystorek-io)

d9c0cc - remove redundant type annotation - [tranzystorek-io](https://github.com/tranzystorek-io)


- - -
## 0.2.0 - 2021-02-10


### Miscellaneous Chores

147c65 - include bumped Cargo.lock file - Marcin Puc


### Features

51bea6 - automatically check that wrapper command is available - Marcin Puc


- - -
## 0.1.0 - 2021-02-10


### Documentation

6e27a2 - add info about upgrade to README - Marcin Puc

75a722 - fix punctuation - Marcin Puc

5626a3 - add README - Marcin Puc


### Refactoring

433ba7 - extract completion gen to a separate fn - Marcin Puc


### Miscellaneous Chores

af8ce6 - add crate metadata to Cargo.toml - Marcin Puc

74dd05 - add cocogitto config - Marcin Puc

891ea8 - add LICENSE.md - Marcin Puc


- - -

This changelog was generated by [cocogitto](https://github.com/oknozor/cocogitto).