Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danstiner committed Sep 6, 2021
1 parent c2641b6 commit 60c6ecb
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.2
commit = True
tag = True

Expand Down
8 changes: 8 additions & 0 deletions linux/meta-package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
softu2f (0.4.2) unstable; urgency=medium

* Remove xdg:schema search attribute, some entries from older versions can lack this attribute
* Better handling of bogus app id's from Firefox and Chrome

-- Dan <[email protected]> Mon, 6 Sep 2021 15:32:00 -0800


softu2f (0.4.1) unstable; urgency=medium

* Logging improvements
Expand Down
2 changes: 1 addition & 1 deletion linux/softu2f.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: softu2f
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Summary: U2F tokens emulated as software

Expand Down
2 changes: 1 addition & 1 deletion linux/system-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Daniel Stiner <[email protected]>"]
description = "System daemon for emulating U2F devices"
name = "softu2f-system-daemon"
version = "0.4.1"
version = "0.4.2"

[dependencies]
bincode = "1.1.4"
Expand Down
2 changes: 1 addition & 1 deletion linux/system-daemon/softu2f-system-daemon.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: sw=4:ts=4:et

Name: softu2f-system-daemon
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Summary: System daemon for SoftU2F

Expand Down
2 changes: 1 addition & 1 deletion linux/uhid-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Daniel Stiner <[email protected]>"]
name = "tokio-linux-uhid"
version = "0.4.1"
version = "0.4.2"
description = "Tokio-based interface to Linux UHID (user-space HID transport drivers)"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion linux/user-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Daniel Stiner <[email protected]>"]
name = "softu2f-user-daemon"
version = "0.4.1"
version = "0.4.2"

[dependencies]
base64 = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion linux/user-daemon/softu2f-user-daemon.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: sw=4:ts=4:et

Name: softu2f-user-daemon
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Summary: User daemon for SoftU2F

Expand Down
2 changes: 1 addition & 1 deletion u2f-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Daniel Stiner <[email protected]>"]
name = "u2f-core"
version = "0.4.1"
version = "0.4.2"
[dependencies]
assert_matches = "1.3.0"
base64 = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion u2fhid-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Daniel Stiner <[email protected]>"]
name = "u2fhid-protocol"
version = "0.4.1"
version = "0.4.2"

[dependencies]
bitflags = "1.1.0"
Expand Down

0 comments on commit 60c6ecb

Please sign in to comment.