Skip to content

Commit 64acabe

Browse files
authored
0.1.2 (#8)
1 parent e8eb156 commit 64acabe

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.1.2]
8+
9+
### Documentation
10+
11+
- Add inline documentation (([#6](https://github.com/mikesposito/secured/pull/6)))
12+
13+
### Fixed
14+
15+
- Hide password prompt ([#7](https://github.com/mikesposito/secured/pull/7))
16+
717
## [0.1.1]
818

919
### Fixed
@@ -16,6 +26,7 @@ All notable changes to this project will be documented in this file.
1626

1727
- Initial release
1828

19-
[Unreleased]: https://github.com/mikesposito/secured/[email protected]
29+
[Unreleased]: https://github.com/mikesposito/secured/[email protected]
30+
[0.1.2]: https://github.com/mikesposito/secured/compare/[email protected]@0.1.2
2031
[0.1.1]: https://github.com/mikesposito/secured/compare/[email protected]@0.1.1
2132
[0.1.0]: https://github.com/mikesposito/secured/releases/tag/[email protected]

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secured"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["mikesposito"]
66
license = "MIT"

0 commit comments

Comments
 (0)