Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danstiner committed Feb 25, 2019
1 parent 3bc7817 commit a11090c
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 21 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.2.0
current_version = 0.3.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.

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

* Third Release.

-- Dan <[email protected]> Sun, 24 Feb 2019 23:32:00 -0800

softu2f (0.2.0) unstable; urgency=medium

* Second Release.
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.2.0
Version: 0.3.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 U2F device simulated in software"
name = "softu2f-system-daemon"
version = "0.2.0"
version = "0.3.0"

[build-dependencies]
protoc-rust = "1.5.0"
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.2.0
Version: 0.3.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 = "linux-uhid-tokio"
version = "0.2.0"
version = "0.3.0"
[dependencies]
bitflags = "1.0.1"
bytes = "0.4.6"
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.2.0"
version = "0.3.0"

[dependencies]
futures = "0.1.20"
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.2.0
Version: 0.3.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.2.0"
version = "0.3.0"
[dependencies]
assert_matches = "1.2.0"
base64 = "0.9.0"
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.2.0"
version = "0.3.0"

[dependencies]
bitflags = "1.0.1"
Expand Down

0 comments on commit a11090c

Please sign in to comment.