···11+## 1.3.0 - 2020 Nov 29
22+- Added unit of mass `Stone`
33+- Added keyword `pounds-force` (used for `PoundsPerSquareInch`)
44+- Fixed lexing of `Pound`
55+16## 1.2.0 - 2020 Nov 26
27- Added units of electric current
38- Added units of voltage
···11[package]
22name = "cpc"
33-version = "1.2.0"
33+version = "1.3.0"
44description = "evaluates math expressions, with support for units and conversion between units"
55authors = ["Kasper Henningsen"]
66edition = "2018"
+1-1
README.md
···2022022. Bump the version number in `Cargo.toml` and run `cargo check`
2032033. Run `cargo test`
2042044. Cross-compile cpc by following [the steps above](#cross-compiling)
205205-5. Commit and tag in format `v0.0.0`
205205+5. Commit and tag in format `v#.#.#`
2062066. Publish on crates.io:
207207 1. Login by running `cargo login` and following the instructions
208208 2. Test publish to ensure there are no issues