Skip to content

Commit

Permalink
chore(release): 4.3.8 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.8](4.3.7...4.3.8) (2024-10-23)

### Bug Fixes

* **deps:** update module github.com/cloudflare/cloudflare-go to v0.108.0 ([446def8](446def8))
  • Loading branch information
zebradil-bot committed Oct 23, 2024
1 parent 446def8 commit bea6aad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.8](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.7...4.3.8) (2024-10-23)


### Bug Fixes

* **deps:** update module github.com/cloudflare/cloudflare-go to v0.108.0 ([446def8](https://github.com/Zebradil/cloudflare-dynamic-dns/commit/446def833f5c8233a99f55e024d12c47996b9fa5))

## [4.3.7](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.6...4.3.7) (2024-10-20)


Expand Down
4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
pkgs,
self,
}: let
baseVersion = "4.3.7";
baseVersion = "4.3.8";
commit = self.shortRev or self.dirtyShortRev or "unknown";
version = "${baseVersion}-${commit}";
in
pkgs.buildGoModule {
pname = "cloudflare-dynamic-dns";
src = ./.;
vendorHash = "sha256-cy/PLJ5G1GBs31NOxQ/jfGX3Zx6dXUtTZMtgtVXP6Lo=";
vendorHash = "sha256-ejO0u7wPu6kburYKALyJ7/00zg+S+1d9CGCmxhu+Vco=";
version = version;

CGO_ENABLED = 0;
Expand Down

0 comments on commit bea6aad

Please sign in to comment.