Skip to content

Commit e4318ed

Browse files
committed
release: v0.3.0 (corrected from 0.2.5)
Bump the version from 0.2.5 to 0.3.0 — new features (test- results, test-coverage commands) warrant a minor version bump per semver, not a patch bump. CHANGELOG section header changed from [0.2.5] to [0.3.0]. mix.exs, README.md, github-page/index.html, and 6 npm package.json files bumped to 0.3.0.
1 parent 247180c commit e4318ed

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to `ado` will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.2.5] - 2026-06-16
8+
## [0.3.0] - 2026-06-16
99

1010
### Added
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ put it on your `$PATH`:
6666

6767
```bash
6868
# Example for Apple Silicon Mac (pick the right binary for your platform)
69-
curl -L -o ado https://github.com/gilbertwong96/ado_cli/releases/latest/download/ado-0.2.5-macos-aarch64
69+
curl -L -o ado https://github.com/gilbertwong96/ado_cli/releases/latest/download/ado-0.3.0-macos-aarch64
7070
chmod +x ado && sudo mv ado /usr/local/bin/
7171
```
7272

github-page/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ <h2>Other install methods</h2>
228228
<div class="card">
229229
<h3>📥 Download binary</h3>
230230
<p>Grab the platform-specific binary and put it on your <code>$PATH</code>.</p>
231-
<pre><code>curl -L -o ado https://github.com/gilbertwong96/ado_cli/releases/latest/download/ado-0.2.5-macos-aarch64
231+
<pre><code>curl -L -o ado https://github.com/gilbertwong96/ado_cli/releases/latest/download/ado-0.3.0-macos-aarch64
232232
chmod +x ado &amp;&amp; sudo mv ado /usr/local/bin/</code></pre>
233-
<p class="hint">Replace <code>ado-0.2.5-macos-aarch64</code> with the binary for your platform (see the <a href="https://github.com/gilbertwong96/ado_cli/releases/latest">release page</a>).</p>
233+
<p class="hint">Replace <code>ado-0.3.0-macos-aarch64</code> with the binary for your platform (see the <a href="https://github.com/gilbertwong96/ado_cli/releases/latest">release page</a>).</p>
234234
</div>
235235
<div class="card">
236236
<h3>🔨 Build from source</h3>

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule AdoCli.MixProject do
44
def project do
55
[
66
app: :ado_cli,
7-
version: "0.2.5",
7+
version: "0.3.0",
88
elixir: "~> 1.20",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

npm/@gilbertwong1996-ado-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-darwin-arm64",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "ado binary for macOS Apple Silicon (arm64)",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-darwin-x64",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "ado binary for macOS Intel (x86_64)",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-linux-arm64",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "ado binary for Linux ARM64 (aarch64)",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-linux-x64",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "ado binary for Linux x86_64",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-win32-x64",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "ado binary for Windows x86_64",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "AI-native Azure DevOps CLI \u2014 structured JSON output, embedded skills for LLM agents, single-file cross-platform binary.",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/gilbertwong96/ado_cli",
@@ -37,10 +37,10 @@
3737
"node": ">=18"
3838
},
3939
"optionalDependencies": {
40-
"@gilbertwong1996/ado-darwin-arm64": "0.2.5",
41-
"@gilbertwong1996/ado-darwin-x64": "0.2.5",
42-
"@gilbertwong1996/ado-linux-arm64": "0.2.5",
43-
"@gilbertwong1996/ado-linux-x64": "0.2.5",
44-
"@gilbertwong1996/ado-win32-x64": "0.2.5"
40+
"@gilbertwong1996/ado-darwin-arm64": "0.3.0",
41+
"@gilbertwong1996/ado-darwin-x64": "0.3.0",
42+
"@gilbertwong1996/ado-linux-arm64": "0.3.0",
43+
"@gilbertwong1996/ado-linux-x64": "0.3.0",
44+
"@gilbertwong1996/ado-win32-x64": "0.3.0"
4545
}
4646
}

0 commit comments

Comments
 (0)