Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed May 24, 2022
1 parent 82ee273 commit 95077d7
Show file tree
Hide file tree
Showing 8 changed files with 203 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --locked --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
args: --release --locked --features dev-pki --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
use-cross: ${{ matrix.cross }}

- name: Upload binary
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
override: true
components: rustfmt, clippy

- name: cargo build --locked
- name: cargo build --locked --features dev-pki
uses: actions-rs/cargo@v1
with:
command: build
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --features network-tests
args: --features dev-pki,network-tests

- name: cargo fmt
if: matrix.os == 'ubuntu-latest'
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2022-01-07
## [0.2.0] - 2022-05-24

- `--dry-run` flag for updating
- winking
Expand All @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- don't attempt firmware rollbacks
- timeout if owner is not present for firmware update
- `--verbose` flag to configure log level instead of env variable
- fix for multiple smartcard readers (@borgoat)

## [0.1.1] - 2022-01-07

Expand Down
Loading

0 comments on commit 95077d7

Please sign in to comment.