Skip to content

Commit ad8f2b3

Browse files
authored
Merge pull request #5 from Mng-dev-ai/0.2.0
v0.2.0
2 parents 2ec7f39 + a57e907 commit ad8f2b3

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
Version 0.1.0 (April 10, 2023)
1+
## Version 0.1.0 (April 10, 2023)
22
------------------------------
33

4-
Initial release!
4+
Initial release!
5+
6+
## Version 0.2.0 (Augest 27, 2023)
7+
------------------------------
8+
9+
* Add socks5 support to SMTP client by @Mng-dev-ai in [#2](https://github.com/Mng-dev-ai/pyrustify/pull/2)
10+
* Use http requests to verify yahoo by @Mng-dev-ai in [#4](https://github.com/Mng-dev-ai/pyrustify/pull/4)
11+
* Code Enhancements

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 = "pyrustify"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)