Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisaphone committed Jan 3, 2025
1 parent 564ed59 commit 5f9c6e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.5.3 – 2025-01-03

Added:

- Improved error messages for some resource encoding errors

## v0.5.2 – 2024-10-29

Added:
Expand Down
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const std = @import("std");

const version = "0.5.2";
const version = "0.5.3";

// Although this function looks imperative, note that its job is to
// declaratively construct a build graph that will be executed by an external
Expand Down

0 comments on commit 5f9c6e9

Please sign in to comment.