diff --git a/CHANGELOG.md b/CHANGELOG.md index cd37b71e60f243c5504fd61401e393c6e9eb1f97..cd5165cee9793f434bbc6a1c703ae2692fcb5571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,26 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] ## +## [0.12.0] - 2023-06-02 ## ### Added ### + - Added location argument to `src/caosdb/utils/checkFileSystemConsistency.py` - Entity getters: `get_entity_by_<name/id/path>` - Cached versions of entity getters and of `execute_query` (`cached_query`) -### Changed ### - ### Deprecated ### - getOriginUrlIn, getDiffIn, getBranchIn, getCommitIn (formerly apiutils) have been moved to caosdb.utils.git_utils -### Removed ### - ### Fixed ### -- Fixed `src/caosdb/utils/checkFileSystemConsistency.py` -### Security ### +- Fixed `src/caosdb/utils/checkFileSystemConsistency.py` ### Documentation ###