Skip to content

Commit 58bb7c8

Browse files
committed
docs: version bump & summarize changes
1 parent 7c03f57 commit 58bb7c8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change log for IGA
22

3+
## Version 1.2.2 (2023-11-08)
4+
5+
Changes in this release:
6+
* Fixed [issue #28](https://github.com/caltechlibrary/iga/issues/28): catch and report the case where a repo has no releases.
7+
* Fixed a bug that manifested when the GitHub access token was invalid.
8+
* Fixed a syntax bug in the Makefile.
9+
* Improved (hopefully) the caching of python dependencies to actually work this time.
10+
* Improved (hopefully) some of the diagnostic error messages.
11+
* Added Tom Morrell to the CITATION.cff file.
12+
13+
314
## Version 1.2.1 (2023-07-24)
415

516
Changes in this release:

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "InvenioRDM GitHub Archiver (IGA)",
55
"identifier": "iga",
66
"description": "The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository.",
7-
"version": "1.2.1",
7+
"version": "1.2.2",
88
"datePublished": "2023-07-24",
99
"dateCreated": "2022-12-07",
1010
"author": [

0 commit comments

Comments
 (0)