Skip to content

Commit

Permalink
neli v0.6.5 and neli-proc-macros v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Dec 19, 2024
1 parent c2dbae2 commit fc78d65
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.5
### Package updates
* Update libc

## 0.6.4
### Bug fixes
* Fixed bug in error intepretation for Nlmsgerr.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neli"
version = "0.6.4"
version = "0.6.5"
edition = "2018"
authors = ["John Baublitz <john.m.baublitz@gmail.com>"]
description = "Type safe netlink library written in Rust"
Expand Down
4 changes: 4 additions & 0 deletions PROC_MACRO_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.4
### License
* Add license file to neli-proc-macros

## 0.1.3
### Documentation
* Clean up documentation issues.
Expand Down
2 changes: 1 addition & 1 deletion neli-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neli-proc-macros"
version = "0.1.3"
version = "0.1.4"
authors = ["John Baublitz <john.m.baublitz@gmail.com>"]
edition = "2018"
description = "Procedural macros for neli"
Expand Down

0 comments on commit fc78d65

Please sign in to comment.