diff --git a/.oxrls/5e41-wavy-wagon.md b/.oxrls/5e41-wavy-wagon.md deleted file mode 100644 index e174a0b..0000000 --- a/.oxrls/5e41-wavy-wagon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bdbchgg/oxrls": "patch" ---- - -Improve CLI output formatting with aligned columns and unicode arrows \ No newline at end of file diff --git a/.oxrls/pre.json b/.oxrls/pre.json index 6be2d1a..d422e14 100644 --- a/.oxrls/pre.json +++ b/.oxrls/pre.json @@ -2,7 +2,7 @@ "pre_versions": { "@bdbchgg/oxrls": { "tag": "alpha", - "count": 2 + "count": 3 } } } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e6572e6..4edb8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- **@bdbchgg/oxrls** (v1.0.0-alpha.3): Improve CLI output formatting with aligned columns and unicode arrows + +## 2026-05-22 + +### Patch Changes + - **@bdbchgg/oxrls** (v1.0.0-alpha.2): Fix: oxrls status no longer increments pre-release counters - **@bdbchgg/oxrls** (v1.0.0-alpha.2): Move config to .oxrls/config.json, fix release_dir_abs for nested config - **@bdbchgg/oxrls** (v1.0.0-alpha.2): Fix: dry-run no longer increments pre-release counters diff --git a/Cargo.toml b/Cargo.toml index c44dcc4..a09beb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Dominik Biedebach "] edition = "2024" name = "oxrls" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" [lib] crate-type = ["cdylib", "rlib"] diff --git a/package.json b/package.json index 69eb168..561b9fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bdbchgg/oxrls", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "ava": { "environmentVariables": { "OXC_TSCONFIG_PATH": "./__test__/tsconfig.json"