From 00c051b4a38d48fea5bda9815464d79648942016 Mon Sep 17 00:00:00 2001 From: david-yz-liu Date: Mon, 24 Jun 2024 17:32:47 -0400 Subject: [PATCH] Update to v0.6.0 --- CHANGELOG.md | 10 ++++++++++ courseography.cabal | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a569b05d..5534494c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ ### 🚨 Breaking changes +### ✨ New features/enhancements + +### 🐛 Bug fixes + +### 🔧 Internal changes + +## [0.6.0] - 2024-06-24 + +### 🚨 Breaking changes + - Update Computer Science graph for 2024 - Update course information for 2024 - Do not display room numbers in timetable information diff --git a/courseography.cabal b/courseography.cabal index 3f8f51245..c5ce43baa 100644 --- a/courseography.cabal +++ b/courseography.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: courseography -version: 0.5.0.0 +version: 0.6.0.0 synopsis: Program and course planning app for the University of Toronto. description: A web application designed to aid students in planning their courses at the University of Toronto. diff --git a/package.json b/package.json index 2e2fd8c16..400da28b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "courseography", - "version": "0.5.0", + "version": "0.6.0", "repository": "git@github.com:Courseography/courseography.git", "author": "David Liu ", "license": "GPL-3.0",