Skip to content

Commit c0aacba

Browse files
committed
Release v0.5.0
1 parent e18d01c commit c0aacba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
Notable updates will be documented here, adhering to [Semantic Versioning][semver].
33

4+
## [0.5.0] - 2022-06-10
5+
* Update `libpnet` version to 0.31.
6+
* Crate is now `#![no_std]`.
7+
* Source is cleaned up to meet clippy's pedantic setting.
8+
* MSRV is now Rust 1.56.1+.
9+
410
## [0.4.0] - 2021-05-17
511
* Update `libpnet` version to 0.28.
612
* All packet definitions have been converted to proc-macros.
@@ -29,6 +35,7 @@ Notable updates will be documented here, adhering to [Semantic Versioning][semve
2935
## [0.1.0] - 2020-05-04
3036
* Initial version.
3137

38+
[0.4.0]: https://github.com/FelixMcFelix/discortp/compare/v0.4.0...v0.5.0
3239
[0.4.0]: https://github.com/FelixMcFelix/discortp/compare/v0.3.0...v0.4.0
3340
[0.3.0]: https://github.com/FelixMcFelix/discortp/compare/v0.2.2...v0.3.0
3441
[0.2.2]: https://github.com/FelixMcFelix/discortp/compare/v0.2.1...v0.2.2

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "discortp"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
license = "ISC"
55
homepage = "https://github.com/FelixMcFelix/discortp"
66
repository = "https://github.com/FelixMcFelix/discortp.git"

0 commit comments

Comments
 (0)