Skip to content

Commit

Permalink
Merge pull request #26 from namib-project/release-plz-2024-03-17T22-0…
Browse files Browse the repository at this point in the history
…0-09Z

chore: release v0.4.1
  • Loading branch information
jwhb authored Jun 1, 2024
2 parents 04f59fa + 6945372 commit 8335dac
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.4.1] - 2024-05-27

### ⚙️ Miscellaneous Tasks

- Add dependabot, git-cliff, release-plz
- Add github issue templates
- Add rust fmt check for pull requests
- Consolidate rust-fmt into rust workflow
- *(dep)* Bump dependencies serde, serde_json, serial_test

### Build

- Add devcontainer configuration

<!-- generated by git-cliff -->
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "nftables"
version = "0.4.0"
version = "0.4.1"
license = "MIT OR Apache-2.0"
description = "Safe abstraction for nftables JSON API. It can be used to create nftables rulesets in Rust and parse existing nftables rulesets from JSON."
homepage = "https://namib.me/"
Expand Down

0 comments on commit 8335dac

Please sign in to comment.