Skip to content

Commit

Permalink
Merge pull request #13 from kbknapp/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
kbknapp authored Mar 29, 2024
2 parents 0b3affb + dc79f72 commit f8d6fca
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 264 deletions.
1 change: 1 addition & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ subtitle = "iptables_exporter Release"

[sections]
Documentation = ["docs", "doc"]
Maintenance = ["maint"]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rust:
- stable
- nightly
- 1.60.0 # MSRV
- 1.74.1 # MSRV

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v0.4.0"></a>
## v0.4.0 iptables_exporter Release (2024-03-29)

#### Maintenance

* bump MSRV to 1.74.1 ([f1761c6e](https://github.com/kbknapp/iptables_exporter/commit/f1761c6edae3f79e630ff2eda132ba64d3ac49c0))
* update deps to fix compiles ([29c0e7d7](https://github.com/kbknapp/iptables_exporter/commit/29c0e7d75b69eda9d83f996f7cb7978a343eb410))

<a name="0.3.0"></a>
## 0.3.0 Initial Release (2023-02-07)
Expand Down
Loading

0 comments on commit f8d6fca

Please sign in to comment.