it's another bugfix release
- fixed formatting of numbers in LSP json (they were only being formatted with up to 6 decimals … ted PIDs above 999,999 were being written in scientific notation causing rust-analyzer to crash)
- fixed find+replace handling of when the replacement matches the find pattern. so now e.g. you can replace
unsigned
withunsigned long
and it'll work as expected