* tmp fix: set new version to 0.0.38
* get latest npm version and bump it instead of relying on package.json which can be out of sync
* improve cargo-edit cache
* add timestamp to tags
* chore: bump version to 0.0.40-nbump.0
* chore: bump version to 0.0.40-nbump.1
* fix tag name
* chore: bump version to 0.0.40-nbump.2
* fix double v in tag name
* chore: bump version to 0.0.40-nbump.3
---------
Co-authored-by: GitHub Action <action@github.com>
* bump version in Cargo.toml to match npm version
* chore: bump version to 0.0.37-ersion.0
* chore: bump version to 0.0.37-ersion.1
* bump version in Cargo.toml to match npm version
* chore: bump version to 0.0.37-ersion.2
* use node script to bump cargo version
* use cargo-edit to set version
* add cache for cargo-edit
* set cargo version same as npm
* fix cargo toml location
* fix cargo toml version
* chore: bump version to 0.0.37-ersion.3
---------
Co-authored-by: GitHub Action <action@github.com>
* add branch suffix to avoid tag and release clash
* remove dashed from branch
* chore: bump version to 0.0.37-clash.0
---------
Co-authored-by: GitHub Action <action@github.com>
* add basic sentry integration
* add FE sourcemaps to Sentry
* add sentry release step to pre-release workflow
* add test exceptions
* update pnpm lock file
* workflow fixes
* upload rust debug files to sentry in CI
* fix action name
* fix sentry upload action args
* fix env name to match CI
* fix sentry-cli on windows
* remove test errors, format FE files
* cargo fmt
* mcp bin async fix
* update Sentry DSN to new project
* update Sentry DSN to new project
* make pre-release workflow manual-only, bump version automatically
* chore: bump version to 0.0.31-bump-version-automatically.0
* update version manually in both package.json files
* roll back version
* use npm for updating version
* chore: bump version to 0.0.31
---------
Co-authored-by: GitHub Action <action@github.com>
* provide npm token in env
* add manual trigger to publish workflow
* bump version
* accept tag name and release id from manual trigger
* log release id
* put back missing steps
* fix permissions to update release notes
* add code-signing
* bump version
* use key json instead of separate secrets
* sign and notarize separately
* fix typos
* fix double zipping
* skip npm zipping for mac
* zip file instead of a folder
* fix zip names
* windows fix
* minor fixes
* try to fix zipping issue
* use zip -j flag to avoid folder structure
* fix mcp binary name for linux-arm64
* normalize mcp binary name
* chore: buildjet on test.yml
* remove backend fmt, test and clippy checks from pre-release workflow
---------
Co-authored-by: couscous <couscous@runner.com>