Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: Release v0.3.0 (#40)
Browse files Browse the repository at this point in the history
- Adds grades submission feature using LTI 1.1
- Tested with Canvas LMS
  • Loading branch information
jgwerner authored May 7, 2020
1 parent 10d1a63 commit ea9959b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.3.0 (2020-05-07)


### Features

* Add grades submission feature using LTI 1.1 ([#38](https://github.com/IllumiDesk/illumidesk/issues/38)) ([10d1a63](https://github.com/IllumiDesk/illumidesk/commit/10d1a631a4dd16637cfa917beb940267a63bcfd4))

### 0.2.3 (2020-05-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "illumidesk",
"version": "0.2.3",
"version": "0.3.0",
"description": "Teach and learning with web-based notebooks!",
"scripts": {
"release": "standard-version"
Expand Down
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# within the repo's root package.json
version_info = (
0,
2,
3,
0,
)
__version__ = ".".join(map(str, version_info[:3]))

Expand Down

0 comments on commit ea9959b

Please sign in to comment.