Skip to content

Releases: helsing-ai/buffrs

v0.13.3 – Hotfix Workspace Publishing

03 Jun 15:31
v0.13.3
d16dcc4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.13.3

v0.13.2 – Workspace Publishing Fix

16 Apr 11:54
v0.13.2
cb25dd9

Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1 – Transitive Workspace Publishing Fix

15 Apr 10:07
v0.13.1
e28652d

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0 – Improved Nix Integration

09 Apr 11:23
v0.13.0
5af4db8

Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.13.0

v0.12.1

09 Dec 19:58
f92cc59

Choose a tag to compare

What's Changed

  • Fix: Resolve Pinned Dependencies from Cache (No Network) by @markusz in #288

v0.12.0 – Workspace Support

06 Nov 08:05
083f759

Choose a tag to compare

What's Changed

0.12.0

Workspace support and local dependencies

Features

  • Workspace support: Manage multiple related packages from a single root directory (similar to Cargo workspaces). Commands like buffrs install and buffrs publish now operate on all workspace members automatically, handling dependency ordering and deduplication.
  • Recursive local dependency installation: Local dependencies are installed automatically - no need to manually navigate to each dependency directory and run buffrs install.
  • Publishing with local dependencies: Packages with local dependencies can now be published. Buffrs automatically:
    • Publishes dependencies before dependents (topological ordering)
    • Converts local path references to registry references in published packages
    • Prevents duplicate publishing of the same package

Internal Improvements

  • Complete modularization of dependency resolution and publishing logic for better maintainability
  • Significantly increased test coverage from 46 to 118 tests

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0 – Update dependencies and use edition 2024

16 Jun 16:44
11680b5

Choose a tag to compare

What's Changed

  • Update dependencies, use edition 2024, and nixpkgs stable by @ntrinquier in #281

Full Changelog: v0.10.0...v0.11.0

v0.10.0 – Security and Stability Improvements

15 Apr 14:30
951e7fb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0 – Local Dependencies

24 Jul 10:42
077160a

Choose a tag to compare

What's Changed

  • Update readme.md removing outdated commands by @fredrb in #255
  • Add buffrs new command to init a package in a non-existing folder by @gbouv in #256
  • buffrs add now accept dependency with no version and defaults to latest by @gbouv in #259
  • Allow dependencies in Proto.lock to be updated when manifest changes by @fredrb in #257
  • Store package in cache on first download by @fredrb in #260
  • Add default overlay by @tomkarw in #261
  • Local Dependencies by @mara-schulke in #262

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1 – Security Improvements

10 Jun 15:25
8b49387

Choose a tag to compare

What's Changed

New Contributors

  • @poliorcetics made their first contribution in #233
  • @DavidWHelsing made their first contribution in #245

Full Changelog: v0.8.0...v0.8.1