Skip to content

Commit adb658d

Browse files
chore(main): release 0.1.1
1 parent 728b76e commit adb658d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/elixir-lang/expert/compare/v0.1.0...v0.1.1) (2026-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **engine:** stop double applying alias suffix when prefix is aliased ([#545](https://github.com/elixir-lang/expert/issues/545)) ([9de53c2](https://github.com/elixir-lang/expert/commit/9de53c22d2a829549356090451a122fa2d0cfd51))
9+
* **engine:** unify import lookup to correctly resolve local calls ([#547](https://github.com/elixir-lang/expert/issues/547)) ([728b76e](https://github.com/elixir-lang/expert/commit/728b76eaeb7495e5df7eefeac32221a533c993f5))
10+
* hang at startup if .bashrc contains exec call ([#527](https://github.com/elixir-lang/expert/issues/527)) ([73b8d28](https://github.com/elixir-lang/expert/commit/73b8d288d92f319ee8920f0dde1e0206b13e4c0f))
11+
312
## [0.1.0](https://github.com/elixir-lang/expert/compare/v0.1.0-rc.6...v0.1.0) (2026-03-27)
413

514

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)