Skip to content

Commit 8c23aee

Browse files
committed
Changes!
1 parent ee8f43f commit 8c23aee

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@
1414

1515
### Build tool
1616

17+
- `gleam update`, `gleam deps update`, and `gleam deps download` will now print
18+
a message when there are new major versions of packages available.
19+
20+
```text
21+
$ gleam update
22+
Resolving versions
23+
24+
The following dependencies have new major versions available:
25+
26+
gleam_http 1.7.0 -> 4.0.0
27+
gleam_json 1.0.1 -> 3.0.1
28+
lustre 3.1.4 -> 5.1.1
29+
```
30+
31+
([Amjad Mohamed ](https://github.com/andho))
32+
33+
1734
### Language server
1835

1936
### Formatter

0 commit comments

Comments
 (0)