Skip to content

Commit 00c051b

Browse files
committed
Update to v0.6.0
1 parent 8062b7e commit 00c051b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### 🚨 Breaking changes
66

7+
### ✨ New features/enhancements
8+
9+
### 🐛 Bug fixes
10+
11+
### 🔧 Internal changes
12+
13+
## [0.6.0] - 2024-06-24
14+
15+
### 🚨 Breaking changes
16+
717
- Update Computer Science graph for 2024
818
- Update course information for 2024
919
- Do not display room numbers in timetable information

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.5.0.0
3+
version: 0.6.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.5.0",
3+
"version": "0.6.0",
44
"repository": "[email protected]:Courseography/courseography.git",
55
"author": "David Liu <[email protected]>",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)