Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo 93ba86181f
Merge pull request #11 from smol-rs/next
Bump to v1.1.0
2021-03-20 19:50:37 +09:00
Taiki Endo 2c0d3c24cc Bump to v1.1.0 2021-03-20 19:40:23 +09:00
Taiki Endo 5bb8f1cde2
Merge pull request #10 from smol-rs/next
Bump to v1.0.4
2021-03-20 17:21:44 +09:00
Taiki Endo 4191740df1 Bump to v1.0.4 2021-03-20 17:13:32 +09:00
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# Version 1.1.0
- Increase MSRV to rustc 1.46.
- Update `socket2` dependency to 0.4.
# Version 1.0.4
- Update `socket2` dependency to 0.4.
# Version 1.0.3
- Fix invalid assumption of `std::net::SocketAddrV{4,6}` layout.

View File

@ -1,6 +1,9 @@
[package]
name = "nb-connect"
version = "1.0.3"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.1.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Jayce Fayne <jayce.fayne@mailbox.org>",