Skip to content

Commit

Permalink
Merge pull request #883 from amvanbaren/v0.14.6-cleanup
Browse files Browse the repository at this point in the history
Update cli CHANGELOG
  • Loading branch information
amvanbaren authored Mar 28, 2024
2 parents fcac1cf + 3778f87 commit 7f1bced
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This change log covers only the command line interface (CLI) of Open VSX.

### v0.9.0 (Next)
### v0.9.0 (Mar. 2024)

#### Breaking Changes

Expand All @@ -15,7 +15,7 @@ This change log covers only the command line interface (CLI) of Open VSX.

---

### v0.8.4 (Mar. 2023)
### v0.8.4 (Mar. 2024)

#### Dependencies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
import io.micrometer.observation.annotation.Observed;
import org.apache.commons.lang3.StringUtils;
import org.eclipse.openvsx.entities.*;
import org.eclipse.openvsx.json.ExtensionJson;
import org.eclipse.openvsx.json.QueryRequest;
import org.eclipse.openvsx.util.TargetPlatform;
import org.eclipse.openvsx.util.TimeUtil;
import org.eclipse.openvsx.util.VersionAlias;
import org.jooq.Record;
import org.jooq.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import jakarta.persistence.EntityManager;
import jakarta.transaction.Transactional;
import org.eclipse.openvsx.entities.Extension;
import org.eclipse.openvsx.entities.ExtensionVersion;
import org.eclipse.openvsx.repositories.RepositoryService;
Expand Down

0 comments on commit 7f1bced

Please sign in to comment.