[READ-ONLY] Mirror of https://github.com/probablykasper/cpc. Text calculator with support for units and conversion cpc.kasper.space
calculator cli conversion converter library math package units units-converter wasm website
0

Configure Feed

Select the types of activity you want to include in your feed.

v1.3.0

Kasper (Nov 29, 2020, 3:53 AM +0100) 6b928468 72037bfd

+8 -3
+5
CHANGELOG.md
··· 1 + ## 1.3.0 - 2020 Nov 29 2 + - Added unit of mass `Stone` 3 + - Added keyword `pounds-force` (used for `PoundsPerSquareInch`) 4 + - Fixed lexing of `Pound` 5 + 1 6 ## 1.2.0 - 2020 Nov 26 2 7 - Added units of electric current 3 8 - Added units of voltage
+1 -1
Cargo.lock
··· 14 14 15 15 [[package]] 16 16 name = "cpc" 17 - version = "1.2.0" 17 + version = "1.3.0" 18 18 dependencies = [ 19 19 "decimal_fixes_mirror", 20 20 ]
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.2.0" 3 + version = "1.3.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"
+1 -1
README.md
··· 202 202 2. Bump the version number in `Cargo.toml` and run `cargo check` 203 203 3. Run `cargo test` 204 204 4. Cross-compile cpc by following [the steps above](#cross-compiling) 205 - 5. Commit and tag in format `v0.0.0` 205 + 5. Commit and tag in format `v#.#.#` 206 206 6. Publish on crates.io: 207 207 1. Login by running `cargo login` and following the instructions 208 208 2. Test publish to ensure there are no issues