Skip to content

Commit d343946

Browse files
giacomocavalierilpil
authored andcommitted
CHANGELOG
1 parent 2b2db00 commit d343946

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,18 @@
114114
dependencies every single time it is run.
115115
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
116116

117+
- The build tool now produces a nicer error message when trying to add a
118+
package's version that doesn't exist. For example, running `gleam add wisp@11`
119+
will now produce:
120+
121+
```txt
122+
error: Dependency resolution failed
123+
124+
The package `wisp` has no versions in the range >= 11.0.0 and < 12.0.0.
125+
```
126+
127+
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
128+
117129
- The build tool will now suggest to create a module in the `dev` or `test`
118130
directory, if that missing module is a dev module or a test module
119131
respectively.

0 commit comments

Comments
 (0)