Skip to content

Commit eccbb16

Browse files
committed
chore(release): align 0.6.1 release surfaces
Synchronize the crate lockfile, runtime version string, public docs, wireframe footer, and generated versioned static assets with the 0.6.1 Cargo.toml bump.
1 parent 2ed67b1 commit eccbb16

8 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎AGENTS.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Repository guidance for coding agents and maintainers working in
1414

1515
## Current Release
1616

17-
- Crate version: `0.6.0`.
17+
- Crate version: `0.6.1`.
1818
- Versioned asset outputs are emitted as `static/sf/sf.<version>.css` and
1919
`static/sf/sf.<version>.js`.
2020

‎Cargo.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ cargo build
734734

735735
Consumer integration stays npm-free. Maintainer release automation does not.
736736

737-
- Current crate release: `0.6.0`.
737+
- Current crate release: `0.6.1`.
738738
- Keep `CHANGELOG.md` current as work lands.
739739
- Use `RELEASE.md` as the source of truth when preparing a public release.
740740
- Run `make pre-release` before tagging.

‎WIREFRAME.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Shorthand: `SF.showError(title, detail)`
241241

242242
```
243243
+------------------------------------------------------------------------+
244-
| SolverForge │ Documentation │ GitHub v0.6.0 |
244+
| SolverForge │ Documentation │ GitHub v0.6.1 |
245245
| ↑ links with hover emerald ↑ right-aligned |
246246
+------------------------------------------------------------------------+
247247
```

‎js-src/00-core.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const SF = (function () {
66
'use strict';
77

8-
const sf = { version: '0.6.0' };
8+
const sf = { version: '0.6.1' };
99
var uidCounter = 0;
1010

1111
/* ── Utilities ── */
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const SF = (function () {
66
'use strict';
77

8-
const sf = { version: '0.6.0' };
8+
const sf = { version: '0.6.1' };
99
var uidCounter = 0;
1010

1111
/* ── Utilities ── */

‎static/sf/sf.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const SF = (function () {
66
'use strict';
77

8-
const sf = { version: '0.6.0' };
8+
const sf = { version: '0.6.1' };
99
var uidCounter = 0;
1010

1111
/* ── Utilities ── */

0 commit comments

Comments
 (0)