File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## [ 2.0.1] ( https://github.com/coder/code-marketplace/releases/tag/v2.0.1 ) - 2023-12-08
11+
12+ ### Fixed
13+
14+ - Extensions with problematic UTF-8 characters will no longer cause a panic.
15+ - Preview extensions will now show up as such.
16+
1017## [ 2.0.0] ( https://github.com/coder/code-marketplace/releases/tag/v2.0.0 ) - 2023-10-11
1118
1219### Breaking changes
Original file line number Diff line number Diff 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 : 1.0.0
18+ version : 1.0.1
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 : " v2.0.0 "
24+ appVersion : " v2.0.1 "
You can’t perform that action at this time.
0 commit comments