Skip to content
Open
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 @@
{
".": "0.2.17"
".": "0.2.18"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.18](https://github.com/wrightkit/wright/compare/v0.2.17...v0.2.18) (2026-09-04)


### Features

* **distribution:** add Windows PowerShell installer ([#257](https://github.com/wrightkit/wright/issues/257)) ([2e67354](https://github.com/wrightkit/wright/commit/2e67354acf19b7390c5cf34daaad23e09e5e45ac))


### Bug Fixes

* **provider:** match opy release tarballs ([#250](https://github.com/wrightkit/wright/issues/250)) ([d0f61cb](https://github.com/wrightkit/wright/commit/d0f61cba2abac8fd07668268fe06d353e31af6fa))

## [0.2.17](https://github.com/wrightkit/wright/compare/v0.2.16...v0.2.17) (2026-09-02)


Expand Down
26 changes: 13 additions & 13 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/wright-core", "crates/wright-ir", "crates/wright-analyzer", "
resolver = "3"

[workspace.package]
version = "0.2.17"
version = "0.2.18"
edition = "2024"
rust-version = "1.85.0"
license = "AGPL-3.0-or-later"
Expand Down
6 changes: 3 additions & 3 deletions dist/homebrew/wright.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Generated by scripts/update-dist-manifests.py for Wright 0.2.17.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.18.
# Consumes the canonical macOS release archives; do not edit by hand.
class Wright < Formula
desc "Tooling-first semantic platform for the Overwatch Workshop and OverPy ecosystem"
homepage "https://github.com/wrightkit/wright"
url "https://github.com/wrightkit/wright/releases/download/v0.2.17/wright-0.2.17-aarch64-apple-darwin.tar.gz"
url "https://github.com/wrightkit/wright/releases/download/v0.2.18/wright-0.2.18-aarch64-apple-darwin.tar.gz"
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
license "AGPL-3.0-or-later"

resource "wright-intel" do
on_intel do
url "https://github.com/wrightkit/wright/releases/download/v0.2.17/wright-0.2.17-x86_64-apple-darwin.tar.gz"
url "https://github.com/wrightkit/wright/releases/download/v0.2.18/wright-0.2.18-x86_64-apple-darwin.tar.gz"
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
end
end
Expand Down
6 changes: 3 additions & 3 deletions dist/scoop/wright.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.2.17",
"version": "0.2.18",
"description": "Tooling-first semantic platform for the Overwatch Workshop and OverPy ecosystem",
"homepage": "https://github.com/wrightkit/wright",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/wrightkit/wright/releases/download/v0.2.17/wright-0.2.17-x86_64-pc-windows-msvc.zip",
"url": "https://github.com/wrightkit/wright/releases/download/v0.2.18/wright-0.2.18-x86_64-pc-windows-msvc.zip",
"hash": "0000000000000000000000000000000000000000000000000000000000000000",
"extract_dir": "wright-0.2.17-x86_64-pc-windows-msvc"
"extract_dir": "wright-0.2.18-x86_64-pc-windows-msvc"
}
},
"bin": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Generated by scripts/update-dist-manifests.py for Wright 0.2.17.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.18.
# The canonical Windows release ZIP (a zip of portable executables).
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.17
PackageVersion: 0.2.18
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: wright-0.2.17-x86_64-pc-windows-msvc/wright.exe
- RelativeFilePath: wright-0.2.18-x86_64-pc-windows-msvc/wright.exe
PortableCommandAlias: wright
- RelativeFilePath: wright-0.2.17-x86_64-pc-windows-msvc/wright-lsp.exe
- RelativeFilePath: wright-0.2.18-x86_64-pc-windows-msvc/wright-lsp.exe
PortableCommandAlias: wright-lsp
Installers:
- Architecture: x64
InstallerUrl: https://github.com/wrightkit/wright/releases/download/v0.2.17/wright-0.2.17-x86_64-pc-windows-msvc.zip
InstallerUrl: https://github.com/wrightkit/wright/releases/download/v0.2.18/wright-0.2.18-x86_64-pc-windows-msvc.zip
InstallerSha256: 0000000000000000000000000000000000000000000000000000000000000000
Scope: user
ElevationRequirement: elevationProhibited
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by scripts/update-dist-manifests.py for Wright 0.2.17.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.18.
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.17
PackageVersion: 0.2.18
PackageLocale: en-US
Publisher: WrightKit
PublisherUrl: https://github.com/wrightkit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by scripts/update-dist-manifests.py for Wright 0.2.17.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.18.
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.17
PackageVersion: 0.2.18
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.17
0.2.18