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 @@
{
".": "0.2.4"
".": "0.2.5"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Changelog

## [0.2.5](https://github.com/wrightkit/wright/compare/v0.2.4...v0.2.5) (2026-08-18)


### Features

* **cli:** modernize presentation and CI reporting ([#165](https://github.com/wrightkit/wright/issues/165)) ([281b99a](https://github.com/wrightkit/wright/commit/281b99a963f6cd4796487964e5689751c850105c))
* **release:** migrate Wright lifecycle to release-plz ([#167](https://github.com/wrightkit/wright/issues/167)) ([ba0c3c9](https://github.com/wrightkit/wright/commit/ba0c3c936ec0fa710fde6e26238334071754f9ed)), closes [#166](https://github.com/wrightkit/wright/issues/166)


### Bug Fixes

* **consumer:** preserve event compatibility with workshop-rs ([76c93e7](https://github.com/wrightkit/wright/commit/76c93e7532f19a0632986417b0786cc519916d50))
* **deps:** consume released workshop-rs 0.1.1 ([39b1fdc](https://github.com/wrightkit/wright/commit/39b1fdc5002b7e121dedd4659efcef5a7319cabc)), closes [#163](https://github.com/wrightkit/wright/issues/163)
* **deps:** pin workshop-rs event compatibility revision ([705fa64](https://github.com/wrightkit/wright/commit/705fa64e9d85a0cd0ae8a31bd120fe126c164c00))
* **release:** keep automatic releases on patch versions ([#173](https://github.com/wrightkit/wright/issues/173)) ([57f9452](https://github.com/wrightkit/wright/commit/57f94527705e931746b12bcf823e859f674b55d9))
* **release:** keep Cargo.lock in version bumps ([#161](https://github.com/wrightkit/wright/issues/161)) ([fe38776](https://github.com/wrightkit/wright/commit/fe38776960bca10d3d972217cda07c8763ea1d9e))
* **release:** replace release-plz with release-please ([#170](https://github.com/wrightkit/wright/issues/170)) ([2f6c572](https://github.com/wrightkit/wright/commit/2f6c572e99e5954c184d778c648f0ba7f94c01f1))
* **release:** use compatible release-plz version ([#168](https://github.com/wrightkit/wright/issues/168)) ([09c0f2f](https://github.com/wrightkit/wright/commit/09c0f2ffac38927785f006a0cedbd92026a38295)), closes [#166](https://github.com/wrightkit/wright/issues/166)
* **release:** use organization token for release PR ([#171](https://github.com/wrightkit/wright/issues/171)) ([be7a61b](https://github.com/wrightkit/wright/commit/be7a61b5136bd4d8e4bc532ffbfa07d51565053b)), closes [#169](https://github.com/wrightkit/wright/issues/169)


### Performance Improvements

* **ci:** reuse locked benchmark builds ([e89e725](https://github.com/wrightkit/wright/commit/e89e7254fdcd92ed0dfd2c14fb634a40705014ad)), closes [#160](https://github.com/wrightkit/wright/issues/160)

## Changelog

All notable changes to Wright will be documented in this file.
28 changes: 14 additions & 14 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.4"
version = "0.2.5"
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.4.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.5.
# 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.4/wright-0.2.4-aarch64-apple-darwin.tar.gz"
url "https://github.com/wrightkit/wright/releases/download/v0.2.5/wright-0.2.5-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.4/wright-0.2.4-x86_64-apple-darwin.tar.gz"
url "https://github.com/wrightkit/wright/releases/download/v0.2.5/wright-0.2.5-x86_64-apple-darwin.tar.gz"
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
end
end
Expand Down
2 changes: 1 addition & 1 deletion dist/npm/wright-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrightkit/wright-darwin-arm64",
"version": "0.2.4",
"version": "0.2.5",
"description": "macOS ARM64 (Apple Silicon) native binary for Wright",
"license": "AGPL-3.0-or-later",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion dist/npm/wright-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrightkit/wright-darwin-x64",
"version": "0.2.4",
"version": "0.2.5",
"description": "macOS x64 (Intel) native binary for Wright",
"license": "AGPL-3.0-or-later",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion dist/npm/wright-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrightkit/wright-linux-x64",
"version": "0.2.4",
"version": "0.2.5",
"description": "Linux x64 native binary for Wright",
"license": "AGPL-3.0-or-later",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion dist/npm/wright-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrightkit/wright-win32-x64",
"version": "0.2.4",
"version": "0.2.5",
"description": "Windows x64 native binary for Wright",
"license": "AGPL-3.0-or-later",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions dist/npm/wright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrightkit/wright",
"version": "0.2.4",
"version": "0.2.5",
"description": "Wright CLI wrapper - Tooling-first semantic platform for the Overwatch Workshop and OverPy ecosystem",
"license": "AGPL-3.0-or-later",
"repository": {
Expand All @@ -25,10 +25,10 @@
"LICENSE"
],
"optionalDependencies": {
"@wrightkit/wright-darwin-arm64": "0.2.4",
"@wrightkit/wright-darwin-x64": "0.2.4",
"@wrightkit/wright-linux-x64": "0.2.4",
"@wrightkit/wright-win32-x64": "0.2.4"
"@wrightkit/wright-darwin-arm64": "0.2.5",
"@wrightkit/wright-darwin-x64": "0.2.5",
"@wrightkit/wright-linux-x64": "0.2.5",
"@wrightkit/wright-win32-x64": "0.2.5"
},
"engines": {
"node": ">=18"
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.4",
"version": "0.2.5",
"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.4/wright-0.2.4-x86_64-pc-windows-msvc.zip",
"url": "https://github.com/wrightkit/wright/releases/download/v0.2.5/wright-0.2.5-x86_64-pc-windows-msvc.zip",
"hash": "0000000000000000000000000000000000000000000000000000000000000000",
"extract_dir": "wright-0.2.4-x86_64-pc-windows-msvc"
"extract_dir": "wright-0.2.5-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.4.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.5.
# The canonical Windows release ZIP (a zip of portable executables).
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.4
PackageVersion: 0.2.5
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: wright-0.2.4-x86_64-pc-windows-msvc/wright.exe
- RelativeFilePath: wright-0.2.5-x86_64-pc-windows-msvc/wright.exe
PortableCommandAlias: wright
- RelativeFilePath: wright-0.2.4-x86_64-pc-windows-msvc/wright-lsp.exe
- RelativeFilePath: wright-0.2.5-x86_64-pc-windows-msvc/wright-lsp.exe
PortableCommandAlias: wright-lsp
Installers:
- Architecture: x64
InstallerUrl: https://github.com/wrightkit/wright/releases/download/v0.2.4/wright-0.2.4-x86_64-pc-windows-msvc.zip
InstallerUrl: https://github.com/wrightkit/wright/releases/download/v0.2.5/wright-0.2.5-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.4.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.5.
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.4
PackageVersion: 0.2.5
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.4.
# Generated by scripts/update-dist-manifests.py for Wright 0.2.5.
PackageIdentifier: WrightKit.Wright
PackageVersion: 0.2.4
PackageVersion: 0.2.5
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.4
0.2.5
Loading