diff --git a/CHANGELOG.md b/CHANGELOG.md index e9484be..72ffbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.6.0 + +* avoid putting `,` on its own line after complex expressions, where possible +* allow compiling with a wider range of Nim 2.0 versions, hoping it won't break +* a few bugfixes + # 0.5.1 * fix a bug in the length computation of postfix-commented items diff --git a/nph.nimble b/nph.nimble index 7c86385..b4226e2 100644 --- a/nph.nimble +++ b/nph.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5.1" +version = "0.6.0" author = "Jacek Sieka" description = "Nim code formatter" license = "MIT"