Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

38 lines (32 loc) · 1.65 KB

2022-09-29, Version 0.3.0

  • The crate was rewritten to use clap instead of structopt
  • Dependencies were updated
    • privdrop 0.5.2
    • clap 4

Other than that was only quality-of-life changes for the development of the crate, nothing user-facing.

2019-04-20, Version 0.2.0

Commits

  • [f5ebd41276] (cargo-release) version 0.2.0 (Yoshua Wuyts)
  • [63dda7a19a] Update privdrop, use OsString, add --chroot, build on !unix (#2) (Thomas Hurst)
  • [a8cdd518db] . (Yoshua Wuyts)

Stats

 .github/CODE_OF_CONDUCT.md       |  75 ++++++++++++++++-
 .github/CONTRIBUTING.md          |  63 +++++++++++++-
 .github/ISSUE_TEMPLATE.md        |  41 +++++++++-
 .github/PULL_REQUEST_TEMPLATE.md |  21 ++++-
 .github/stale.yml                |  17 ++++-
 .gitignore                       |   7 +-
 .travis.yml                      |  13 +++-
 CERTIFICATE                      |  37 ++++++++-
 Cargo.toml                       |  21 ++++-
 LICENSE-APACHE                   | 190 ++++++++++++++++++++++++++++++++++++++++-
 LICENSE-MIT                      |  21 ++++-
 README.md                        |  80 +++++++++++++++++-
 examples/main.rs                 |  17 ++++-
 rustfmt.toml                     |   2 +-
 src/lib.rs                       | 115 ++++++++++++++++++++++++-
 tests/test.rs                    |   1 +-
 16 files changed, 721 insertions(+)