Skip to content

Commit f6123ac

Browse files
committed
release: v2.0.0
1 parent 63c1415 commit f6123ac

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changes
22

3+
Version 2.0.0
4+
5+
- **BREAKING**: Migrate from Pipfile to pyproject.toml and uv package manager
6+
- Update CI workflows to use the latest GitHub Actions and uv
7+
- Replace Pipenv with uv for dependency management
8+
- Add Ruff as the new linter replacing previous linting tools
9+
- Fix UserWarning about deprecated pkg_resources usage
10+
- Update Makefile commands to use uv instead of pipenv
11+
- Remove .editorconfig, Pipfile, Pipfile.lock, and setup.cfg
12+
- Consolidate all project configuration into pyproject.toml
13+
- Fix failing tests and improve test reliability
14+
- Add uv.lock for deterministic dependency resolution
15+
316
Version 1.1.2
417

518
- Add github actions for publishing to pypi

invenio_subjects_cessda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
"""CESSDA subject terms converter for InvenioRDM."""
88

9-
__version__ = "1.1.2"
9+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)