Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Apr 15, 2024
1 parent 4be2870 commit cde8932
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.3.0"></a>

### Features

- Can now lookup country geoip lookup for endpoint addresses via MaxMindDB ([#6](https://github.com/kbknapp/wireguard_exporter/pull/6)) (Thanks to [@furmur](https://github.com/furmur))

### Important Changes

- bump MSRV to 1.58.1 (3713673)[https://github.com/kbknapp/wireguard_exporter/commit/3713673adc0b1391076086eb41c4b2d14403b43e]

<a name="0.2.0"></a>
## 0.2.0 Initial Release (2024-03-28)

Expand Down
44 changes: 43 additions & 1 deletion 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,6 +1,6 @@
[package]
name = "wireguard_exporter"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = [
"Kevin K. <kbknapp@gmail.com>",
Expand Down

0 comments on commit cde8932

Please sign in to comment.