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 - name: Build & upload
uses: taiki-e/upload-rust-binary-action@v1 uses: taiki-e/upload-rust-binary-action@v1
with: with:
bin: csv-pipeline bin: cpc
target: ${{ matrix.target }} target: ${{ matrix.target }}
archive: ${{ matrix.archive }} archive: ${{ matrix.archive }}
zip: all zip: all

View File

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

2
Cargo.lock generated
View File

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

View File

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