We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683f879 commit 9aca1afCopy full SHA for 9aca1af
CHANGELOG.md
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
Version number is based on [Semver](https://semver.org/).
6
Note that major version zero (0.y.z) is for initial development and anything may change at any time.
7
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
18
## [0.2.1] - 2021-05-30
19
20
## Fixed
canvascli/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.2.1dev"
+__version__ = "0.3.0"
0 commit comments