Skip to content

Releases: fpco/pid1-rs

v0.1.3

14 Nov 02:46
v0.1.3
0306ae8
Compare
Choose a tag to compare

What's Changed

  • Support for running with specific user id and group id by @psibi in #16

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Oct 03:26
v0.1.2
16677ac
Compare
Choose a tag to compare

What's Changed

  • Fix Cargo.lock for packaging pid1-rs binary by @psibi in #15

Full Changelog: v0.1.1...v0.1.2

v0.1.1

04 Oct 03:01
v0.1.1
7b867ba
Compare
Choose a tag to compare

What's Changed

  • Fix cargo metadata by @psibi in #13
  • Add Cargo.lock to make distributing the binary easier by @psibi in #14

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Oct 13:09
v0.1.0
0ffaeb5
Compare
Choose a tag to compare

What's Changed

  • Integrate github actions by @psibi in #2
  • Ability to optionally log by @psibi in #1
  • Forward signals to the application by @psibi in #3
  • Remove usage of graceful_shutdown by @psibi in #4
  • CI: Add MacOS & Windows support by @psibi in #5
  • Implement graceful exit by @psibi in #6
  • Implement builder pattern by @psibi in #7
  • Pid1 binary by @psibi in #8
  • Port to use clap by @psibi in #9
  • Enable pid1 tests by @psibi in #10
  • Fix potential race condition by @psibi in #11
  • Github action for release artifacts by @psibi in #12

New Contributors

  • @psibi made their first contribution in #2

Full Changelog: https://github.com/fpco/pid1-rs/commits/v0.1.0