From 6d69562bdb693603eaa1adef83e3bb7d764ce81f Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Thu, 7 Dec 2023 15:57:06 +0100 Subject: [PATCH] 2.48.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d676af2c..e0f5d848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2.48.0](https://github.com/jmerle/competitive-companion/releases/tag/2.48.0) (2023-12-07) +- Added a contest parser for TLX (thanks [@user202729](https://github.com/user202729)) +- Fixed the parsing of Russian memory limits on Yandex (thanks [@Igorjan94](https://github.com/Igorjan94)) + ## [2.47.0](https://github.com/jmerle/competitive-companion/releases/tag/2.47.0) (2023-10-20) - Added support for BAPS OJ and ITCoder HUTECH (thanks [@touhidurrr](https://github.com/touhidurrr)) - Fixed the parsing of sample cases on ACMP where recent attempts would also be parsed as sample cases diff --git a/package.json b/package.json index 6591fedf..dadfc734 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "competitive-companion", "productName": "Competitive Companion", - "version": "2.47.0", + "version": "2.48.0", "description": "Parses competitive programming problems and sends them to various tools like CHelper and Hightail.", "repository": "https://github.com/jmerle/competitive-companion", "author": "Jasper van Merle",