Skip to content

Commit 4712e5f

Browse files
committed
release: bump version to v1.8.1
1 parent 2d41cbd commit 4712e5f

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@
33
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.
44

55
---
6-
## [1.8.0](https://github.com/GZTimeWalker/GZCTF/compare/v1.7.2..v1.8.0) - 2025-12-10
6+
## [1.8.1](https://github.com/GZTimeWalker/GZCTF/compare/v1.8.0..v1.8.1) - 2026-01-05
7+
8+
### ⛰️ Features
9+
10+
- Update to Docker Engine v29 - ([0f39be](https://github.com/GZTimeWalker/GZCTF/commit/0f39be)) by **GZTime**
11+
12+
---
13+
## [1.8.0](https://github.com/GZTimeWalker/GZCTF/compare/v1.7.2..v1.8.0) - 2025-12-11
714

815
### ⛰️ Features
916

1017
- **(container)** custom network mode for challenges (#534) - ([e9300a](https://github.com/GZTimeWalker/GZCTF/commit/e9300a)) by **GZTime**
18+
- **(docker-provider)** update network naming to use configurable challenge network prefix - ([b7b5cd](https://github.com/GZTimeWalker/GZCTF/commit/b7b5cd)) by **GZTime**
1119
- **(transfer)** add NetworkMode to TransferChallenge - ([939819](https://github.com/GZTimeWalker/GZCTF/commit/939819)) by **GZTime**
1220

1321
### 🐛 Bug Fixes

src/GZCTF.Integration.Test/GZCTF.Integration.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<IsTestProject>true</IsTestProject>
88
<CollectCoverage>true</CollectCoverage>
99
<Configurations>Debug;Release</Configurations>
10-
<ReleaseVersion>1.8.0</ReleaseVersion>
10+
<ReleaseVersion>1.8.1</ReleaseVersion>
1111
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1212
<WarningLevel>4</WarningLevel>
1313
</PropertyGroup>

src/GZCTF.Test/GZCTF.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<IsPackable>false</IsPackable>
66
<CollectCoverage>true</CollectCoverage>
77
<Configurations>Debug;Release</Configurations>
8-
<ReleaseVersion>1.8.0</ReleaseVersion>
8+
<ReleaseVersion>1.8.1</ReleaseVersion>
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
<WarningLevel>4</WarningLevel>
1111
</PropertyGroup>

src/GZCTF.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<Project Path="GZCTF.Test/GZCTF.Test.csproj" />
2020
<Project Path="GZCTF/GZCTF.csproj" />
2121
<Properties Name="MonoDevelopProperties">
22-
<Property Name="version" Value="1.8.0" />
22+
<Property Name="version" Value="1.8.1" />
2323
</Properties>
2424
</Solution>

src/GZCTF/ClientApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-client",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/GZCTF/GZCTF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<AssemblyVersion>1.8.0.0</AssemblyVersion>
5+
<AssemblyVersion>1.8.1.0</AssemblyVersion>
66
<Description>GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>
@@ -18,7 +18,7 @@
1818
<SpaProxyServerUrl>http://localhost:63000</SpaProxyServerUrl>
1919
<SpaProxyLaunchCommand>npm run dev -- --host</SpaProxyLaunchCommand>
2020
<Configurations>Debug;Release</Configurations>
21-
<ReleaseVersion>1.8.0</ReleaseVersion>
21+
<ReleaseVersion>1.8.1</ReleaseVersion>
2222
<WarningLevel>4</WarningLevel>
2323
<ServerGarbageCollection>true</ServerGarbageCollection>
2424
<!-- Temporarily disabled due to EF Core 10.0.0 compiled model generation bug with Dependency<T> pattern -->

0 commit comments

Comments
 (0)