Skip to content

Commit 3768694

Browse files
Version Packages (#606)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53081fb commit 3768694

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.changeset/combined-since-v1.0.2.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/nix-flake-improvements.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @fission-ai/openspec
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#625](https://github.com/Fission-AI/OpenSpec/pull/625) [`53081fb`](https://github.com/Fission-AI/OpenSpec/commit/53081fb2a26ec66d2950ae0474b9a56cbc5b5a76) Thanks [@TabishB](https://github.com/TabishB)! - ### Bug Fixes
8+
9+
- **Codex global path support** — Codex adapter now resolves global paths correctly, fixing workflow file generation when run outside the project directory (#622)
10+
- **Archive operations on cross-device or restricted paths** — Archive now falls back to copy+remove when rename fails with EPERM or EXDEV errors, fixing failures on networked/external drives (#605)
11+
- **Slash command hints in workflow messages** — Workflow completion messages now display helpful slash command hints for next steps (#603)
12+
- **Windsurf workflow file path** — Updated Windsurf adapter to use the correct `workflows` directory instead of the legacy `commands` path (#610)
13+
14+
### Patch Changes
15+
16+
- [#550](https://github.com/Fission-AI/OpenSpec/pull/550) [`86d2e04`](https://github.com/Fission-AI/OpenSpec/commit/86d2e04cae76a999dbd1b4571f52fa720036be0c) Thanks [@jerome-benoit](https://github.com/jerome-benoit)! - ### Improvements
17+
18+
- **Nix flake maintenance** — Version now read dynamically from package.json, reducing manual sync issues
19+
- **Nix build optimization** — Source filtering excludes node_modules and artifacts, improving build times
20+
- **update-flake.sh script** — Detects when hash is already correct, skipping unnecessary rebuilds
21+
22+
### Other
23+
24+
- Updated Nix CI actions to latest versions (nix-installer v21, magic-nix-cache v13)
25+
326
## 1.0.2
427

528
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fission-ai/openspec",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "AI-native system for spec-driven development",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)