Skip to content

Commit

Permalink
bump version to 0.2.5, remove netbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanwh committed Oct 30, 2023
1 parent 8006709 commit 4b38787
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
# bin: pbddns
# name: pbddns-Linux-s390x-gnu.tar.gz
# skip_tests: true
- os_name: NetBSD-x86_64
os: ubuntu-20.04
target: x86_64-unknown-netbsd
bin: pbddns
name: pbddns-NetBSD-x86_64.tar.gz
skip_tests: true
# - os_name: NetBSD-x86_64
# os: ubuntu-20.04
# target: x86_64-unknown-netbsd
# bin: pbddns
# name: pbddns-NetBSD-x86_64.tar.gz
# skip_tests: true
# - os_name: Windows-aarch64
# os: windows-latest
# target: aarch64-pc-windows-msvc
Expand Down
2 changes: 1 addition & 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 = "pbddns"
version = "0.2.4"
version = "0.2.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.5

Something broke for netbsd, so I'm removing it from the supported platforms.

## 0.2.4

Added --write-pid and an example freebsd rc.d script.
Expand Down

0 comments on commit 4b38787

Please sign in to comment.