Skip to content

Commit 4914787

Browse files
chore: update changelog for v0.13.1
1 parent d684ffa commit 4914787

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

CHANGELOG.md

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,14 @@ gpg: Firma correcta de "Francisco Calderón <fjcalderon@gmail.com>" [absoluta]
1414
```
1515
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.
1616

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]
4321

44-
**Full Changelog**: https://github.com/MostroP2P/mostro-cli/compare/v0.11.0...v0.13.0
22+
## New Contributors
23+
* @github-actions[bot] made their first contribution
24+
25+
**Full Changelog**: https://github.com/MostroP2P/mostro-cli/compare/v0.13.0...v0.13.1
4526

4627
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)