Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danstiner committed May 16, 2021
1 parent eb34f30 commit 9ebcf50
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = True

Expand Down Expand Up @@ -34,4 +34,3 @@ replace = Version: {new_version}
[bumpversion:file:linux/softu2f.spec]
search = Version: {current_version}
replace = Version: {new_version}

10 changes: 5 additions & 5 deletions linux/Cargo.lock

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

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

* Logging improvements
* Add additional known app id hashes

-- Dan <[email protected]> Fri, 14 May 2021 19:55:00 -0800

softu2f (0.4.0) unstable; urgency=medium

* Store secrets in secret service if available
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.0
Version: 0.4.1
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.0"
version = "0.4.1"

[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.0
Version: 0.4.1
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.0"
version = "0.4.1"
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.0"
version = "0.4.1"

[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.0
Version: 0.4.1
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.0"
version = "0.4.1"
[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.0"
version = "0.4.1"

[dependencies]
bitflags = "1.1.0"
Expand Down

0 comments on commit 9ebcf50

Please sign in to comment.