Skip to content

Releases: cmars/onionpipe-rs

v0.4.0

06 May 02:09
ec832b8
Compare
Choose a tag to compare

Chore

  • Unlimited checkout depth
    Trying to fix smart-release action
  • Checkout with history for smart-release

Bug Fixes

  • Add release action

New Features (BREAKING)

  • Add service management CLI commands
    Add CLI subcommands for adding (idempotent), listing, and deleting service v3 keys.

Commit Statistics

  • 4 commits contributed to the release.
  • 5 days passed between releases.
  • 4 commits were understood as conventional.
  • 2 unique issues were worked on: #11, #12

Commit Details

<csr-read-only-do-not-edit/>

view details
  • #11
    • Add service management CLI commands (d62e283)
  • #12
  • Uncategorized
    • Unlimited checkout depth (66945d1)
    • Checkout with history for smart-release (51e1e40)

v0.3.2

30 Apr 20:03
35b428e
Compare
Choose a tag to compare

Chore

  • Derive config from CLI expressions
    Drive onionpipe builder entirely from config, deriving a dynamic config from the CLI if a file is not specified.

New Features

  • Secret key store for service and client auth keys

Commit Statistics

  • 2 commits contributed to the release over the course of 42 calendar days.
  • 62 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #8, #9

Commit Details

<csr-read-only-do-not-edit/>

view details
  • #8
    • Derive config from CLI expressions (401c60c)
  • #9
    • Secret key store for service and client auth keys (70a15ca)

v0.3.1

26 Feb 17:34
446a55c
Compare
Choose a tag to compare

Chore

  • README updates
    Updating README to reflect state of latest 0.3.0 release

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #6

Commit Details

view details

v0.3.0

25 Feb 20:26
bf2c441
Compare
Choose a tag to compare

New Features

  • parse forward expressions from CLI
    Parse multiple onionpipe-style expressions from command line args.

Commit Statistics

  • 1 commit contributed to the release.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #5

Commit Details

view details
  • #5
    • parse forward expressions from CLI (b5554e0)

v0.2.2

20 Feb 17:48
122cbfa
Compare
Choose a tag to compare

What's Changed

  • feat: forward expression parser by @cmars in #4

Full Changelog: v0.2.1...v0.2.2