Skip to content

Commit 0ee9a90

Browse files
xtferclaude
andcommitted
chore: release 1.10.1
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7c76443 commit 0ee9a90

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to Automatic are documented here.
44

55
## [Unreleased]
66

7+
## [1.10.1] - 2026-05-23
8+
9+
### Fixed
10+
11+
- Projects no longer report perpetual skill drift when the same skill exists in both the project's library-backed list and a stale `custom_skills` snapshot. Sync writes library content to disk; drift now uses the library version as its expected-state baseline, and autodetect prunes the obsolete `custom_skills` entries from the project JSON. ([7c76443](https://github.com/velvet-tiger/automatic/commit/7c76443))
12+
713
## [1.10.0] - 2026-05-22
814

915
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "automatic",
33
"private": true,
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "automatic"
3-
version = "1.10.0"
3+
version = "1.10.1"
44
description = "Manage your AI dependencies"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Automatic",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"identifier": "com.velvet.automatic",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)