You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-27Lines changed: 8 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,33 +14,14 @@ gpg: Firma correcta de "Francisco Calderón <fjcalderon@gmail.com>" [absoluta]
14
14
```
15
15
That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with `shasum -a 256 <filename>`, compare it with the corresponding one in the manifest file, and ensure they match exactly.
16
16
17
-
## What's Changed in v0.13.0
18
-
* Release mostro-cli version 0.13.0 by @arkanoider
19
-
* wrong key sent on dispute admin commands by @arkanoider
20
-
* introduced some unit testing by @arkanoider
21
-
* removed all unwraps and improved some part of filter creation by @arkanoider
22
-
* fixed some errors on parsing - now it's testable by @arkanoider
23
-
* context used in all functions, not compiling for another optimization to complete by @arkanoider
24
-
* compiling with new ctx struct - looking for fix on addinvoice response parse by @arkanoider
25
-
* better management of context variable - cleaner approach for user by @arkanoider
26
-
* some bugs on keys parameters fixed - will continue with the order flow by @arkanoider
27
-
* fixing ideas on dm by @arkanoider
28
-
* removed many unwraps and some logic improvement by @arkanoider
29
-
* unwrap removal from list_order.rs and dms.rs by @arkanoider
30
-
* executed rabbit advices where good, some cosmetics by @arkanoider
31
-
* collapsed in one file take order actions and tested use case of take and cancel by @arkanoider
32
-
* testing flows - neworder, take sell and takebuy - fixing a db saving issue by @arkanoider
33
-
* added rabbit suggestion by @arkanoider
34
-
* added rabbit suggestion by @arkanoider
35
-
* completing new commands refactor, neworder and take order works now by @arkanoider
36
-
* successfully rebased on main branch the cli refactor by @arkanoider
37
-
* big restyle all around the codebase - to be fully tested by @arkanoider
38
-
* trying to improve messages rx without sleep of thread by @arkanoider
39
-
* Drop token columns if they exist by @grunch
40
-
* add user-to-user and user-to-admin communication via gift wraps by @Catrya
41
-
* removed unwrap by @arkanoider
42
-
* add restore command by @arkanoider
17
+
## What's Changed in v0.13.1
18
+
* Release mostro-cli version 0.13.1 by @arkanoider
19
+
* configure git-cliff to generate PR links in changelog by @arkanoider
20
+
* update changelog for v0.13.0 by @github-actions[bot]
0 commit comments