Skip to content

Commit c86d7b1

Browse files
authored
chore: release v0.1.6
1 parent f63d001 commit c86d7b1

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.1.6](https://github.com/tycho/gloam/compare/0.1.5...0.1.6) - 2026-03-21
11+
12+
### Fixed
13+
14+
- *(vulkan)* ensure we use the proper spec name in the generated file
15+
- *(resolve)* avoid double-inclusion of dependent headers
16+
- *(vulkan)* ensure we include the vk_video headers we need
17+
- *(cli)* treat `--api vk=` and `--api vulkan=` as equivalent
18+
- *(tests)* add test coverage for vulkan generation
19+
- *(fetch)* fall back to bundled file for unmatched upstream URLs
20+
- *(resolve)* algorithmic and readability improvements
21+
- *(tests)* ensure that 'compatibility' profile has features we expect
22+
- *(tests)* check for version and extension support macros
23+
1024
## [0.1.5](https://github.com/tycho/gloam/compare/0.1.4...0.1.5) - 2026-03-21
1125

1226
### Fixed

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.1.5"
3+
version = "0.1.6"
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)