We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefafd3 commit b4b3505Copy full SHA for b4b3505
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+## 0.1.0
2
+
3
+- First Release
4
+- Contains the HOTP & TOTP structs for their respective uses
README.md
@@ -74,6 +74,10 @@ fn get_otp_with_totp() {
74
}
75
```
76
77
+## Changelog
78
79
+The changelog for this crate can be found at [CHANGELOG.md](https://github.com/tmthecoder/xotp/blob/main/CHANGELOG.md)
80
81
## Features and Bugs
82
83
Please file any featre requests or bug reports through the [issue tracker]
src/lib.rs
@@ -63,6 +63,10 @@
63
//! }
64
//! ```
65
//!
66
+//! ## Changelog
67
+//!
68
+//! The changelog for this crate can be found at [CHANGELOG.md](https://github.com/tmthecoder/xotp/blob/main/CHANGELOG.md)
69
70
//! # Licensing
71
72
//! - xotp is licensed under the [MIT License]
0 commit comments