Skip to content

Commit

Permalink
chore: release v0.3.3 (#158)
Browse files Browse the repository at this point in the history
* release build on ubuntu-20.04

* bump ver and changelog

* use ubuntu-latest for arm build

* Add Cross.toml

* Only install for the host machine

---------

Co-authored-by: Adam Spofford <[email protected]>
  • Loading branch information
lwshang and adamspofford-dfinity authored Feb 10, 2023
1 parent 6c2b6ee commit 62d33ae
Show file tree
Hide file tree
Showing 5 changed files with 10 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 @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-20.04
name: linux
target_file: target/x86_64-unknown-linux-musl/release/quill
asset_name: quill-linux-x86_64
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.3.3] - 2023-02-09

### Changed

- remove the `EC PARAMETERS` section in the PEM file to match dfx
- Remove the `EC PARAMETERS` section in the PEM file to match dfx. (#152)

### Added

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 = "quill"
version = "0.3.2"
version = "0.3.3"
authors = ["DFINITY Team"]
edition = "2021"

Expand Down
4 changes: 4 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build]
pre-build = [
"apt-get update && apt-get install --assume-yes libssl-dev"
]

0 comments on commit 62d33ae

Please sign in to comment.