File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0
2
+
3
+ - First Release
4
+ - Contains the HOTP & TOTP structs for their respective uses
Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ fn get_otp_with_totp() {
74
74
}
75
75
```
76
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
+
77
81
## Features and Bugs
78
82
79
83
Please file any featre requests or bug reports through the [ issue tracker]
Original file line number Diff line number Diff line change 63
63
//! }
64
64
//! ```
65
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
+ //!
66
70
//! # Licensing
67
71
//!
68
72
//! - xotp is licensed under the [MIT License]
You can’t perform that action at this time.
0 commit comments