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-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,35 +14,28 @@ 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.3
17
+
## What's Changed in v0.13.4
18
18
19
19
### 🚀 Features
20
20
21
21
22
-
* Fixed wrong key in execute_admin_add_solver function by @arkanoider in [#137](https://github.com/MostroP2P/mostro-cli/pull/137)
23
-
* improved changelog.md by @arkanoider
22
+
* fix: now users in changelog are links by [@arkanoider](https://github.com/arkanoider) in [#138](https://github.com/MostroP2P/mostro-cli/pull/138)
24
23
25
24
### 🐛 Bug Fixes
26
25
27
26
28
-
* cargo.toml version fixed by @arkanoider
29
-
* fixed wrong key in execute_admin_add_solver function by @arkanoider
30
-
31
-
### 🚜 Refactor
32
-
33
-
34
-
* added helper for all admin disputes commands by @arkanoider
27
+
* now users in changelog are links by [@arkanoider](https://github.com/arkanoider)
35
28
36
29
### ⚙️ Miscellaneous Tasks
37
30
38
31
39
-
* Release mostro-cli version 0.13.3 by @arkanoider
40
-
* update changelog for v0.13.2 by @github-actions[bot]
32
+
* Release mostro-cli version 0.13.4 by [@arkanoider](https://github.com/arkanoider)
33
+
* update changelog for v0.13.3 by [@github-actions[bot]](https://github.com/github-actions[bot])
41
34
42
35
## Contributors
43
-
*@arkanoider made their contribution
44
-
*@github-actions[bot] made their contribution
36
+
*[@arkanoider](https://github.com/arkanoider) made their contribution
37
+
*[@github-actions[bot]](https://github.com/github-actions[bot]) made their contribution
0 commit comments