Skip to content

Commit 6255ab1

Browse files
committed
Release v0.7.0!
1 parent 39894c8 commit 6255ab1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
### ✨ New features/enhancements
88

9+
### 🐛 Bug fixes
10+
11+
### 🔧 Internal changes
12+
13+
## [0.7.0] - 2025-06-15
14+
15+
### ✨ New features/enhancements
16+
917
- Added text warning when there's no timetable information available to display
1018
- Updated course info modal to display field labels if and only if they are non-empty
1119
- Ensured corequisites and exclusions for courses are displayed in the course info modal, if available

courseography.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: courseography
3-
version: 0.6.0.0
3+
version: 0.7.0.0
44
synopsis: Program and course planning app for the University of Toronto.
55
description: A web application designed to aid students in planning their courses
66
at the University of Toronto.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "courseography",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"repository": "[email protected]:Courseography/courseography.git",
55
"author": "David Liu <[email protected]>",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)