Skip to content

Commit b08dbdf

Browse files
Bump version
1 parent 81f5f9d commit b08dbdf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build & upload
4949
uses: taiki-e/upload-rust-binary-action@v1
5050
with:
51-
bin: csv-pipeline
51+
bin: cpc
5252
target: ${{ matrix.target }}
5353
archive: ${{ matrix.archive }}
5454
zip: all

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next
3+
## 1.9.0 - 2022 Dec 30
44
- Add `marathon` unit
55
- Add `macos-aarch64` (Apple Silicon) and `linux-aarch64` release binaries
66

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpc"
3-
version = "1.8.0"
3+
version = "1.9.0"
44
description = "evaluates math expressions, with support for units and conversion between units"
55
authors = ["Kasper Henningsen"]
66
edition = "2021"

0 commit comments

Comments
 (0)