Skip to content

Commit

Permalink
chore(release): 4.3.11 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.11](4.3.10...4.3.11) (2024-12-04)

### Bug Fixes

* **deps:** update module github.com/cloudflare/cloudflare-go to v0.111.0 ([#162](#162)) ([c767d3b](c767d3b))
  • Loading branch information
zebradil-bot committed Dec 4, 2024
1 parent c767d3b commit 594d98e
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.11](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.10...4.3.11) (2024-12-04)


### Bug Fixes

* **deps:** update module github.com/cloudflare/cloudflare-go to v0.111.0 ([#162](https://github.com/Zebradil/cloudflare-dynamic-dns/issues/162)) ([c767d3b](https://github.com/Zebradil/cloudflare-dynamic-dns/commit/c767d3be55c633aece9da6866c76c1d3ddc30cd3))

## [4.3.10](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.9...4.3.10) (2024-11-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.10";
baseVersion = "4.3.11";
commit = self.shortRev or self.dirtyShortRev or "unknown";
version = "${baseVersion}-${commit}";
in
pkgs.buildGoModule {
pname = "cloudflare-dynamic-dns";
src = ./.;
vendorHash = "sha256-gMCa6BALu7hsSd3pk/nDzy0SctRUaiTvGzM4yywag9U=";
vendorHash = "sha256-qahW01gSeWaTtot2zQ6R3T3ypgUsOO5R4OHvxq1+7mk=";
version = version;

CGO_ENABLED = 0;
Expand Down

0 comments on commit 594d98e

Please sign in to comment.