File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.7.0
5
+ -------------
6
+
7
+ - Basic learning resources drawer (#686)
8
+ - Update actions/configure-pages action to v5 (#706)
9
+ - display image and description in userlists (#695)
10
+ - Update dependency sentry-sdk to v1.44.0 (#705)
11
+ - Update dependency google-api-python-client to v2.124.0 (#704)
12
+ - Update dependency @sentry/react to v7.109.0 (#703)
13
+ - Update Node.js to v20.12.0 (#702)
14
+ - Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.19 (#701)
15
+ - Update dependency safety to v2.3.5 (#700)
16
+ - Update dependency nh3 to v0.2.17 (#699)
17
+ - Update dependency boto3 to v1.34.74 (#698)
18
+ - Update all non-major dev-dependencies (#696)
19
+ - Update dependency @emotion/styled to v11.11.5 (#697)
20
+ - Add botocore to ignored deprecation warnings, remove old python 3.7 ignore line (#692)
21
+ - Add UserListDetails page (#691)
22
+ - Add Posthog integration to backend (#682)
23
+ - Update postgres Docker tag to v12.18 (#670)
24
+ - remove depricated ACL setting (#690)
25
+ - fix new upcoming (#684)
26
+ - Remove Cloudfront references (#689)
27
+ - updating spec (#688)
28
+ - Shanbady/endpoint to retrieve session data (#647)
29
+ - Sloan Executive Education blog ETL (#679)
30
+
4
31
Version 0.6.1 (Released April 01, 2024)
5
32
-------------
6
33
Original file line number Diff line number Diff line change 33
33
from main .settings_pluggy import * # noqa: F403
34
34
from openapi .settings_spectacular import open_spectacular_settings
35
35
36
- VERSION = "0.6.1 "
36
+ VERSION = "0.7.0 "
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments