Skip to content

Commit 204d94b

Browse files
authored
chore: release v0.5.3
1 parent deaebcf commit 204d94b

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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+
- *(ci)* run `cargo hack` with --feature-powerset flag
15+
- *(regen)* add gloam regen subcommand for in-place tree regeneration
16+
- *(generator)* add Rust backend implementation
17+
18+
### Fixed
19+
20+
- *(ci)* skip running certain workflows on non-GitHub hosting
21+
- *(cargo)* unbreak build on Rust 1.88, hold rusqlite at 0.39
22+
23+
### Other
24+
25+
- *(cargo)* update base64 and rusqlite
26+
- document the rust and regen subcommands
27+
- *(examples)* regenerate loader trees via gloam regen
28+
- regenerate example trees in the weekly bundled-update workflow
29+
- *(xtask)* make regen a thin wrapper over gloam regen
30+
- *(bundled)* embed specs/headers as DEFLATE blobs (~6 MiB smaller binary)
31+
1032
## [0.5.2](https://github.com/tycho/gloam/compare/0.5.1...0.5.2) - 2026-07-24
1133

1234
### 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)