Skip to content

Commit

Permalink
release: bump version to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Nov 15, 2024
1 parent b278733 commit 3f29051
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,37 @@
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.24.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.4..v0.24.5) - 2024-10-27
## [0.25.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.5-patch.1..v0.25.0) - 2024-11-15

### ⛰️ Features

- **(chal)** challenge id & name in url hash - ([b27873](https://github.com/GZTimeWalker/GZCTF/commit/b27873)) by **GZTime**
- **(i18n)** fix date format in some locale - ([66677e](https://github.com/GZTimeWalker/GZCTF/commit/66677e)) by **GZTime**

### 🐛 Bug Fixes

- **(api)** return expected model instead of task - ([8f766b](https://github.com/GZTimeWalker/GZCTF/commit/8f766b)) by **GZTime**
- **(storage)** use `Exists` only for files - ([29fa27](https://github.com/GZTimeWalker/GZCTF/commit/29fa27)) by **GZTime**
- **(style)** unexpected ellipses - ([7bf435](https://github.com/GZTimeWalker/GZCTF/commit/7bf435)) by **GZTime**
- **(tar)** wrong stream is used in writer - ([4270b7](https://github.com/GZTimeWalker/GZCTF/commit/4270b7)) by **GZTime**

### 🎨 Styling

- **(icon)** scoreboard download button - ([c11ae8](https://github.com/GZTimeWalker/GZCTF/commit/c11ae8)) by **GZTime**

### 🔨 Refactor

- **(storage)** support different storage backends - ([9d2a89](https://github.com/GZTimeWalker/GZCTF/commit/9d2a89)) by **GZTime**

---
## [0.24.5-patch.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.5..v0.24.5-patch.1) - 2024-10-31

### 🐛 Bug Fixes

- **(frontend)** error when set to invalid color - ([db012a](https://github.com/GZTimeWalker/GZCTF/commit/db012a)) by **GZTime**

---
## [0.24.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.4..v0.24.5) - 2024-10-28

### ⛰️ Features

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.24.5</ReleaseVersion>
<ReleaseVersion>0.25.0</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.24.5
version = 0.25.0
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.24.5",
"version": "0.25.0",
"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.24.5.0</AssemblyVersion>
<AssemblyVersion>0.25.0.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.24.5</ReleaseVersion>
<ReleaseVersion>0.25.0</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
Expand Down

0 comments on commit 3f29051

Please sign in to comment.