Skip to content

Commit cfa2c0b

Browse files
committed
chore: prepare v0.2.0 release
1 parent aa78ef4 commit cfa2c0b

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
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0] - 2026-04-15
9+
10+
### Changed
11+
12+
- Upgrade Zig launcher to support Zig 0.16
13+
14+
### Fixed
15+
16+
- Skip config targets when `--erts` is provided
17+
818
## [0.1.0] - 2026-04-07
919

1020
### Added
@@ -43,4 +53,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4353
- Zig launcher extracts payload to versioned cache directory on first run
4454
- Subsequent runs reuse the cache
4555

56+
[0.2.0]: https://github.com/jtdowney/queso/releases/tag/v0.2.0
4657
[0.1.0]: https://github.com/jtdowney/queso/releases/tag/v0.1.0

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 = "queso"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["John Downey <jdowney@gmail.com>"]
66
description = "Package Gleam apps into single native executables"

0 commit comments

Comments
 (0)