From f31c4f6ede3c69e97435eb4d0c28fa161b2fc5c2 Mon Sep 17 00:00:00 2001 From: rtldg Date: Fri, 6 Jun 2025 14:51:11 +0000 Subject: [PATCH 1/2] Bump to v3.5.0 to get the ball rolling again dot dot dot --- CHANGELOG.md | 2 +- addons/sourcemod/scripting/include/shavit/core.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b29195..09140318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ CHANGELOG.md file for bhoptimer -- https://github.com/shavitush/bhoptimer Note: Dates are UTC+0. -# v?.?.? - ? - 2025-0?-?? - rtldg +# v3.5.0 - too much, too little, and too late - 2025-06-06 - rtldg this is too dense and unreadable. I'm sorry... - random things diff --git a/addons/sourcemod/scripting/include/shavit/core.inc b/addons/sourcemod/scripting/include/shavit/core.inc index 7fff20cf..f9eaf1e0 100644 --- a/addons/sourcemod/scripting/include/shavit/core.inc +++ b/addons/sourcemod/scripting/include/shavit/core.inc @@ -24,7 +24,7 @@ #endif #define _shavit_core_included -#define SHAVIT_VERSION "3.4.2" +#define SHAVIT_VERSION "3.5.0" #define STYLE_LIMIT 256 // god i fucking hate sourcemod. NULL_VECTOR isn't const so it's not guaranteed to be 0,0,0 From 003f377319b86ae085ddad25f97cad4d2245e5a1 Mon Sep 17 00:00:00 2001 From: rtldg Date: Fri, 6 Jun 2025 14:58:13 +0000 Subject: [PATCH 2/2] poke version & changelog for next version --- CHANGELOG.md | 6 ++++++ addons/sourcemod/scripting/include/shavit/core.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09140318..6a56308f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ CHANGELOG.md file for bhoptimer -- https://github.com/shavitush/bhoptimer Note: Dates are UTC+0. + +# v3.?.? - ? - 2025-06-?? - rtldg +- shavit-mapchooser timerified (more) https://github.com/shavitush/bhoptimer/pull/1242 @mourningsickness + + + # v3.5.0 - too much, too little, and too late - 2025-06-06 - rtldg this is too dense and unreadable. I'm sorry... diff --git a/addons/sourcemod/scripting/include/shavit/core.inc b/addons/sourcemod/scripting/include/shavit/core.inc index f9eaf1e0..d3ebc3a5 100644 --- a/addons/sourcemod/scripting/include/shavit/core.inc +++ b/addons/sourcemod/scripting/include/shavit/core.inc @@ -24,7 +24,7 @@ #endif #define _shavit_core_included -#define SHAVIT_VERSION "3.5.0" +#define SHAVIT_VERSION "3.5.1a" #define STYLE_LIMIT 256 // god i fucking hate sourcemod. NULL_VECTOR isn't const so it's not guaranteed to be 0,0,0