summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-03-15 21:11:36 -0500
committerStuart Stock <stuart@int08h.com>2018-03-15 21:12:14 -0500
commit2e35bf9ce23bd1859f43ce06878fa84e04e648e3 (patch)
treeced919d3c78dbd335736e6dd6d14540e6b292e56
parent1af730e105c4fa124f3913d5bed7b99f5167deed (diff)
downloadroughenough-2e35bf9ce23bd1859f43ce06878fa84e04e648e3.zip
Release 1.0.0
Aaron1011's changes bring Roughenough to a 1.0.0 level of functionality.
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 999efa4..c4e4262 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "0.3.1"
+version = "1.0.0"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"
diff --git a/README.md b/README.md
index 56fa8ba..f4a444a 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,8 @@ a way that, if a time server does misbehave, clients end up with cryptographic p
created by Adam Langley and Robert Obryk.
## Contributors
-* Stuart Stock, original author and current maintainer (stuart {at} int08h.com)
-* Aaron Hill, client implementation (aa1ronham {at} gmail.com)
+* Stuart Stock (stuart {at} int08h.com)
+* Aaron Hill (aa1ronham {at} gmail.com)
## Copyright and License
Roughenough is copyright (c) 2017-2018 int08h LLC. All rights reserved.