From 4a3de3ec686a08b71b48f7bb3e37556a181e341e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 9 Mar 2018 09:22:08 +0100 Subject: [PATCH] Bump version for 0.3.0 release --- CHANGELOG.md | 8 ++++---- package.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e86f47a..e2aa1e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,15 @@ ## v0.3.0 -*Unreleased* +*Fri, 09 Mar 2018* -A major release, with close to 300 commits. The information below is -only major highlights. +A major release, with close to 300 commits. **Important**: due to internal changes, all the cached exif metadata will be regenerated, so the first startup should be slower. This should proceed automatically, but as there is no versioning of the -cache, it might be a good idea to remove the files manually: +cache, it might be a good idea to remove the files manually (as +there's no automated cleanup procedure yet): ``` $ find /path/to/cache/dir -name '*-bexif' -delete diff --git a/package.yaml b/package.yaml index 09efc701..5397cf7d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: corydalis -version: "0.2.0" +version: "0.3.0" license: AGPL-3 license-file: [LICENCE, LICENCE-AGPL] category: Image