Skip to content

Commit 18c6fa4

Browse files
committed
Release v2.0.0
1 parent 1008fa2 commit 18c6fa4

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [2.0.0](https://github.com/coder/code-marketplace/releases/tag/v2.0.0) - 2023-10-11
11+
12+
### Breaking changes
13+
14+
- When removing extensions, the version is now delineated by `@` instead of `-`
15+
(for example `remove vscodevim.vim@1.0.0`). This fixes being unable to remove
16+
extensions with `-` in their names. Removal is the only backwards-incompatible
17+
change; extensions are still added, stored, and queried the same way.
18+
19+
### Added
20+
21+
- Support for platform-specific extensions. Previously all versions would have
22+
been treated as universal and overwritten each other but now versions for
23+
different platforms will be stored separately and show up separately in the
24+
API response. If there are platform-specific versions that have already been
25+
added, they will continue to be treated as universal versions so these should
26+
be removed and re-added to be properly registered as platform-specific.
27+
1028
## [1.2.2](https://github.com/coder/code-marketplace/releases/tag/v1.2.2) - 2023-05-30
1129

1230
### Changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.2
18+
version: 1.0.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v1.2.2"
24+
appVersion: "v2.0.0"

0 commit comments

Comments
 (0)