Bump version
This commit is contained in:
parent
81f5f9d401
commit
b08dbdf0f7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
@ -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
2
Cargo.lock
generated
@ -25,7 +25,7 @@ checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
||||
|
||||
[[package]]
|
||||
name = "cpc"
|
||||
version = "1.8.0"
|
||||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"decimal",
|
||||
"regex",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user