mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 00:59:07 -05:00
chore(tinytorch): bump version to tinytorch-v0.1.4
This commit is contained in:
@@ -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 →"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user