chore(tinytorch): bump version to tinytorch-v0.1.4

This commit is contained in:
github-actions[bot]
2026-01-22 17:44:59 +00:00
parent 8e82483f5f
commit 91d1ab407f
3 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
{
"enabled": true,
"dismissId": "v0.1.3",
"dismissId": "v0.1.4",
"items": [
{
"icon": "🎉",
"text": "v0.1.3 released — CLI improvements: reorganized commands, welcome message, feedback prompt",
"link": "https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.3",
"text": "v0.1.4 released — Bug fixes for test ordering and non-interactive mode",
"link": "https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.4",
"linkText": "See →"
}
]

View File

@@ -8,7 +8,7 @@
document.addEventListener('DOMContentLoaded', function() {
// Try to get version from meta tag first (set during build)
const versionMeta = document.querySelector('meta[name="tinytorch-version"]');
const version = versionMeta ? versionMeta.content : '0.1.3';
const version = versionMeta ? versionMeta.content : '0.1.4';
// Find the footer
const footer = document.querySelector('.footer');

View File

@@ -67,7 +67,7 @@ REPO_SHORT="harvard-edge/cs249r_book"
BRANCH="main"
INSTALL_DIR="tinytorch"
SPARSE_PATH="tinytorch"
TINYTORCH_VERSION="0.1.3"
TINYTORCH_VERSION="0.1.4"
# ============================================================================
# ANSI Color Codes (for terminal output)