Skip to content

Commit

Permalink
New release 0.11.3
Browse files Browse the repository at this point in the history
=== Breaking changes
 - N/A

=== New features
 - N/A

=== Bug fixes
 - Limited outgoing messages on buffer to 1 per poll_send_messages call
   (f4cbd15)
 - Connection calls now use immutable reference to self (72b91a5)
  • Loading branch information
cathay4t committed Jan 12, 2024
1 parent 1c9778e commit e235b07
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [0.11.3] - 2024-01-12
### Breaking changes
- N/A

### New features
- N/A

### Bug fixes
- Limited outgoing messages on buffer to 1 per poll_send_messages call
(f4cbd15)
- Connection calls now use immutable reference to self (72b91a5)

## [0.11.2] - 2023-07-29
### Breaking changes
- N/A
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Corentin Henry <[email protected]>"]
name = "netlink-proto"
version = "0.11.2"
version = "0.11.3"
edition = "2018"

homepage = "https://github.com/rust-netlink/netlink-proto"
Expand Down

0 comments on commit e235b07

Please sign in to comment.