From 42581cd7d41bd6928af901907a1dde6cec69274c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:05:39 +0000 Subject: [PATCH] chore(main): release 0.1.0-rc.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ version.txt | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39661986..1e8fac44 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-rc.6" + ".": "0.1.0-rc.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ebaf69..abc9ba0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.0-rc.7](https://github.com/elixir-lang/expert/compare/v0.1.0-rc.6...v0.1.0-rc.7) (2026-03-19) + + +### Bug Fixes + +* **forge:** id generator must not create duplicate IDs ([#499](https://github.com/elixir-lang/expert/issues/499)) ([7a4e333](https://github.com/elixir-lang/expert/commit/7a4e33347e0005d4ec10c9f5ef94148983bb9f96)) +* issues with creating `.expert` directory too eagerly ([#520](https://github.com/elixir-lang/expert/issues/520)) ([1c51871](https://github.com/elixir-lang/expert/commit/1c51871bbb68bbbdb4031fe425b2c3540c2cc619)) +* startup and tests on Windows ([#518](https://github.com/elixir-lang/expert/issues/518)) ([a2a2947](https://github.com/elixir-lang/expert/commit/a2a29470fb5e39c9942c9fd8cdbafe9da95d95c8)), closes [#515](https://github.com/elixir-lang/expert/issues/515) + ## [0.1.0-rc.6](https://github.com/elixir-lang/expert/compare/v0.1.0-rc.5...v0.1.0-rc.6) (2026-03-10) diff --git a/version.txt b/version.txt index b7a6f87c..f1683f91 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0-rc.6 +0.1.0-rc.7