Skip to content

Commit 131a2ec

Browse files
committed
🔖 Bump version to 1.5.0
1 parent 4c17ec3 commit 131a2ec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.0
2+
3+
- :boom: **[BREAKING CHANGES]** - Removed deprecated `useProxy` parameter from `fetch()` method. The proxy service has been shut down and is no longer supported.
4+
15
## 1.4.4
26

37
- :memo: Update README to include up to date kulliyyah list. Related issue [#12](https://github.com/iiumschedule/albiruni/issues/12)
@@ -80,11 +84,14 @@
8084

8185
- :boom: **BREAKING CHANGES** - Kuliyyah parameter now is seperated from the albiruni constructor.
8286
- Before:
87+
8388
```dart
8489
var albiruni = Albiruni(kulliyah: "AED", semester: 2, session: "2021/2022");
8590
var subjects = await albiruni.fetch();
8691
```
92+
8793
- After:
94+
8895
```dart
8996
var albiruni = Albiruni(semester: 2, session: "2021/2022");
9097
var subjects = await albiruni.fetch("AED");

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: albiruni
22
description: A wrapper to easily access IIUM's Course Schedule data.
3-
version: 1.4.4
3+
version: 1.5.0
44
repository: https://github.com/iqfareez/albiruni
55
issue_tracker: https://github.com/iqfareez/albiruni/issues
66
topics:

0 commit comments

Comments
 (0)