Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbali0524 committed Feb 24, 2024
1 parent b4afcaf commit 44f10b7
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .cgtest.full.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* CGTest v1.11.1 by Balint Toth [TBali]
* CGTest v1.12.0 by Balint Toth [TBali]
* A multi-language offline batch test runner for CodinGame (or other) solo I/O puzzles.
*
* configuration file
Expand Down
2 changes: 1 addition & 1 deletion .cgtest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* CGTest v1.11.1 by Balint Toth [TBali]
* CGTest v1.12.0 by Balint Toth [TBali]
* A multi-language offline batch test runner for CodinGame (or other) solo I/O puzzles.
*
* configuration file
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Nothing yet.

### Changed

- Nothing yet.

### Fixed

- Nothing yet.

## [v1.12.0](https://github.com/tbali0524/cgtest/releases/v1.12.0) - 2024-02-24

### Added

- Source line counting added.
- More test cases added.

### Changed

- Show the language versions used during normal test runs with `--verbose`.
- Github Actions updated.
- default c++ build command on Windows include `-static-libgcc -static-libstdc++`
- Default c++ build command on Windows include `-static-libgcc -static-libstdc++`
- Color tweaks.

### Fixed

Expand Down
Loading

0 comments on commit 44f10b7

Please sign in to comment.