Skip to content

Commit c00b102

Browse files
authored
chore: release v0.5.3
1 parent f280bda commit c00b102

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.3](https://github.com/tycho/gloam/compare/0.5.2...0.5.3) - 2026-07-27
11+
12+
### Added
13+
14+
- *(regen)* add gloam regen subcommand for in-place tree regeneration
15+
- *(generator)* add Rust backend implementation
16+
17+
### Other
18+
19+
- *(examples)* regenerate loader trees via gloam regen
20+
- regenerate example trees in the weekly bundled-update workflow
21+
- *(xtask)* make regen a thin wrapper over gloam regen
22+
- *(bundled)* embed specs/headers as DEFLATE blobs (~6 MiB smaller binary)
23+
1024
## [0.5.2](https://github.com/tycho/gloam/compare/0.5.1...0.5.2) - 2026-07-24
1125

1226
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["xtask"]
33

44
[package]
55
name = "gloam"
6-
version = "0.5.2"
6+
version = "0.5.3"
77
edition = "2024"
88
description = "Loader generator for Vulkan, OpenGL, OpenGL ES, EGL, GLX, and WGL"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)