From ce2f01a21d8f630d0ec211df2245ff15cff1dfdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:11:45 +0000 Subject: [PATCH] chore(main): release 1.9.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d456d6a..7890d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.0](https://github.com/RobertLD/libscope/compare/v1.8.0...v1.9.0) (2026-04-06) + + +### Features + +* **mcp:** add async task support for long-running operations ([#485](https://github.com/RobertLD/libscope/issues/485)) ([#487](https://github.com/RobertLD/libscope/issues/487)) ([c31fc3b](https://github.com/RobertLD/libscope/commit/c31fc3bfe3f768e9fe214a1c1b7de345edc6a5d5)) + ## [1.8.0](https://github.com/RobertLD/libscope/compare/v1.7.2...v1.8.0) (2026-03-22) diff --git a/package-lock.json b/package-lock.json index 3af3d93..d8fe884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libscope", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libscope", - "version": "1.8.0", + "version": "1.9.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@anthropic-ai/sdk": "^0.78.0", diff --git a/package.json b/package.json index 55460ec..27a6701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libscope", - "version": "1.8.0", + "version": "1.9.0", "description": "AI-powered knowledge base with MCP integration — query library docs, internal wikis, and topics with semantic search", "homepage": "https://libscope.com", "type": "module",