1- # Changelog
2-
3- All notable changes to this project will be documented in this file.
4-
5- ## [ 0.8.1] - 2025-04-30
6-
7- ### 🚀 Features
8-
9- - Allow issue acdc in cbor
10-
11- ### 🐛 Bug Fixes
12-
13- - Update ci.yml
14-
15- ## [ 0.8.0] - 2025-04-23
16-
17- ### 🚀 Features
18-
19- - Add oobi flag to issue command
20-
21- ### 🐛 Bug Fixes
22-
23- - Check for updates before verify
24-
25- ### ⚙️ Miscellaneous Tasks
26-
27- - Update dependencies
28- - Release 0.8.0 version
29-
30- ## [ 0.8.0-rc.2] - 2025-04-08
31-
32- ### 🚀 Features
33-
34- - Allow group registry incepting
35- - Add membership issue command
36-
37- ### 🐛 Bug Fixes
38-
39- - Save accepted requests
40-
41- ### 🚜 Refactor
42-
43- - Requests storage cleanup
44-
45- ### ⚙️ Miscellaneous Tasks
46-
47- - Update dependencies
48- - Release 0.8.0-rc.2 version
49-
50- ## [ 0.8.0-rc.1] - 2025-03-27
51-
52- ### 🚀 Features
53-
54- - Add multisig submodule
55- - Add membership command
56- - Accept incoming group requests
57- - Add pull option to pending command
58- - Allow signing with group identifier
59-
60- ### 🚜 Refactor
61-
62- - Reformat and fix comments
63-
64- ### ⚙️ Miscellaneous Tasks
65-
66- - Release 0.8.0-rc.1 version
67-
68- ## [ 0.7.3] - 2025-03-25
69-
70- ### 🐛 Bug Fixes
71-
72- - Correct import command behavior
73-
74- ### ⚙️ Miscellaneous Tasks
75-
76- - Release 0.7.3 version
77-
78- ## [ 0.7.2] - 2025-03-17
79-
80- ### 🐛 Bug Fixes
81-
82- - Allow binary input digesting command
83-
84- ### ⚙️ Miscellaneous Tasks
85-
86- - Release 0.7.2 version
87-
88- ## [ 0.7.1] - 2025-03-14
89-
90- ### 🐛 Bug Fixes
91-
92- - Add -d flag to digesting command
93-
94- ### ⚙️ Miscellaneous Tasks
95-
96- - Release 0.7.1 version
97-
98- ## [ 0.7.0] - 2025-03-13
99-
100- ### 🚀 Features
101-
102- - Use acdc crate
103- - Set schema in issue command
104- - Add said digesting command
105-
106- ### 🐛 Bug Fixes
107-
108- - Remove unwraps
109- - Expect valid said as oca bundle identifier
110- - Refine error message in debug command
111-
112- ### ⚙️ Miscellaneous Tasks
113-
114- - Release 0.7.0 version
115-
116- ## [ 0.6.1] - 2025-02-27
117-
118- ### 🐛 Bug Fixes
119-
120- - Cleanup database before alias overwriting
121-
122- ### ⚙️ Miscellaneous Tasks
123-
124- - Add command descriptions
125- - Cargo fmt
126- - Release 0.6.1 version
127-
128- ## [ 0.6.0] - 2025-01-29
129-
130- ### 🚀 Features
131-
132- - Add debug command
133-
134- ### 🐛 Bug Fixes
135-
136- - Fix import command
137-
138- ### ⚙️ Miscellaneous Tasks
139-
140- - Release 0.6.0 version
141-
142- ## [ 0.5.0] - 2025-01-16
1+ ## [ 0.8.2] - 2026-02-08
1432
1443### 🚀 Features
1454
5+ - Print help if no commands
6+ - Add kel find command
7+ - Add expand command
8+ - Describe attachments in expand command
9+ - Customize help output
10+ - Add init --seed-file option
14611- Rename whoami to info
14712- Use url instead of oobis in init command
14813- Add invalid signatures state
@@ -155,9 +20,27 @@ All notable changes to this project will be documented in this file.
15520- Allow to read from stdin for verify cmd
15621- Rename expand to inspect
15722- Add revoke command
23+ - Add debug command
24+ - Use acdc crate
25+ - Set schema in issue command
26+ - Add said digesting command
27+ - Add multisig submodule
28+ - Add membership command
29+ - Accept incoming group requests
30+ - Add pull option to pending command
31+ - Allow signing with group identifier
32+ - Allow group registry incepting
33+ - Add membership issue command
34+ - Add oobi flag to issue command
35+ - Allow issue acdc in cbor
15836
15937### 🐛 Bug Fixes
16038
39+ - Restrict signing to valid JSON inputs
40+ - Better errors in issue command
41+ - Remove whitespaces in expand command
42+ - Better error from said command
43+ - Fix parsing seed file
16144- Update short options for data issue
16245- Fix identifier info command
16346- Handle unknown alias in verify
@@ -175,38 +58,28 @@ All notable changes to this project will be documented in this file.
17558- Clear registry id while init
17659- Ask for confirmation when alias already exists
17760- Verify issued credential
61+ - Fix import command
62+ - Cleanup database before alias overwriting
63+ - Remove unwraps
64+ - Expect valid said as oca bundle identifier
65+ - Refine error message in debug command
66+ - Add -d flag to digesting command
67+ - Allow binary input digesting command
68+ - Correct import command behavior
69+ - Save accepted requests
70+ - Check for updates before verify
71+ - Update ci.yml
72+ - Update dependency and fix compilation errors
73+ - Update kel while verifing
74+ - Update teliox dependency
17875
179- ### ⚙️ Miscellaneous Tasks
180-
181- - Fix clippy warnings
182- - Update keri dependencies
183- - Release 0.5.0 version
184-
185- ### Build
76+ ### 💼 Other
18677
78+ - Bump cesrox version
18779- Update ci.yml
18880- Update ci.yml
18981- Update ci.yml
19082
191- ## [ 0.4.0] - 2024-11-28
192-
193- ### 🚀 Features
194-
195- - Print help if no commands
196- - Add kel find command
197- - Add expand command
198- - Describe attachments in expand command
199- - Customize help output
200- - Add init --seed-file option
201-
202- ### 🐛 Bug Fixes
203-
204- - Restrict signing to valid JSON inputs
205- - Better errors in issue command
206- - Remove whitespaces in expand command
207- - Better error from said command
208- - Fix parsing seed file
209-
21083### 🚜 Refactor
21184
21285- Better seed command errors
@@ -220,17 +93,33 @@ All notable changes to this project will be documented in this file.
22093- Move issue command
22194- Remove file option from sad command
22295- Rename data issue option
96+ - Reformat and fix comments
97+ - Requests storage cleanup
22398
22499### ⚙️ Miscellaneous Tasks
225100
226101- Improve documentation in the help for init
227102- Bump cesrox version
228103- Release 0.4.0 version
229-
230- ### Ichore
231-
232- - Bump cesrox version
233-
104+ - Fix clippy warnings
105+ - Update keri dependencies
106+ - Release 0.5.0 version
107+ - Release 0.6.0 version
108+ - Add command descriptions
109+ - Cargo fmt
110+ - Release 0.6.1 version
111+ - Release 0.7.0 version
112+ - Release 0.7.1 version
113+ - Release 0.7.2 version
114+ - Release 0.7.3 version
115+ - Release 0.8.0-rc.1 version
116+ - Update dependencies
117+ - Release 0.8.0-rc.2 version
118+ - Update dependencies
119+ - Release 0.8.0 version
120+ - Release 0.8.1 version
121+ - Bump cesrox, keri and said
122+ - Add .cargo to gitignore
234123## [ 0.3.0] - 2024-11-20
235124
236125### 🚀 Features
@@ -253,13 +142,16 @@ All notable changes to this project will be documented in this file.
253142### ⚙️ Miscellaneous Tasks
254143
255144- Release 0.3.0 version
256-
257145## [ 0.2.1] - 2024-11-15
258146
259147### 🚀 Features
260148
261149- Add verify command
262150
151+ ### 💼 Other
152+
153+ - Fix clippy warnings and reformat
154+
263155### 🚜 Refactor
264156
265157- Remove unwraps
@@ -270,11 +162,6 @@ All notable changes to this project will be documented in this file.
270162
271163- Create README.md
272164- Release 0.2.1 version
273-
274- ### Reformat
275-
276- - Fix clippy warnings and reformat
277-
278165## [ 0.2.0] - 2024-11-13
279166
280167### 🚀 Features
@@ -287,5 +174,3 @@ All notable changes to this project will be documented in this file.
287174- Add release.toml
288175- Add CI
289176- Release 0.2.0 version
290-
291- <!-- generated by git-cliff -->
0 commit comments