Skip to content

Commit

Permalink
release: bump version to v0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed May 13, 2024
1 parent 4513284 commit c7973d8
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.20.3](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.2..v0.20.3) - 2024-05-13

### ⛰️ Features

- **(experimental)** remove lock check for joining team - ([c9b814](https://github.com/GZTimeWalker/GZCTF/commit/c9b814)) by **GZTime**
- add `og:image` property to index - ([451328](https://github.com/GZTimeWalker/GZCTF/commit/451328)) by **GZTime**
- custom title & description for SEO - ([29bc1f](https://github.com/GZTimeWalker/GZCTF/commit/29bc1f)) by **GZTime**

### 🐛 Bug Fixes

- **(config)** flush index cache at launch - ([6894db](https://github.com/GZTimeWalker/GZCTF/commit/6894db)) by **GZTime**
- **(config)** cache won't flush when config add - ([0dab8f](https://github.com/GZTimeWalker/GZCTF/commit/0dab8f)) by **GZTime**
- **(frontend)** confirm modal after saving post - ([509c8a](https://github.com/GZTimeWalker/GZCTF/commit/509c8a)) by **GZTime**
- **(style)** name overflow on instances page - ([289922](https://github.com/GZTimeWalker/GZCTF/commit/289922)) by **GZTime**
- correctly join usernames (#294) - ([06229c](https://github.com/GZTimeWalker/GZCTF/commit/06229c)) by **Light**

### ⚙️ Miscellaneous Tasks

- tidy up - ([322adb](https://github.com/GZTimeWalker/GZCTF/commit/322adb)) by **GZTime**
- tidy up - ([113f06](https://github.com/GZTimeWalker/GZCTF/commit/113f06)) by **GZTime**

---
## [0.20.2](https://github.com/GZTimeWalker/GZCTF/compare/v0.20.1..v0.20.2) - 2024-05-12

Expand All @@ -11,6 +33,7 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b

### 🐛 Bug Fixes

- **(style)** wrong light dark use for review page - ([7b8930](https://github.com/GZTimeWalker/GZCTF/commit/7b8930)) by **GZTime**
- **(style)** progress pulse as unexpected - ([728cff](https://github.com/GZTimeWalker/GZCTF/commit/728cff)) by **GZTime**
- **(style)** icon color - ([6171a8](https://github.com/GZTimeWalker/GZCTF/commit/6171a8)) by **GZTime**
- remove svg (again) from image mime types - ([df449b](https://github.com/GZTimeWalker/GZCTF/commit/df449b)) by **GZTime**
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.20.2",
"version": "0.20.3",
"private": true,
"scripts": {
"dev": "next",
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.20.2</ReleaseVersion>
<ReleaseVersion>0.20.3</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.20.2
version = 0.20.3
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.20.2",
"version": "0.20.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/GZCTF/GZCTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>0.20.2.0</AssemblyVersion>
<AssemblyVersion>0.20.3.0</AssemblyVersion>
<Description>GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -18,7 +18,7 @@
<SpaProxyServerUrl>http://localhost:63000</SpaProxyServerUrl>
<SpaProxyLaunchCommand>npm run dev -- --host</SpaProxyLaunchCommand>
<Configurations>Debug;Release</Configurations>
<ReleaseVersion>0.20.2</ReleaseVersion>
<ReleaseVersion>0.20.3</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
Expand Down

0 comments on commit c7973d8

Please sign in to comment.