···4848 link or copy file or directory.
4949 ([Andrey Kozhev](https://github.com/ankddev))
50505151+- Git dependencies now support an optional `path` field to specify a
5252+ subdirectory within the repository. This is useful for monorepos that
5353+ contain multiple Gleam packages. For example:
5454+5555+ ```toml
5656+ [dependencies]
5757+ my_package = { git = "https://github.com/example/monorepo", ref = "main", path = "packages/my_package" }
5858+ ```
5959+6060+ ([John Downey](https://github.com/jtdowney))
6161+5162### Language server
52635364- The language server now supports go-to-definition, find-references and rename