From efc2c424284b1b3025e2c924c4d2115ef221fcdb Mon Sep 17 00:00:00 2001 From: GZTime Date: Wed, 17 Apr 2024 12:08:46 +0800 Subject: [PATCH] release: bump version to v0.19.1 --- CHANGELOG.md | 12 +++++++++++- docs/package.json | 2 +- src/GZCTF.Test/GZCTF.Test.csproj | 2 +- src/GZCTF.sln | 2 +- src/GZCTF/ClientApp/package.json | 2 +- src/GZCTF/GZCTF.csproj | 4 ++-- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c10b666a0..d101ddf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file. --- -## [0.19.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.18.5..v0.19.0) - 2024-04-15 +## [0.19.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.19.0..v0.19.1) - 2024-04-17 + +### 🐛 Bug Fixes + +- **(style)** member info is not wide enough - ([399fd8](https://github.com/GZTimeWalker/GZCTF/commit/399fd8)) by **GZTime** +- Override system default cipher list - ([240dfb](https://github.com/GZTimeWalker/GZCTF/commit/240dfb)) by **Steven He** + +--- +## [0.19.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.18.5..v0.19.0) - 2024-04-16 ### ⛰️ Features @@ -23,6 +31,7 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b - **(frontend)** disable when update - ([a09af6](https://github.com/GZTimeWalker/GZCTF/commit/a09af6)) by **GZTime** - **(i18n)** missing translate - ([2fe800](https://github.com/GZTimeWalker/GZCTF/commit/2fe800)) by **GZTime** - **(style)** team unlock badge - ([e3a697](https://github.com/GZTimeWalker/GZCTF/commit/e3a697)) by **GZTime** +- add ca-certificates for alpine (#269) - ([99d4ca](https://github.com/GZTimeWalker/GZCTF/commit/99d4ca)) by **GZTime** - Stack overflow while disposing stream - ([9a0a87](https://github.com/GZTimeWalker/GZCTF/commit/9a0a87)) by **Steven He** - Run Tasks with LongRunning options - ([bb8815](https://github.com/GZTimeWalker/GZCTF/commit/bb8815)) by **Steven He** - Properly dispose stream - ([4dfd1d](https://github.com/GZTimeWalker/GZCTF/commit/4dfd1d)) by **Steven He** @@ -44,6 +53,7 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b ### ⚙️ Miscellaneous Tasks +- update CHANGELOG - ([d9c119](https://github.com/GZTimeWalker/GZCTF/commit/d9c119)) by **GZTime** - add platform in mail title - ([817232](https://github.com/GZTimeWalker/GZCTF/commit/817232)) by **GZTime** - tidy up - ([82d624](https://github.com/GZTimeWalker/GZCTF/commit/82d624)) by **GZTime** - Adding comments for AsyncManualResetEvent - ([d51382](https://github.com/GZTimeWalker/GZCTF/commit/d51382)) by **Steven He** diff --git a/docs/package.json b/docs/package.json index 6e968284d..cfbe85af0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-docs", - "version": "0.19.0", + "version": "0.19.1", "private": true, "scripts": { "dev": "next", diff --git a/src/GZCTF.Test/GZCTF.Test.csproj b/src/GZCTF.Test/GZCTF.Test.csproj index fb3e2f19c..8009538ce 100644 --- a/src/GZCTF.Test/GZCTF.Test.csproj +++ b/src/GZCTF.Test/GZCTF.Test.csproj @@ -6,7 +6,7 @@ false true Debug;Release;GenAPI - 0.19.0 + 0.19.1 True 4 diff --git a/src/GZCTF.sln b/src/GZCTF.sln index 683e6aa8b..699be1d06 100644 --- a/src/GZCTF.sln +++ b/src/GZCTF.sln @@ -40,6 +40,6 @@ Global SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.19.0 + version = 0.19.1 EndGlobalSection EndGlobal diff --git a/src/GZCTF/ClientApp/package.json b/src/GZCTF/ClientApp/package.json index 26b5e5580..e41185a16 100644 --- a/src/GZCTF/ClientApp/package.json +++ b/src/GZCTF/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-client", - "version": "0.19.0", + "version": "0.19.1", "private": true, "type": "module", "scripts": { diff --git a/src/GZCTF/GZCTF.csproj b/src/GZCTF/GZCTF.csproj index c83305940..71a4062e1 100644 --- a/src/GZCTF/GZCTF.csproj +++ b/src/GZCTF/GZCTF.csproj @@ -2,7 +2,7 @@ net8.0 - 0.19.0.0 + 0.19.1.0 GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP) enable enable @@ -18,7 +18,7 @@ http://localhost:63000 npm run dev -- --host Debug;Release - 0.19.0 + 0.19.1 4 true 1