From 67f75c8766495752163785e4f78f79e41b008d01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 00:24:12 +0000 Subject: [PATCH] chore(release): bump to v0.1.1 and update changelog --- .github/plugin/marketplace.json | 4 ++-- CHANGELOG.md | 20 ++++++++++++++++++++ plugin.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 705e2cc..58eb104 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -6,13 +6,13 @@ }, "metadata": { "description": "Git-Ape — Intelligent Azure deployment agent and skill suite for GitHub Copilot. Onboard any repository with guided ARM template generation, security analysis, cost estimation, drift detection, and automated CI/CD pipelines.", - "version": "0.0.3" + "version": "0.1.1" }, "plugins": [ { "name": "git-ape", "description": "Intelligent Azure deployment agent system for GitHub Copilot. Provides guided, safe, and validated Azure resource deployments using ARM templates, with built-in security analysis, cost estimation, drift detection, and CI/CD pipeline integration.", - "version": "0.0.3", + "version": "0.1.1", "source": "." }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8defd..de48fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.1.1] - 2026-05-28 + +Changes since [v0.1.0](https://github.com/Azure/git-ape/releases/tag/v0.1.0): + +### Bug Fixes + +- **prereq-check:** parse az version via JSON on PowerShell (`47c76d2`) + +### Chores + +- **daily-status:** move schedule to 08:00 SGT (00:00 UTC) (`913988f`) +- **git-ape:** switch progress bar from ASCII to Unicode blocks (`a800e91`) + +### Other Changes + +- Merge pull request #126 from Azure/chore/git-ape-unicode-progress-bar (`058b4ed`) +- Merge pull request #125 from Azure/fix/release-drop-odd-minor-prerelease (`8f0498c`) +- Merge pull request #127 from Azure/chore/daily-status-schedule-sgt (`022208f`) +- Merge pull request #131 from Azure/fix/prereq-check-ps-az-parsing (`2ae81c7`) + All notable changes to this project are documented here. This project follows [Semantic Versioning](https://semver.org/). diff --git a/plugin.json b/plugin.json index 5f8af4b..4137c70 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "git-ape", "description": "Intelligent agent system for deploying any Azure workload through GitHub Copilot. Provides guided, safe, and validated deployments using ARM templates, with built-in security analysis, cost estimation, and CI/CD pipeline integration.", - "version": "0.0.3", + "version": "0.1.1", "author": { "name": "Microsoft", "url": "https://github.com/Azure/git-ape"