Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 1.17.0 (2025-12-29)

- Added: elm-tooling now supports Windows ARM! There are no Windows ARM64 binaries, but the x86_64 binaries work on Windows ARM thanks to the WoW64/Prism compatibility layer, so elm-tooling simply points to the x86_64 binaries. Thanks to Eli ([@lishaduck](https://github.com/lishaduck))!

### Version 1.16.0 (2025-06-19)

- Added: elm-format 0.8.8.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ With the above steps, you might end up with changes like this:
"devDependencies": {
- "elm": "0.19.1",
- "elm-format": "0.8.3"
+ "elm-tooling": "1.16.0"
+ "elm-tooling": "1.17.0"
},
"scripts": {
+ "postinstall": "elm-tooling install"
Expand Down
2 changes: 1 addition & 1 deletion package-real.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-tooling",
"version": "1.16.0",
"version": "1.17.0",
"author": "Simon Lydell",
"license": "MIT",
"description": "Manage elm-tooling.json. Install Elm tools.",
Expand Down