Skip to content

Commit

Permalink
release: bump version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Nov 26, 2024
1 parent 84d917d commit 4f87f1c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

---
## [1.0.3](https://github.com/GZTimeWalker/GZCTF/compare/v1.0.2..v1.0.3) - 2024-11-26

### ⛰️ Features

- **(i18n)** add `vi-VN` support - ([8f8f79](https://github.com/GZTimeWalker/GZCTF/commit/8f8f79)) by **GZTime**
- **(i18n)** use English for API document - ([39eb32](https://github.com/GZTimeWalker/GZCTF/commit/39eb32)) by **Steven He**
- **(scoreboard)** record user emails & download only participants - ([014954](https://github.com/GZTimeWalker/GZCTF/commit/014954)) by **GZTime**
- **(scoreboard)** export user email in scoreboard table - ([75d7e3](https://github.com/GZTimeWalker/GZCTF/commit/75d7e3)) by **GZTime**
- use Scalar to replace Swagger - ([657fcc](https://github.com/GZTimeWalker/GZCTF/commit/657fcc)) by **Steven He**

### 🎨 Styling

- **(typography)** revert & fix style provided by ui framework - ([84d917](https://github.com/GZTimeWalker/GZCTF/commit/84d917)) by **GZTime**

---
## [1.0.2](https://github.com/GZTimeWalker/GZCTF/compare/v1.0.1..v1.0.2) - 2024-11-25

Expand Down
4 changes: 2 additions & 2 deletions src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>1.0.2</ReleaseVersion>
<Configurations>Debug;Release</Configurations>
<ReleaseVersion>1.0.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 = 1.0.2
version = 1.0.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": "1.0.2",
"version": "1.0.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>net9.0</TargetFramework>
<AssemblyVersion>1.0.2.0</AssemblyVersion>
<AssemblyVersion>1.0.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>1.0.2</ReleaseVersion>
<ReleaseVersion>1.0.3</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<ServerGarbageCollection>true</ServerGarbageCollection>
<EFOptimizeContext>true</EFOptimizeContext>
Expand Down

0 comments on commit 4f87f1c

Please sign in to comment.