Commit a2e6150
authored
Release 1.0.0 (Steel Donut): version bump (#37)
## Summary
Bumps Forge to **1.0.0 (Steel Donut)** — the first stable release.
- All **40 workspace crates**: `0.1.0-alpha.1` → `1.0.0` (+
`Cargo.lock`). `forge --version` now reports `forge 1.0.0`.
- Live version references aligned: `ext_devtools`/`ext_webview` module
tables, the `ext_debugger` example output (`ts/init.ts` + generated
`sdk/runtime.debugger.ts`), `roadmap.md` "as of" notes, and the project
status in `CLAUDE.md`.
- `CHANGELOG.md`: new `## [1.0.0]` entry (the historical `0.1.0-alpha.1`
entry preserved).
- Historical/contextual refs left as-is: `Site.md` audit, the CHANGELOG
alpha entry, and `release.yml`'s compare-from baseline
(`v0.1.0-alpha.2`).
## Test plan
- [x] `cargo build -p forge_cli -p forge-runtime --release` succeeds;
**`forge --version` → `forge 1.0.0`**
- [x] Drift gate in sync; fmt clean on touched crates
- [x] Site builds (90 pages)
## Release follow-up (after merge)
This PR is the version bump only. Making `curl -fsSL
https://forge-deno.com/install.sh | sh` work requires a **published
GitHub Release with the `forge-<target>.tar.gz` assets**, which
`release.yml` builds when the `v*` tag is pushed. Sequence after merge:
tag `v1.0.0p-steel-donut` on `main` → CI cross-builds
Win/macOS-ARM/Linux + creates the draft release with assets → publish
(un-draft) so `latest` resolves.
> **Note:** the current published "latest" (`v0.1.0-alpha.2`) has **zero
assets**, so the install script is broken today — this release fixes
that.
🤖 Generated with [Claude Code](https://claude.com/claude-code)50 files changed
Lines changed: 167 additions & 92 deletions
File tree
- .github/workflows
- crates
- ext_app
- ext_bundler
- ext_codesign
- ext_console
- ext_crypto
- ext_database
- ext_debugger
- ts
- ext_devtools
- src
- ext_display
- ext_dock
- ext_etcher
- ext_fs
- ext_image_tools
- ext_ipc
- ext_lock
- ext_log
- ext_monitor
- ext_net
- ext_os_compat
- ext_path
- ext_process
- ext_protocol
- ext_shell
- ext_shortcuts
- ext_signals
- ext_storage
- ext_svelte
- ext_sys
- ext_timers
- ext_trace
- ext_updater
- ext_wasm
- ext_web_inspector
- ext_webview
- src
- ext_weld
- ext_window
- forge-docs-check
- forge-runtime
- forge-smelt
- forge_cli
- sdk
- site/src/content/docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
123 | 167 | | |
124 | 168 | | |
125 | 169 | | |
| |||
190 | 234 | | |
191 | 235 | | |
192 | 236 | | |
193 | | - | |
| 237 | + | |
194 | 238 | | |
195 | 239 | | |
196 | 240 | | |
| |||
207 | 251 | | |
208 | 252 | | |
209 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
210 | 260 | | |
211 | 261 | | |
212 | 262 | | |
| |||
219 | 269 | | |
220 | 270 | | |
221 | 271 | | |
| 272 | + | |
222 | 273 | | |
223 | 274 | | |
224 | 275 | | |
| |||
236 | 287 | | |
237 | 288 | | |
238 | 289 | | |
239 | | - | |
| 290 | + | |
240 | 291 | | |
241 | 292 | | |
242 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
8 | 32 | | |
9 | 33 | | |
10 | 34 | | |
| |||
0 commit comments