From de5cd4823e63424adb58ef3717524348ae6c4d87 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Wed, 28 Feb 2024 15:23:40 +0100 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 6 ++++++ nph.nimble | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9949ff3..e9484be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.5.1 + +* fix a bug in the length computation of postfix-commented items +* fix a bug in statement list expression rendering in calls +* fix a bug in whitespace retention between calls + # 0.5 * allow function calls to partially fill line in assignments diff --git a/nph.nimble b/nph.nimble index 286d31a..b533a21 100644 --- a/nph.nimble +++ b/nph.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5" +version = "0.5.1" author = "Jacek Sieka" description = "Nim code formatter" license = "MIT"