Skip to content

Commit

Permalink
update docs, bump zdt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FObersteiner committed Jan 5, 2025
1 parent 68ef753 commit 8365262
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
20 changes: 19 additions & 1 deletion docs/change.log → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Changelog
# CHANGELOG

<https://keepachangelog.com/>

Types of changes

- 'Added' for new features.
- 'Changed' for changes in existing functionality.
- 'Deprecated' for soon-to-be removed features.
- 'Removed' for now removed features.
- 'Fixed' for any bug fixes.
- 'Security' in case of vulnerabilities.

## Unreleased

## 2025-01-05, v0.0.19
### Changed

- bump dependencies

## 2024-09-05, v0.0.18

Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
.lazy = true,
},
.zdt = .{
.url = "https://github.com/FObersteiner/zdt/archive/refs/tags/v0.4.3.tar.gz",
.hash = "1220ae70e2ffc518e004c24910069dfe0487784a1d7fb773e375b1488d4a3a35380b",
.url = "https://github.com/FObersteiner/zdt/archive/refs/tags/v0.4.4.tar.gz",
.hash = "1220d66916574bf097f3edbeaa0c9231087a766f123262e72dabf3615b18f7544e3d",
.lazy = true,
},
},
Expand Down
3 changes: 3 additions & 0 deletions src/ntp.zig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2024-2025 Florian Obersteiner <f.obersteiner@posteo.de>
// License: see LICENSE file in the root directory of the zdt repository.

//! NTP client library
const std = @import("std");
const mem = std.mem;
Expand Down

0 comments on commit 8365262

Please sign in to comment.