Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FObersteiner committed Jan 5, 2025
1 parent a078ed0 commit 9b49bd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Types of changes

## Unreleased

## 2025-01-05, v0.4.4

Upgrade release, so that zdt build.zig works with the latest 0.14-dev.

### Added

- some more tests for Duration formatter
Expand Down
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const std = @import("std");
const builtin = @import("builtin");
const log = std.log.scoped(.zdt_build);

const zdt_version = std.SemanticVersion{ .major = 0, .minor = 4, .patch = 3 };
const zdt_version = std.SemanticVersion{ .major = 0, .minor = 4, .patch = 4 };

const example_files = [_][]const u8{
"demo",
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "zdt",
.version = "0.4.3",
.version = "0.4.4",
.minimum_zig_version = "0.13.0",
.paths = .{
"zdt.zig",
Expand Down

0 comments on commit 9b49bd2

Please sign in to comment.