Skip to content

Commit eefd45c

Browse files
committed
chore: release v0.2.0
1 parent b2d51f4 commit eefd45c

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/tycho/gloam/compare/0.1.7...0.2.0) - 2026-03-22
11+
12+
### Removed
13+
14+
- [**breaking**] Removing incomplete and untested Rust loader generator.
15+
I hadn't been building and testing around the Rust output target, and I don't
16+
want to keep shipping code that I am not using or testing myself. If someone
17+
wants to implement a Rust loader generator using some of the same principles
18+
from the C loader generator, contributions would be welcome.
19+
20+
### Fixed
21+
22+
- *(build)* Try to fix version numbering in release builds.
23+
24+
### Other
25+
26+
- remove LICENSE.asc, add Apache license
27+
1028
## [0.1.7](https://github.com/tycho/gloam/compare/0.1.6...0.1.7) - 2026-03-21
1129

1230
### 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.7"
3+
version = "0.2.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)