Skip to content

Commit b4b3505

Browse files
committed
Add a changelog
1 parent aefafd3 commit b4b3505

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.1.0
2+
3+
- First Release
4+
- Contains the HOTP & TOTP structs for their respective uses

README.md

+4
Original file line numberDiff line numberDiff 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

7983
Please file any featre requests or bug reports through the [issue tracker]

src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
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]

0 commit comments

Comments
 (0)