File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 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() {
7474}
7575```
7676
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+
7781## Features and Bugs
7882
7983Please file any featre requests or bug reports through the [ issue tracker]
Original file line number Diff line number Diff line change 6363//! }
6464//! ```
6565//!
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+ //!
6670//! # Licensing
6771//!
6872//! - xotp is licensed under the [MIT License]
You can’t perform that action at this time.
0 commit comments