Skip to content

Commit 52d5f18

Browse files
committed
chore: release v0.4.4
1 parent 3b675d7 commit 52d5f18

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.4](https://github.com/tycho/gloam/compare/0.4.3...0.4.4) - 2026-03-27
11+
12+
### Added
13+
14+
- *(vulkan)* add new --external-headers option for Vulkan
15+
16+
### Fixed
17+
18+
- *(generator)* clean up whitespace usage for function declarations
19+
- *(vulkan)* unbreak loading device functions in enabled-list path
20+
- *(vulkan)* load instance functions when enabling device extensions
21+
- *(c)* use correct naming for gloamVulkanGetInstanceVersion
22+
- *(generator)* ensure trailing newline at end of generated sources
23+
24+
### Other
25+
26+
- *(doc)* ensure documentation matches reality
27+
- *(vulkan)* simplify internals, unify pfn range loading functions
28+
1029
## [0.4.3](https://github.com/tycho/gloam/compare/0.4.2...0.4.3) - 2026-03-26
1130

1231
### 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "gloam"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2024"
55
description = "Loader generator for Vulkan, OpenGL, OpenGL ES, EGL, GLX, and WGL"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)