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.16.0 (2025-06-19)

- Added: elm-format 0.8.8.

### Version 1.15.1 (2024-03-18)

- Fixed: elm-tooling now works with curl 8.6.0 ([#128](https://github.com/elm-tooling/elm-tooling-cli/pull/128)).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020, 2021, 2022, 2023, 2024 Simon Lydell
Copyright (c) 2020, 2021, 2022, 2023, 2024, 2025 Simon Lydell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.15.1"
+ "elm-tooling": "1.16.0"
},
"scripts": {
+ "postinstall": "elm-tooling install"
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.15.1",
"version": "1.16.0",
"author": "Simon Lydell",
"license": "MIT",
"description": "Manage elm-tooling.json. Install Elm tools.",
Expand Down
Loading