Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jul 19, 2024
1 parent d58c033 commit b859830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nph.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.5.1"
version = "0.6.0"
author = "Jacek Sieka"
description = "Nim code formatter"
license = "MIT"
Expand Down

0 comments on commit b859830

Please sign in to comment.