File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
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
+
10
28
## [ 1.2.2] ( https://github.com/coder/code-marketplace/releases/tag/v1.2.2 ) - 2023-05-30
11
29
12
30
### Changed
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.3.2
18
+ version : 1.0.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v1.2.2 "
24
+ appVersion : " v2.0.0 "
You can’t perform that action at this time.
0 commit comments