···240240 directly matches branch when existing variables with same exist in outer
241241 scope.
242242 ([Andrey Kozhev](https://github.com/ankddev))
243243+244244+- Fixed a bug where `gleam publish` wrote the wrong application name into the
245245+ published package metadata for dependencies whose Hex package name differs
246246+ from their internal OTP application name. This caused Mix-based projects to
247247+ fail to build when they depended on Gleam packages with transitive
248248+ dependencies.
249249+ ([Logan Bresnahan](https://github.com/LoganBresnahan))