Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed May 31, 2021
1 parent 683f879 commit 9aca1af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Version number is based on [Semver](https://semver.org/).
Note that major version zero (0.y.z) is for initial development and anything may change at any time.

## [0.3.0] - 2021-05-31

## Added
- Round grades to integers.
- Cap grades at 100.
- Optional overrides of detected course info.

## Changed
- Abbreviate options flags.

## [0.2.1] - 2021-05-30

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion canvascli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1dev"
__version__ = "0.3.0"

0 comments on commit 9aca1af

Please sign in to comment.