Skip to content

Commit

Permalink
Update version to 2.0.0 and add GitHub actions, Makefile, tests, and …
Browse files Browse the repository at this point in the history
…updated dependencies
  • Loading branch information
Samk13 committed Feb 7, 2024
1 parent 25bca3c commit 4b94b9b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

Version 2022.08.18 (released 2022-08-18)
v2.0.0 (released 2024-02-07)

- Initial public release.
- Add GitHub actions for tests and pypi deployment
- Add Makefile and update setup.cfg and setup.py
- Update controlled vocabulary to 2024-02-07
- remove unused files and dependencies
- Add support for InvenioRDM v12.0.0
- Update license to the package
- Add tests for the package
- Update requirements
- sort terms by id

v1.1.2 (released 2022-08-18)

- Initial public release.
2 changes: 1 addition & 1 deletion invenio_subjects_nasa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

"""Nasa thesaurus subject terms for InvenioRDM."""

__version__ = "1.1.2"
__version__ = "2.0.0"

0 comments on commit 4b94b9b

Please sign in to comment.