We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8f43f commit 8c23aeeCopy full SHA for 8c23aee
CHANGELOG.md
@@ -14,6 +14,23 @@
14
15
### Build tool
16
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
34
### Language server
35
36
### Formatter
0 commit comments