Skip to content

Commit 4047e9b

Browse files
github-actions[bot]ilya-lesikov
authored andcommitted
chore(main): release 1.3.3
1 parent 013e939 commit 4047e9b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.3.3](https://github.com/werf/wormatter/compare/v1.3.2...v1.3.3) (2026-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* detect free-floating comments and return error before reordering ([5bf46db](https://github.com/werf/wormatter/commit/5bf46db87a99aca4017854a4c04bbde204d8ca2a))
9+
* only reorder struct fields in named type declarations ([ca893b4](https://github.com/werf/wormatter/commit/ca893b48d2e3a5bbe47d2460b833241e2c768dbc))
10+
* preserve doc comments when merging var/const declarations ([c03d2d9](https://github.com/werf/wormatter/commit/c03d2d90fc7db41fc6a71939d51651e3dc8691e1))
11+
* preserve inline comments on single-spec declarations during merge ([0e64e06](https://github.com/werf/wormatter/commit/0e64e063d2ce3a1b8f670a7a985a8363136dfb92))
12+
* preserve original order of typed string constants ([013e939](https://github.com/werf/wormatter/commit/013e939e93f284bb1568f738c8730ed755315bc9))
13+
* preserve var initialization order instead of sorting alphabetically ([d6511b9](https://github.com/werf/wormatter/commit/d6511b9762e7c16e2c488ba0c160501d34f7fc42))
14+
* remove spurious blank lines between struct fields ([d51810b](https://github.com/werf/wormatter/commit/d51810b116fdd20300e79818c69a6d5a3533c96b))
15+
* skip struct field reordering for structs with encoding tags ([4ac788b](https://github.com/werf/wormatter/commit/4ac788b404096128cc689aa1e7a35f1478713ac9))
16+
317
## [1.3.2](https://github.com/werf/wormatter/compare/v1.3.1...v1.3.2) (2026-01-27)
418

519

0 commit comments

Comments
 (0)