Skip to content

Navigation Menu

Sign in
Sign up

chore(main): release 0.2.22 #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Teakowa merged 2 commits into main from release-please--branches--main
Sep 11, 2026
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
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.21"
".": "0.2.22"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.22](https://github.com/wrightkit/wright/compare/v0.2.21...v0.2.22) (2026年09月11日)


### Features

* analyze persistent Workshop object lifecycle ([#308](https://github.com/wrightkit/wright/issues/308)) ([43d6052](https://github.com/wrightkit/wright/commit/43d605268e45ff6216c41b82e76a11a651bb5cbc))
* **analyzer:** add declarative lint rule contract ([#310](https://github.com/wrightkit/wright/issues/310)) ([db25c08](https://github.com/wrightkit/wright/commit/db25c085c8c6fa88e6e4abfe092cece7f942c2c6))
* **driver:** run OPY lint and analyze through provider ([#304](https://github.com/wrightkit/wright/issues/304)) ([95f0b22](https://github.com/wrightkit/wright/commit/95f0b222c0f3aba01010a826f74b814a0a591374)), closes [#246](https://github.com/wrightkit/wright/issues/246)


### Bug Fixes

* **provider:** make OPY bootstrap concurrency-safe ([#307](https://github.com/wrightkit/wright/issues/307)) ([8d8b4da](https://github.com/wrightkit/wright/commit/8d8b4dafc325cb91034e4bae77fdeebdc73a1ae6))

## [0.2.21](https://github.com/wrightkit/wright/compare/v0.2.20...v0.2.21) (2026年09月09日)


Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock
View file Open in desktop

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
View file Open in desktop
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.21"
version = "0.2.22"
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
View file Open in desktop
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.21.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.22.
# 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.21/wright-0.2.21-aarch64-apple-darwin.tar.gz"
url "https://github.com/wrightkit/wright/releases/download/v0.2.22/wright-0.2.22-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.21/wright-0.2.21-x86_64-apple-darwin.tar.gz"
url "https://github.com/wrightkit/wright/releases/download/v0.2.22/wright-0.2.22-x86_64-apple-darwin.tar.gz"
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
end
end
Expand Down
6 changes: 3 additions & 3 deletions dist/scoop/wright.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.2.21",
"version": "0.2.22",
"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.21/wright-0.2.21-x86_64-pc-windows-msvc.zip",
"url": "https://github.com/wrightkit/wright/releases/download/v0.2.22/wright-0.2.22-x86_64-pc-windows-msvc.zip",
"hash": "0000000000000000000000000000000000000000000000000000000000000000",
"extract_dir": "wright-0.2.21-x86_64-pc-windows-msvc"
"extract_dir": "wright-0.2.22-x86_64-pc-windows-msvc"
}
},
"bin": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Generated by scripts/update-dist-manifests.py for Wright 0.2.21.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.22.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
# The canonical Windows release ZIP (a zip of portable executables).
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.21
PackageVersion: 0.2.22
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: wright-0.2.21-x86_64-pc-windows-msvc/wright.exe
- RelativeFilePath: wright-0.2.22-x86_64-pc-windows-msvc/wright.exe
PortableCommandAlias: wright
- RelativeFilePath: wright-0.2.21-x86_64-pc-windows-msvc/wright-lsp.exe
- RelativeFilePath: wright-0.2.22-x86_64-pc-windows-msvc/wright-lsp.exe
PortableCommandAlias: wright-lsp
Installers:
- Architecture: x64
InstallerUrl: https://github.com/wrightkit/wright/releases/download/v0.2.21/wright-0.2.21-x86_64-pc-windows-msvc.zip
InstallerUrl: https://github.com/wrightkit/wright/releases/download/v0.2.22/wright-0.2.22-x86_64-pc-windows-msvc.zip
InstallerSha256: 0000000000000000000000000000000000000000000000000000000000000000
ManifestType: installer
ManifestVersion: 1.10.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by scripts/update-dist-manifests.py for Wright 0.2.21.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.22.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.21
PackageVersion: 0.2.22
PackageLocale: en-US
Publisher: WrightKit
PublisherUrl: https://github.com/wrightkit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by scripts/update-dist-manifests.py for Wright 0.2.21.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.22.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.21
PackageVersion: 0.2.22
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.10.0
2 changes: 1 addition & 1 deletion version.txt
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.21
0.2.22

AltStyle によって変換されたページ (->オリジナル) /