Skip to content

Commit f0f282c

Browse files
ooplesclaude
andauthored
chore(main): release 0.1.0-preview.1 (#7)
* chore(main): release 0.1.0-preview.1 * chore(changelog): keep one 0.1.0-preview.1 heading CHANGELOG.md carried two headings for the same version: a hand-written "0.1.0-preview.1 (2026-09-04)" already on main, and the one release-please generates for this release, "0.1.0-preview.1 (2026-09-08)". One version with two headings and two dates splits the release notes, and whichever tool reads the changelog for the published release notes would pick up only one of them. Merged into the generated heading, which carries the real release date. The four hand-written bullets describe what the package actually contains and the generated entries do not restate them, so they are kept as the section's summary above the conventional-commit Features and Bug Fixes lists. Nothing was dropped from either section. The stale entry was a placeholder rather than a record of a shipped release: there is no v0.1.0-preview.1 tag, no GitHub release, the package has never been pushed to NuGet, and main's .release-please-manifest.json is still {}. So the right fix is to merge the headings, not to bump the version. Addresses the CodeRabbit review comment on CHANGELOG.md:3. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016jgqTmscEnkgmAp1TkNFpG --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 17f74db commit f0f282c

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"0.1.0-preview.1"}

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Changelog
22

3-
## 0.1.0-preview.1 (2026-09-04)
3+
## 0.1.0-preview.1 (2026-09-08)
44

55
- Extract the deterministic quality-diversity engine from AiDotNet with its original Git history.
66
- Provide typed task, variation, selection, refinement, archive, migration, observer, and persistence contracts.
77
- Support MAP-Elites, deterministic parallel evaluation, islands, migration, trace output, and checkpoint/resume.
88
- Target .NET 10, .NET 8, and .NET Framework 4.7.1 without depending on AiDotNet or AiDotNet.Tensors.
9+
10+
### Features
11+
12+
* introduce standalone deterministic evolution engine ([#1](https://github.com/ooples/AiDotNet.Evolution/issues/1)) ([6fab34c](https://github.com/ooples/AiDotNet.Evolution/commit/6fab34cbe973935e74cd6afd9fe37a7657cc5689))
13+
14+
15+
### Bug Fixes
16+
17+
* **ci:** stop SonarCloud from permanently blocking Dependabot PRs ([#11](https://github.com/ooples/AiDotNet.Evolution/issues/11)) ([a924578](https://github.com/ooples/AiDotNet.Evolution/commit/a9245789ab5cd0a86824808ab30fb86256db0352))
18+
* **release:** isolate NuGet publishing OIDC ([#13](https://github.com/ooples/AiDotNet.Evolution/issues/13)) ([17f74db](https://github.com/ooples/AiDotNet.Evolution/commit/17f74db0d1ed55d90574ccd075d0dbeeae61de39))

0 commit comments

Comments
 (0)