chore(release): 5.2.0
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
---
|
||||
|
||||
## [5.2.0] - 2026-02-13 - "Podcast Generation & Azure Expansion"
|
||||
|
||||
> **New AI capabilities: Podcast Generation, Azure Identity, and Self-Evolving Agents.**
|
||||
|
||||
### Added
|
||||
|
||||
- **New Skill**: `podcast-generation` - Create multi-speaker podcasts from text/URLs using OpenAI Text-to-Speech (TTS) and pydub.
|
||||
- **New Skill**: `weevolve` - Self-evolving knowledge engine with recursive improvement protocol.
|
||||
- **Azure Skills Expansion**:
|
||||
- `azure-ai-agents-persistent-dotnet`: Persistent agent patterns for .NET.
|
||||
- `azure-ai-agents-persistent-java`: Persistent agent patterns for Java.
|
||||
- `azd-deployment`: Azure Developer CLI deployment strategies.
|
||||
- **Python Enhancements**:
|
||||
- `pydantic-models-py`: Robust data validation patterns.
|
||||
- `fastapi-router-py`: Scalable API routing structures.
|
||||
|
||||
### Registry
|
||||
|
||||
- **Total Skills**: 856 (from 845).
|
||||
- **Generated Files**: Synced `skills_index.json`, `data/catalog.json`, and `README.md`.
|
||||
|
||||
### Contributors
|
||||
|
||||
- **[@sickn33](https://github.com/sickn33)** - Podcast Generation & Azure skills sync (PR #74).
|
||||
- **[@aro-brez](https://github.com/aro-brez)** - WeEvolve skill (Issue #75).
|
||||
|
||||
---
|
||||
|
||||
## [5.1.0] - 2026-02-12 - "Official Microsoft & Gemini Skills"
|
||||
|
||||
> **845+ skills: the largest single-PR expansion ever, powered by official vendor collections.**
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "antigravity-awesome-skills",
|
||||
"version": "5.0.0",
|
||||
"version": "5.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "antigravity-awesome-skills",
|
||||
"version": "5.0.0",
|
||||
"version": "5.2.0",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"antigravity-awesome-skills": "bin/install.js"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antigravity-awesome-skills",
|
||||
"version": "5.1.0",
|
||||
"version": "5.2.0",
|
||||
"description": "845+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user