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
4 changes: 2 additions & 2 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "."
},
{
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down