Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danstiner committed Sep 29, 2019
1 parent 6dfc0ca commit 1b49bad
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 22 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.3.2
current_version = 0.4.0
commit = True
tag = True

Expand Down
24 changes: 12 additions & 12 deletions linux/Cargo.lock

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

10 changes: 9 additions & 1 deletion linux/meta-package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
softu2f (0.4.0) unstable; urgency=medium

* Store secrets in secret service if available
* Updated file store class that handles handles correctly
* Add additional known app id hashes
* Ignore the bogus app id hash used by Chrome

-- Dan <[email protected]> Sat, 28 Sep 2019 21:53:00 -0800

softu2f (0.3.2) unstable; urgency=medium

* Set user-only file mode on secrets file

-- Dan <[email protected]> Sat, 23 Mar 2019 17:08:00 -0800


softu2f (0.3.1) unstable; urgency=medium

* Fix handling of key handles over 128 bytes
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.3.2
Version: 0.4.0
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.3.2"
version = "0.4.0"

[build-dependencies]
protoc-rust = "1.7.5"
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.3.2
Version: 0.4.0
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.3.2"
version = "0.4.0"
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.3.2"
version = "0.4.0"

[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.3.2
Version: 0.4.0
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.3.2"
version = "0.4.0"
[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.3.2"
version = "0.4.0"

[dependencies]
bitflags = "1.1.0"
Expand Down

0 comments on commit 1b49bad

Please sign in to comment.