You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Change log for IGA
2
2
3
+
## Version 1.2.1 (2023-07-24)
4
+
5
+
Changes in this release:
6
+
* Fixed `setup.cfg`, which had some garbled content.
7
+
* Fixed the GitHub Action for building the IGA documentation pages to avoid needlessly running it on every push.
8
+
* The GitHub Actions workflow (`action.yml`) for IGA now caches Python package dependencies for a slight speed up in run times on GitHub.
9
+
* Added a GitHub Actions workflow to lint the code on pushes & pull requests.
10
+
11
+
3
12
## Version 1.2.0 (2023-07-18)
4
13
5
14
This version fixes problems with handling Invenio Communities. First, an internal bug in IGA would cause an exception if the user attempted to list communities in an InvenioRDM server that defined more than one community. Second, a bug in InvenioRDM itself meant that community links were broken. (Thanks to @tmorrell for a fix via PR #23.)
0 commit comments