diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1141358..0081718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "ZeroReference" extension will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.0](https://github.com/Perdolique/vscode-zero-reference/compare/v2.0.2...v2.1.0) (2026-09-02) + + +### Features + +* **analysis:** share cached reference analysis ([404b83a](https://github.com/Perdolique/vscode-zero-reference/commit/404b83aab80eb28ad833e0c80614b32959055cf0)) + ## [2.0.2](https://github.com/Perdolique/vscode-zero-reference/compare/v2.0.1...v2.0.2) (2026-08-11) diff --git a/package.json b/package.json index ec4f15d..afe8eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-reference", - "version": "2.0.2", + "version": "2.1.0", "description": "Find and show code with no references at all", "displayName": "Zero Reference", "publisher": "Ky6uk",