Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"checkout": null,
"commit": "57105a14fe4ad7aff83c0b10d523bb19fe1f4bdd",
"commit": "26afa85ef969fa8385019c932f32d6b7b452b142",
"context": {
"cookiecutter": {
"project_name": "common",
"short_summary": "Common library for MEx python projects.",
"long_summary": "The `mex-common` library is a software development toolkit that is used by multiple components within the MEx project. It contains utilities for building pipelines like a common commandline interface, logging and configuration setup. It also provides common auxiliary connectors that can be used to fetch data from external services and a re-usable implementation of the MEx metadata schema as pydantic models.",
"_template": "https://github.com/robert-koch-institut/mex-template",
"_commit": "57105a14fe4ad7aff83c0b10d523bb19fe1f4bdd"
"_commit": "26afa85ef969fa8385019c932f32d6b7b452b142"
}
},
"directory": null,
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

- updated template to https://github.com/robert-koch-institut/mex-template/commit/26afa8

- updated template to https://github.com/robert-koch-institut/mex-template/commit/57105a

### Deprecated
Expand Down