Skip to content

Commit d48807b

Browse files
committed
New release 0.8.5
Cosmetic release for trying out packit auto downstream release Signed-off-by: Gris Ge <[email protected]>
1 parent 9235f34 commit d48807b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.8.5] - 2023-03-05
3+
### Breaking Changes
4+
* N/A
5+
6+
### New Features
7+
* N/A
8+
9+
### Bug Fixes
10+
* Just a try for packit auto downstream release. (a9640d2)
11+
212
## [0.8.4] - 2023-01-23
313
### Breaking Changes
414
* N/A

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-sys"
4-
version = "0.8.4"
4+
version = "0.8.5"
55
edition = "2018"
66
homepage = "https://github.com/rust-netlink/netlink-sys"
77
keywords = ["netlink", "ip", "linux"]

fedora/rust-netlink-sys.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%global crate netlink-sys
66

77
Name: rust-%{crate}
8-
Version: 0.8.4
8+
Version: 0.8.5
99
Release: %autorelease
1010
Summary: Netlink sockets, with optional integration with tokio
1111

0 commit comments

Comments
 (0)