Skip to content

Releases: ara-home/ara

v0.11.0

09 Jun 23:13

Choose a tag to compare

[0.11.0] - 2026-06-09

🚀 Features

  • Add changelog bot workflow (#35)

💼 Other

  • Bump to v0.11.0

⚙️ Miscellaneous Tasks

  • Update changelog

v0.10.1

09 Jun 22:42
4f0b021

Choose a tag to compare

[0.10.1] - 2026-06-09

🐛 Bug Fixes

  • Respect version constraints and handle prerelease/compound ranges (#34)

v0.10.0

09 Jun 01:56

Choose a tag to compare

[0.10.0] - 2026-06-09

🐛 Bug Fixes

  • (deps) Update rust crate toml to v1 (#32)

💼 Other

  • Bump to v0.10.0

📚 Documentation

  • Populate CHANGELOG with all releases from v0.1.0 to v0.9.1

⚙️ Miscellaneous Tasks

  • Add Renovate dependency update config

v0.9.1

08 Jun 17:12

Choose a tag to compare

[0.9.1] - 2026-06-08

🚀 Features

  • (install) Add --package-lock flag to generate package-lock.json (#27)

💼 Other

  • Bump to v0.9.1

📚 Documentation

  • Document --package-lock flag in README

v0.9.0

08 Jun 15:00
6e06ba5

Choose a tag to compare

[0.9.0] - 2026-06-08

🚀 Features

  • Reduce security scanner noise by skipping .d.ts files and auto-approving low-risk packages (#25)

⚡ Performance

  • Speed up install phase 3b by 7x with HTTP/2 warmup, larger window, and batch SQLite inserts (#26)

v0.8.0

08 Jun 13:28

Choose a tag to compare

[0.8.0] - 2026-06-08

🚀 Features

  • Add CodSpeed continuous benchmarking CI and add +3 fixtures e2e tests (#24)

💼 Other

  • Bump to v0.8.0

⚡ Performance

  • Optimize Phase 3b installation with concurrency and streaming extraction (#23)

v0.7.0

07 Jun 14:16

Choose a tag to compare

[0.7.0] - 2026-06-07

🐛 Bug Fixes

  • (robustness) Prevent silent data loss in legacy index migration and lockfile reads (#17)
  • (robustness) Propagate write_lockfile errors and gate graph cleanup behind --aggressive (#18)
  • (robustness) Add warnings to silent error paths in install and resolver (#19)
  • Distinguish 404, parse errors, and network errors in registry source (#20)
  • Add input validation for manifest and lockfile (#21)

💼 Other

  • Bump to v0.7.0

🧪 Testing

  • Add more tests (#22)

v0.6.0

07 Jun 03:01

Choose a tag to compare

[0.6.0] - 2026-06-07

🚀 Features

  • (store-efficiency) Atomic operations, integrity checks, sharding, SQLite index, and full GC (#15)
  • (workspace-protocol) Parse workspace: prefix, live symlinks, and e2e tests (#16)

🐛 Bug Fixes

  • (readme) Translate Portuguese examples to English

💼 Other

  • Bump to v0.6.0

📚 Documentation

  • (readme) Document workspace protocol, live symlinks, and hybrid manifests

v0.5.0

06 Jun 20:21

Choose a tag to compare

[0.5.0] - 2026-06-06

🐛 Bug Fixes

  • (registry) Correct tarball URL for scoped npm packages (@scope/name) (#12)
  • Build windows

v0.4.1

05 Jun 14:44

Choose a tag to compare

[0.4.1] - 2026-06-05

🐛 Bug Fixes

  • (registry) Respect dist-tags.latest and fix tarball URLs with prerelease (#11)

💼 Other

  • Bump to v0.4.1"

📚 Documentation

  • (readme) Document direct package install (ara install )

⚙️ Miscellaneous Tasks

  • (makefile) Add install target for local binary