Skip to content

Commit 645a051

Browse files
Release version 0.17.1
1 parent 9a32b67 commit 645a051

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
44
[![Bash](https://img.shields.io/badge/Bash-3.2+-green.svg?style=flat-square)](https://www.gnu.org/software/bash/)
5-
[![Version](https://img.shields.io/badge/version-v0.17.0-orange.svg?style=flat-square)](https://github.com/amauryconstant/openspec-extended)
5+
[![Version](https://img.shields.io/badge/version-v0.17.1-orange.svg?style=flat-square)](https://github.com/amauryconstant/openspec-extended)
66

77
An **extension pack** for [OpenSpec](https://github.com/Fission-AI/OpenSpec) that adds autonomous implementation capabilities and utility skills for AI coding assistants.
88

@@ -37,7 +37,7 @@ curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/mai
3737
### Specific Version
3838

3939
```bash
40-
VERSION=v0.17.0 curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/main/install.sh | bash
40+
VERSION=v0.17.1 curl -sSL https://raw.githubusercontent.com/amauryconstant/openspec-extended/main/install.sh | bash
4141
```
4242

4343
### System-wide Install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openspec-extended"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
description = "OpenSpec-extended - Bridge AI coding assistants with OpenSpec spec-driven development"
55
readme = "README.md"
66
requires-python = ">=3.14"

resources/opencode/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.17.0",
2+
"version": "0.17.1",
33
"resources": {
44
"skills": {
55
"osx-commit": {

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)