Bump version

This commit is contained in:
Kasper 2022-12-30 12:44:01 +01:00
parent 81f5f9d401
commit b08dbdf0f7
No known key found for this signature in database
GPG Key ID: 356D5C59EDCEC2D1
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ jobs:
- name: Build & upload
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: csv-pipeline
bin: cpc
target: ${{ matrix.target }}
archive: ${{ matrix.archive }}
zip: all

View File

@ -1,6 +1,6 @@
# Changelog
## Next
## 1.9.0 - 2022 Dec 30
- Add `marathon` unit
- Add `macos-aarch64` (Apple Silicon) and `linux-aarch64` release binaries

2
Cargo.lock generated
View File

@ -25,7 +25,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
[[package]]
name = "cpc"
version = "1.8.0"
version = "1.9.0"
dependencies = [
"decimal",
"regex",

View File

@ -1,6 +1,6 @@
[package]
name = "cpc"
version = "1.8.0"
version = "1.9.0"
description = "evaluates math expressions, with support for units and conversion between units"
authors = ["Kasper Henningsen"]
edition = "2021"