Skip to content

Tags: chevdor/toml-cli

Tags

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
chevdor Chevdor
Deps update

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
chevdor Chevdor
Add notice about the fork

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
chevdor Chevdor
ci: add github workflow to generate a release and binaries

v0.2.0

Toggle v0.2.0's commit message
Release version 0.2.0.

Crude but effective release process:

  $ perl -i -0pe 's/0\.1\.0/0.2.0/g' Cargo.toml README.md
  $ cargo run
  ...
  toml-cli 0.2.0
  ...

(The `cargo run` also updates Cargo.lock .)

Then commit, tag, push, and upload.

v0.1.0

Toggle v0.1.0's commit message
Jot down another TODO.