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

Commit

Permalink
chore(release): Release v2.0.0 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner committed Mar 16, 2021
1 parent 638a73e commit b60e45d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .flake8
Expand Up @@ -23,15 +23,13 @@ max-complexity = 15
max-line-length = 119
builtins = c, get_config
exclude =
.ansible,
.cache,
__pycache__,
.github,
.ipynb_checkpoints,
.pytest_cache,
.travis,
.vscode,
ansible,
docs,
node_modules,
venv
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,22 @@

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.

## 2.0.0 (2021-03-16)

### ⚠ BREAKING CHANGES

* **core:** Default uses the Postgres database and no longer supports SQLite for shared grader notebooks.

### Refactor

* Refactor to improve how the grader control file is used with the LTI 1.1 authenticator ([#574]https://github.com/IllumiDesk/illumidesk/pull/524)) ([638a73e7]https://github.com/IllumiDesk/illumidesk/commit/638a73e76ba68062a73f47a3fa4e05a836efa296)


### Fixes

* Fix metadata spelling for function that loads JupyterHub services ([#519](https://github.com/IllumiDesk/illumidesk/issues/519)) ([8a5724b]https://github.com/IllumiDesk/illumidesk/commit/8a5724bd1d82914669fbad98000be14db607185f))


### 1.1.1 (2021-02-16)

## Dependencies
Expand Down
8 changes: 4 additions & 4 deletions 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
@@ -1,6 +1,6 @@
{
"name": "illumidesk",
"version": "1.1.1",
"version": "2.0.0",
"description": "Teach and learning with web-based notebooks!",
"scripts": {
"release": "standard-version"
Expand Down
2 changes: 1 addition & 1 deletion src/grader-service/_version.py
Expand Up @@ -3,7 +3,7 @@
# for now, update the version so that its the same as the one reflected
# within the repo's root package.json
version_info = (
1,
2,
0,
0,
)
Expand Down
2 changes: 1 addition & 1 deletion src/illumidesk/_version.py
Expand Up @@ -3,7 +3,7 @@
# for now, update the version so that its the same as the one reflected
# within the repo's root package.json
version_info = (
1,
2,
0,
0,
)
Expand Down

0 comments on commit b60e45d

Please sign in to comment.