Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ All notable changes are recorded here. Format follows
[Keep a Changelog][kac]; releases follow [Semantic Versioning][semver]
once the first stable tag ships.

[kac]: https://keepachangelog.com/en/1.1.0/
[semver]: https://semver.org/spec/v2.0.0.html
## [Unreleased]

## [0.1.0] - 2026-05-07
Comment thread
kanywst marked this conversation as resolved.

## Unreleased
First tagged release. Public surface (export names, AST schema,
callback semantics) is still alpha and may change before 1.0.

### Added

Expand Down Expand Up @@ -35,3 +37,8 @@ once the first stable tag ships.

- README badges (CI, OpenSSF Scorecard) now resolve. They were left
pointing at `kanywst/zopa` after the repo moved to `0-draft/zopa`.

[kac]: https://keepachangelog.com/en/1.1.0/
[semver]: https://semver.org/spec/v2.0.0.html
[Unreleased]: https://github.com/0-draft/zopa/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/0-draft/zopa/releases/tag/v0.1.0
Comment thread
kanywst marked this conversation as resolved.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.name = .zopa,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",
.version = "0.1.0",
// Together with name, this represents a globally unique package
// identifier. This field is generated by the Zig toolchain when the
// package is first created, and then *never changes*. This allows
Expand Down
Loading