Skip to content

Commit 698ef3f

Browse files
authored
Merge pull request #38 from tycho/release/2026-03-24T15-26-05Z
chore: release v0.4.0
2 parents e74db3c + 21689f3 commit 698ef3f

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0](https://github.com/tycho/gloam/compare/0.3.0...0.4.0) - 2026-03-24
11+
12+
### Added
13+
14+
- *(vulkan)* [**breaking**] remove the --unchecked experiment
15+
- *(vulkan)* [**breaking**] add three-phase enabled-path loader API, simplify public surface
16+
17+
### Fixed
18+
19+
- *(vulkan)* only enumerate instance and device extensions once
20+
1021
## [0.3.0](https://github.com/tycho/gloam/compare/0.2.4...0.3.0) - 2026-03-24
1122

1223
### 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.3.0"
3+
version = "0.4.0"
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)