From acf3977960da0c1d6a7becc49f2edf0ae5d4e3c3 Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Fri, 21 Jan 2022 13:34:43 +0800 Subject: [PATCH] chore: Prepare for 0.5.2 (#96) * Prepare for 0.5.2 * Address comment Signed-off-by: Sheng Chen * Update changelog Signed-off-by: Sheng Chen --- CHANGELOG.md | 5 +++++ cmd/package-lock.json | 2 +- cmd/package.json | 2 +- com.microsoft.java.lsif.core/META-INF/MANIFEST.MF | 2 +- com.microsoft.java.lsif.core/pom.xml | 2 +- com.microsoft.java.lsif.product/pom.xml | 2 +- com.microsoft.java.lsif.target/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf50b3..5e74af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.5.2 +### Fixed +- Fix the duplicated end events for a document vertex. [#89](https://github.com/microsoft/lsif-java/issues/89) +- Update dependencies and remove log4j. [PR#95](https://github.com/microsoft/lsif-java/pull/95) + ## 0.5.1 ### Changed - Change to EPL 1.0 license. [#84](https://github.com/microsoft/lsif-java/pull/84) diff --git a/cmd/package-lock.json b/cmd/package-lock.json index 0c41cac..c956226 100644 --- a/cmd/package-lock.json +++ b/cmd/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lsif/lsif-java-indexer", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/cmd/package.json b/cmd/package.json index df61ed4..8812ecf 100644 --- a/cmd/package.json +++ b/cmd/package.json @@ -1,6 +1,6 @@ { "name": "@lsif/lsif-java-indexer", - "version": "0.5.1", + "version": "0.5.2", "description": "The Java Indexer for LSIF", "scripts": { "build": "node scripts/build.js" diff --git a/com.microsoft.java.lsif.core/META-INF/MANIFEST.MF b/com.microsoft.java.lsif.core/META-INF/MANIFEST.MF index 52e0a00..5e40db2 100644 --- a/com.microsoft.java.lsif.core/META-INF/MANIFEST.MF +++ b/com.microsoft.java.lsif.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: com.microsoft.java.lsif.core;singleton:=true -Bundle-Version: 0.5.1 +Bundle-Version: 0.5.2 Bundle-Activator: com.microsoft.java.lsif.core.internal.LanguageServerIndexerPlugin Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-Localization: plugin diff --git a/com.microsoft.java.lsif.core/pom.xml b/com.microsoft.java.lsif.core/pom.xml index 15ce339..198dbda 100644 --- a/com.microsoft.java.lsif.core/pom.xml +++ b/com.microsoft.java.lsif.core/pom.xml @@ -5,7 +5,7 @@ com.microsoft.java.lsif parent - 0.5.1 + 0.5.2 com.microsoft.java.lsif.core eclipse-plugin diff --git a/com.microsoft.java.lsif.product/pom.xml b/com.microsoft.java.lsif.product/pom.xml index bd5f20a..5251c99 100644 --- a/com.microsoft.java.lsif.product/pom.xml +++ b/com.microsoft.java.lsif.product/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 0.5.1 + 0.5.2 com.microsoft.java.lsif parent diff --git a/com.microsoft.java.lsif.target/pom.xml b/com.microsoft.java.lsif.target/pom.xml index af93c78..7695891 100644 --- a/com.microsoft.java.lsif.target/pom.xml +++ b/com.microsoft.java.lsif.target/pom.xml @@ -4,7 +4,7 @@ com.microsoft.java.lsif parent - 0.5.1 + 0.5.2 com.microsoft.java.lsif.tp ${base.name} :: Target Platform diff --git a/pom.xml b/pom.xml index bc41c28..fc318a9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.java.lsif parent ${base.name} :: Parent - 0.5.1 + 0.5.2 pom Java Language Server Indexer