Skip to content

Commit b4bd5cc

Browse files
author
qpzmV
committed
update doc and version to #v1.5.1
Test on the dataset: movebit/aptos_move_dataset@512b4b3
1 parent 6efc138 commit b4bd5cc

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "movefmt"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
repository = "https://github.com/movebit/movefmt"
55
license = "Apache-2.0"
66
publish = false

doc/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#v1.5.1">v1.5.1</a><br/>
1112
<a href="#v1.5.0">v1.5.0</a><br/>
1213
<a href="#v1.4.9">v1.4.9</a><br/>
1314
<a href="#v1.4.8">v1.4.8</a><br/>
@@ -55,6 +56,13 @@
5556
</table>
5657

5758

59+
<a id="v1.5.1"></a>
60+
## 2026-02-12, Version v1.5.1
61+
* [[`6efc138`](https://github.com/movebit/movefmt/commit/6efc1382d4ccfc9bba5653164ac08cc412ce954e)] - fix issue #93: wrong spacing on compound assignment
62+
* [[`086bf26`](https://github.com/movebit/movefmt/commit/086bf26593a5846b80e0650684bb380cbacf50c2)] - fix issue #92: wrong formatting on Receiver call with generics
63+
* [[`b11253e`](https://github.com/movebit/movefmt/commit/b11253e15296215b7b81263d91550f3c3de04ba0)] - optimize format_token_trees()
64+
65+
5866
<a id="v1.5.0"></a>
5967
## 2026-02-11, Version v1.5.0
6068
* [[`c201b23`](https://github.com/movebit/movefmt/commit/c201b23b33685b6d2c96e83507aa7e190a07b32a)] - optimize need_new_line_after_branch()

src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ fn print_usage_to_stdout(opts: &Options, reason: &str) {
500500
}
501501

502502
fn print_version() {
503-
println!("movefmt v1.5.0");
503+
println!("movefmt v1.5.1");
504504
}
505505

506506
fn determine_operation(matches: &Matches) -> Result<Operation, OperationError> {

0 commit comments

Comments
 (0)