Skip to content

Commit 9aca1af

Browse files
committed
Update changelog and bump version
1 parent 683f879 commit 9aca1af

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
Version number is based on [Semver](https://semver.org/).
66
Note that major version zero (0.y.z) is for initial development and anything may change at any time.
77

8+
## [0.3.0] - 2021-05-31
9+
10+
## Added
11+
- Round grades to integers.
12+
- Cap grades at 100.
13+
- Optional overrides of detected course info.
14+
15+
## Changed
16+
- Abbreviate options flags.
17+
818
## [0.2.1] - 2021-05-30
919

1020
## Fixed

canvascli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1dev"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)