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
|
- 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
|
||||||
|
|||||||
@ -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
2
Cargo.lock
generated
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user