Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2026-05-15
## [1.1.0-rc.3] - 2026-06-10

### Changed
- Package author updated to Publications Office of the European Union
- `poetry.lock` refreshed with updated dependency pins
- Installation instructions updated

## [1.1.0-rc.2] - 2026-05-15

### Added
- Optional TLS support for Redis connections via `REDIS_TLS` environment variable
Expand Down
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.0-rc.3
10 changes: 5 additions & 5 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ere-basic"
version = "1.1.0"
description = "A basic implementation of the Entity Resolution Engine (ERE)."
authors = [
{name = "Meaningfy",email = "hi@meaningfy.ws"}
{name = "Publications Office of the European Union"}
]
readme = "../README.md"
requires-python = ">=3.12,<3.15"
Expand Down Expand Up @@ -48,7 +48,7 @@ rdflib = "7.6.0"
pyyaml = "6.0.3"

# TODO: should we have a registry?
ers-spec = { git = "https://github.com/OP-TED/entity-resolution-spec.git", branch = "release/1.0.0", subdirectory = "src" }
ers-spec = { git = "https://github.com/OP-TED/entity-resolution-spec.git", branch = "release/1.1.0", subdirectory = "src" }


[tool.pytest.ini_options]
Expand Down
Loading