Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Dec 30, 2022
1 parent 81f5f9d commit b08dbdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b08dbdf

Please sign in to comment.