Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Nov 24, 2024
1 parent 1f3ca0d commit 5c9a744
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tcframe
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build() {
}

version() {
echo "tcframe 1.6.0"
echo "tcframe 1.7.0"
}

if [ -z "$TCFRAME_HOME" ]; then
Expand Down
15 changes: 15 additions & 0 deletions web/docs/release-notes/1_7_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 1.7.0

September 7, 2024

## Bugfixes

- Fixed a bug where `RAW_LINES()` accumulates size over sample test cases.

## Enhancements

- Use C++17 by default for `tcframe build`.

## New features

- Allow scorer/communicator to output percentage of full points (`OK\nP%`).
1 change: 1 addition & 0 deletions web/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const sidebars = {
type: 'category',
label: 'Release Notes',
items: [
'release-notes/1_7_0',
'release-notes/1_6_0',
'release-notes/1_5_0',
'release-notes/1_4_0',
Expand Down

0 comments on commit 5c9a744

Please sign in to comment.