diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d80a17c3ad6321e115e523d1ca8082385e50b8b..6fcd19eed6a3b2f5c083b1752d16fa6d1a414742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ 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.1.0] - 2022-10-11 +(Florian Spreckelsen) ### Added @@ -23,10 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * MAINT: Renamed module from `newcrawler` to `caoscrawler` * MAINT: Removed global converters from `crawl.py` -### Deprecated - -### Removed - ### Fixed * FIX: #12 @@ -37,6 +34,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 hints to be compatible to python 3.8 * [#9](https://gitlab.com/caosdb/caosdb-crawler/-/issues/9): Sclaras of types different than string can now be given in cfood definitions - - -### Security