Skip to content

Commit 23decc6

Browse files
committed
docs: add PyPI packaging release notes
1 parent 7d3b6ab commit 23decc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/release_notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
These notes summarize local changes since the last commit.
44

5+
## PyPI Packaging Release (`shinka-evolve` 0.0.1)
6+
7+
- Added a first PyPI distribution under the package name `shinka-evolve`.
8+
- Added GitHub Actions trusted publishing via `.github/workflows/pypi-release.yml`.
9+
- Bundled Hydra presets inside `shinka/configs/` so `shinka_launch` works from a PyPI install.
10+
- Preserved the original shorthand launch syntax such as `variant=...`, `task=...`, `database=...`, and `cluster=...`.
11+
- Added an artifact gate that rejects `.gitignore`-matched files from release outputs.
12+
- Updated README, getting-started docs, agent docs, and skill installation notes to prefer PyPI install and document `--config-dir` for user-defined presets.
13+
514
## Highlights
615

716
- Added a full async pipeline via `ShinkaEvolveRunner` for concurrent proposal generation and evaluation.

0 commit comments

Comments
 (0)