Skip to content

Tags: gnprice/toml-cli

Tags

v0.2.3

Toggle v0.2.3's commit message
Release version 0.2.3.

Same procedure as v0.2.1 and since.

v0.2.2

Toggle v0.2.2's commit message
Release version 0.2.2.

Same procedure as v0.2.1.

v0.2.1

Toggle v0.2.1's commit message
Release version 0.2.1.

Preparing the tree for release:

  $ perl -i -0pe 's/0\.2\.0/0.2.1/g' Cargo.toml README.md

then edit CHANGELOG.md, and run `cargo build` to update Cargo.lock.

Then commit, tag, push, and upload.

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.