Skip to content

Tags: atopile/atopile

Tags

v0.14.1004

Toggle v0.14.1004's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CI: Remove specific pre-release version computation and add dry runs …

…per PR (#1672)

- Remove seperate path pre-release version computation
- Do extension release dry-runs on each PR
- Fix a zig bug when doing builds without an existing zig-out folder

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix vsx release workflow (#1670)

### Series of events leading to silent release failure
- No python version specified in workflow, uv auto selected python
3.14.0rc2
- Pipe configured to swallow crashes
- npm version didn't run leading to hardcoded 0.14.0 being filled for
version
- --skip-duplicate flag on upload commands lead to silent skip of
duplicate version

### Mitigations to resolve
- Specify python 3.14 for uv
- Don't swallow crashes in the workflow
- Dedicated version computation step with no silent crashing
- Remove hard-coded 0.14.0 in extension .json, use 0.0.0 sentinel and
crash if it's detected in the workflow
- Remove skip-duplicate from upload commands, crash instead of skipping

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deps: Remove direct dependency blocking pypi release (#1669)

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
VSCE: frontend startup improvements (#1666)

- Remove redunant ato bin search
- Prevent schema autogeneration from running every extension activation
- Remove LSP startup from blocking webview show
- Cleanup extension logging

**Results**
Total startup time: 3.79s -> 2.67s

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Staging: 0.14.x (#1517)

# 0.14.x Staging branch

This release will contain deep core changes. 
Primarily using zig and the new graph language.
Also restructuring of what faebryk means.

Primary goals:
- speed
- maintainability
- understanding of the core
- more powerful graph
- serializable graph

## Open PRs
#1528

---------

Co-authored-by: Nicholas Krstevski <nick@atopile.io>
Co-authored-by: Ray Allen <ray@atopile.io>
Co-authored-by: RubenB-ITENG <94007802+ruben-iteng@users.noreply.github.com>
Co-authored-by: Nick Krstevski <51719418+nickkrstevski@users.noreply.github.com>
Co-authored-by: Narayan Powderly <narayan@atopile.io>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Sam Mellor <sam@atopile.io>

v0.14.0.dev1

Toggle v0.14.0.dev1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Agents: Disable file creation & Improve Claude.md (#1554)

Also add AGENTS.md that links to claude.

v0.14.0.dev0

Toggle v0.14.0.dev0's commit message
printing logs with -v

v0.12.5

Toggle v0.12.5's commit message
Libs: Add Package Version Fallback Support (#1549)

Add package install fallback functionality
Base commit: af90515

When adding package dependency to project, find latest package version
that satisfies minimum required ato version.

Current behavior fails to add package if ato version is not compatible
with latest package version.

Run CI jobs on branches named 'release/'

v0.12.4

Toggle v0.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Libs: Packages: Fix missing auth header (#1496)

Re-includes `Authorization` header for package publishing

v0.12.3

Toggle v0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Buildutil: Fix virtual build step handling (#1493)

Refactors buildutil to remove special handling for virtual steps from
the caller. Fixes virtual steps never reporting success, blocking
downstream execution.