Skip to content

Commit a69ab68

Browse files
vshakitskiylpil
authored andcommitted
add changelog
1 parent b48aeb0 commit a69ab68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@
4545
Elixir file in a Gleam project.
4646
([Andrey Kozhev](https://github.com/ankddev))
4747

48+
- The build tool now has a new `gleam deps outdated` command that shows outdated
49+
versions for dependencies. For example:
50+
51+
```bash
52+
$ gleam deps outdated
53+
Package Current Latest
54+
wibble v1.4.0 v1.4.1
55+
wobble v1.0.1 v2.3.0
56+
```
57+
58+
([Vladislav Shakitskiy](https://github.com/vshakitskiy))
59+
4860
### Language server
4961

5062
- The "inline variable" code action can now trigger when used over the let

0 commit comments

Comments
 (0)