Skip to content

v0.96.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 16:54
· 3 commits to main since this release
7fc4001

nidus 0.96.1

As a library:

cargo add nidus@0.96.1

As a CLI / server binary:

cargo binstall nidus              # prebuilt binary (incl. memory endpoints)
cargo install nidus   # from source

Changes

  • 🪺 simplify: one mock server, one e2e harness (#257)
  • 🪺 skill: simplify and optimize lanes for code that already ships (#256)
  • 🪺 docs: keep the two browser e2e tests honest against the new home page (nidus-e4k) (#255)
  • 🪺 docs: a landing page that sells the product, not the category (#254)
  • 🪺 docs: lead the home page with the CLI, serve and code (#252)