Skip to content

Commit

Permalink
Merge branch 'release-v1.0.1-rc.1' into nitrokey-main
Browse files Browse the repository at this point in the history
#23

* release-v1.0.1-rc.1:
  Release v1.0.1-rc.1
  • Loading branch information
robin-nitrokey committed Dec 6, 2021
2 parents 59b41cd + 98bcb7f commit ceca989
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion runners/lpc55/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
# v1.0.1-rc.1 (2021-12-06)

This release fixes some issues with the FIDO authenticator and the admin
application.

## Features

Expand Down
2 changes: 1 addition & 1 deletion runners/lpc55/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 runners/lpc55/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "runner"
version = "1.0.0"
version = "1.0.1-rc.1"
authors = ["Nicolas Stalder <[email protected]>", "Conor Patrick <[email protected]>"]
edition = "2018"
resolver = "2"
Expand Down
8 changes: 4 additions & 4 deletions runners/lpc55/config/commands.bd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
options {
flags = 0x8;
buildNumber = 0x1;
productVersion = "1.0.0";
componentVersion = "1.0.0";
productVersion = "1.0.1";
componentVersion = "1.0.1";
secureBinaryVersion = "2.1";
}

Expand All @@ -11,8 +11,8 @@ sources {
}

section (0) {
version_check sec 4194304;
version_check nsec 4194304;
version_check sec 4194305;
version_check nsec 4194305;
erase 0x0..0x93000;
load inputFile > 0x0;
}

0 comments on commit ceca989

Please sign in to comment.