Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:18
  • release.yml: marketplace pushes non-blocking via continue-on-error
  • release.yml: github-release uses explicit release ID, not tag lookup
  • release.yml: skip marketplace pushes on RC tags
  • release.yml: pre-create draft release for Tauri matrix; skip homebrew on RC tags
  • release: strip empty Apple-signing env; guard add_signal_handler on Windows

Install

Python (CLI / library):

pip install 'ignite-ember==0.6.0'
# or
uv pip install 'ignite-ember==0.6.0'

JetBrains plugin: download the ember-code-jetbrains-*.zip
asset below and install via Settings → Plugins → ⚙ →
Install Plugin from Disk…

VSCode extension: download the ember-code-vscode-*.vsix
asset below and install with:

code --install-extension ember-code-vscode-*.vsix

Both IDE plugins bootstrap uv + Python + ignite-ember on
first launch — no manual setup required.