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

Commit

Permalink
release: Version 3.0.0 (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Apr 15, 2021
1 parent ecf4e8c commit 32e3036
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## 3.0.0 (2021-04-15)

### ⚠ BREAKING CHANGES

* removes send grades feature from LTI 1.1.
* **core:** Default uses the Postgres database and no longer supports SQLite for shared grader notebooks.

### Features

* Deprecate sending grades with LTI 1.1 ([#536](https://github.com/IllumiDesk/illumidesk/issues/536)) ([88e905f](https://github.com/IllumiDesk/illumidesk/commit/88e905f0ecf9eb44ecdb2e58f15598430b9a37c7))
### Bug Fixes

* Updates routes to fix error where the JupyterHub rolling update was not initiated ([#546](https://github.com/IllumiDesk/illumidesk/issues/546)) ([ecf4e8c](https://github.com/IllumiDesk/illumidesk/commit/ecf4e8c4d0567567c788fd0f20538e3a474f8ac2))

## 2.0.0 (2021-03-16)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0",
"version": "3.0.0",
"description": "Teach and learning with web-based notebooks!",
"scripts": {
"release": "standard-version"
Expand Down
17 changes: 0 additions & 17 deletions src/illumidesk/wait-for-postgres.sh

This file was deleted.

0 comments on commit 32e3036

Please sign in to comment.