arnetheduck / nph

An opinionated code formatter for Nim
Other
77 stars 12 forks source link

Request Update: Release v0.5.2 #70

Open kasi-x opened 1 month ago

kasi-x commented 1 month ago

Current latest nph release (v0.5.1) is not compatible with current latest stable version of nim (v2.0.4), as it only supports Nim v2.0.3.

Change #68 addresses this compatibility, but it is not included in v0.5.1. Could you please release a new version (v0.5.2) for solving this situation.

If you release v0.5.2 (or v0.6) from current master branch, the release note would be below one.

# What's Changed

- register vscode extension for nims, nimble in #67
- Add support for nim version 2.0.4 in #68

**Full Changelog:** https://github.com/arnetheduck/nph/compare/v0.5.1...v0.5.2
kasi-x commented 1 month ago

I found this discussion and would like to know what actions are needed to resolve this situation. Should we create a GitHub Action and some test cases, or should we look for different results caused by the version update? https://github.com/arnetheduck/nph/pull/68#discussion_r1596484539