Skip to content

Commit 1a51bee

Browse files
chore(main): release 0.2.0-rc.1
1 parent dee595d commit 1a51bee

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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-rc.1"
2+
".": "0.2.0-rc.1"
33
}

CHANGELOG.md

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

3+
## [0.2.0-rc.1](https://github.com/elixir-lang/expert/compare/v0.1.0-rc.1...v0.2.0-rc.1) (2026-02-24)
4+
5+
6+
### Features
7+
8+
* add `instance_id` metadata to logs ([#380](https://github.com/elixir-lang/expert/issues/380)) ([5c209be](https://github.com/elixir-lang/expert/commit/5c209be7490c44be6c3c12ca13058ddc16b91912))
9+
10+
11+
### Bug Fixes
12+
13+
* ensure `MIX_BUILD_PATH` is set for child processes ([#436](https://github.com/elixir-lang/expert/issues/436)) ([3178302](https://github.com/elixir-lang/expert/commit/31783023c9ba4b0152a76aa255572867cca1abe7))
14+
* **expert:** check start_child return in initialized handler ([#371](https://github.com/elixir-lang/expert/issues/371)) ([de979ce](https://github.com/elixir-lang/expert/commit/de979ceabaa108a3e5eb43a7675f13ac913ac76b))
15+
* forward logs through window log handler ([#418](https://github.com/elixir-lang/expert/issues/418)) ([c608dc8](https://github.com/elixir-lang/expert/commit/c608dc84597193a2875714636ad2eebf40820ad5)), closes [#382](https://github.com/elixir-lang/expert/issues/382)
16+
* support multiple elixir versions on multiroot projects ([#413](https://github.com/elixir-lang/expert/issues/413)) ([dee595d](https://github.com/elixir-lang/expert/commit/dee595d9040416f9036eaa355ac645a8f35da202))
17+
318
## [0.1.0-rc.1](https://github.com/elixir-lang/expert/compare/v0.1.0-rc.0...v0.1.0-rc.1) (2026-02-22)
419

520

version.txt

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

0 commit comments

Comments
 (0)