Skip to content

Commit 9675fc9

Browse files
authored
chore: release v0.1.4
1 parent c606b7c commit 9675fc9

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.4](https://github.com/tycho/gloam/compare/0.1.3...0.1.4) - 2026-03-21
11+
12+
### Fixed
13+
14+
- *(doc)* use correct syntax for --predecessors and --promoted examples
15+
- *(doc)* update README to reflect new command line arguments
16+
17+
### Other
18+
19+
- *(github)* use correct branch name for CI workflow
20+
- *(tests)* add tests for --promoted and --predecessors
21+
1022
## [0.1.3](https://github.com/tycho/gloam/compare/0.1.2...0.1.3) - 2026-03-21
1123

1224
### 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.1.3"
3+
version = "0.1.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)