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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.0"
".": "1.12.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.12.0](https://github.com/guywaldman/glue/compare/v1.11.0...v1.12.0) (2026-06-14)


### Features

* support Rust derives for type aliases ([39cc79d](https://github.com/guywaldman/glue/commit/39cc79d20078023d96cc087a7f8724f824a9425a))

## [1.11.0](https://github.com/guywaldman/glue/compare/v1.10.0...v1.11.0) (2026-06-13)


Expand Down
2 changes: 1 addition & 1 deletion extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Glue",
"description": "Glue language support",
"publisher": "guywaldman",
"version": "1.11.0",
"version": "1.12.0",
"repository": {
"type": "git",
"url": "https://github.com/guywaldman/glue"
Expand Down
12 changes: 6 additions & 6 deletions glue/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "3"
members = ["lang", "codegen", "config", "cli", "lsp", "wasm"]

[workspace.package]
version = "1.11.0"
version = "1.12.0"
edition = "2024"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion skills/glue/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Official Glue IDL guide for agents. Use when designing, writing, r
license: MIT
metadata:
author: Guy Waldman
version: "1.11.0" # x-release-please-version
version: "1.12.0" # x-release-please-version
---

# Glue
Expand Down
Loading