Skip to content

Commit cdf0907

Browse files
committed
Bump version to 0.1.0
1 parent b0be079 commit cdf0907

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# CHANGELOG
2+
3+
## Version 0.1.0
4+
**2024-04-08**
5+
6+
- You can encode and decode base64
7+
- Encrypt a value to md5

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 = "cryptotools"
3-
version = "1.0.0"
3+
version = "0.1.0"
44
edition = "2021"
55
authors = ["João Lucas <joaolucasfp2001@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)