Skip to content

Commit

Permalink
chore: Prepare for 0.5.2 (#96)
Browse files Browse the repository at this point in the history
* Prepare for 0.5.2

* Address comment

Signed-off-by: Sheng Chen <[email protected]>

* Update changelog

Signed-off-by: Sheng Chen <[email protected]>
  • Loading branch information
jdneo authored Jan 21, 2022
1 parent ec6bc9d commit acf3977
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cmd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.java.lsif.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.java.lsif.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.microsoft.java.lsif</groupId>
<artifactId>parent</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
</parent>
<artifactId>com.microsoft.java.lsif.core</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.java.lsif.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<version>0.5.1</version>
<version>0.5.2</version>
<groupId>com.microsoft.java.lsif</groupId>
<artifactId>parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.java.lsif.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.java.lsif</groupId>
<artifactId>parent</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
</parent>
<artifactId>com.microsoft.java.lsif.tp</artifactId>
<name>${base.name} :: Target Platform</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.microsoft.java.lsif</groupId>
<artifactId>parent</artifactId>
<name>${base.name} :: Parent</name>
<version>0.5.1</version>
<version>0.5.2</version>
<packaging>pom</packaging>
<properties>
<base.name>Java Language Server Indexer</base.name>
Expand Down

0 comments on commit acf3977

Please sign in to comment.