[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.

Bump version

Kasper (Dec 30, 2022, 12:46 PM +0100) b08dbdf0 81f5f9d4

+4 -4
+1 -1
.github/workflows/release.yml
··· 48 48 - name: Build & upload 49 49 uses: taiki-e/upload-rust-binary-action@v1 50 50 with: 51 - bin: csv-pipeline 51 + bin: cpc 52 52 target: ${{ matrix.target }} 53 53 archive: ${{ matrix.archive }} 54 54 zip: all
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.9.0 - 2022 Dec 30 4 4 - Add `marathon` unit 5 5 - Add `macos-aarch64` (Apple Silicon) and `linux-aarch64` release binaries 6 6
+1 -1
Cargo.lock
··· 25 25 26 26 [[package]] 27 27 name = "cpc" 28 - version = "1.8.0" 28 + version = "1.9.0" 29 29 dependencies = [ 30 30 "decimal", 31 31 "regex",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.8.0" 3 + version = "1.9.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2021"