Skip to content

Commit

Permalink
chore(release): 4.3.15 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.15](4.3.14...4.3.15) (2025-01-30)

### Bug Fixes

* **deps:** update module github.com/cloudflare/cloudflare-go to v0.115.0 ([#176](#176)) ([2c8d232](2c8d232))
  • Loading branch information
zebradil-bot committed Jan 30, 2025
1 parent 2c8d232 commit 888c504
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.15](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.14...4.3.15) (2025-01-30)


### Bug Fixes

* **deps:** update module github.com/cloudflare/cloudflare-go to v0.115.0 ([#176](https://github.com/Zebradil/cloudflare-dynamic-dns/issues/176)) ([2c8d232](https://github.com/Zebradil/cloudflare-dynamic-dns/commit/2c8d23226d18e98c0a1833384a2d2effa01e762a))

## [4.3.14](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.13...4.3.14) (2025-01-15)


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.14";
baseVersion = "4.3.15";
commit = self.shortRev or self.dirtyShortRev or "unknown";
version = "${baseVersion}-${commit}";
in
pkgs.buildGoModule {
pname = "cloudflare-dynamic-dns";
src = ./.;
vendorHash = "sha256-i/hPoBurDv/ya7JCnpmx3NHVcNzakdM65DDueBr5Hh4=";
vendorHash = "sha256-l/V1L2tsSD1aVXdJf+Kx9fsZjYqBZ3XDgWiUN6l+nE4=";
version = version;

CGO_ENABLED = 0;
Expand Down

0 comments on commit 888c504

Please sign in to comment.