Skip to content

Commit 0ce9e67

Browse files
committed
Update version to 1.0.7.dev3
1 parent 2353956 commit 0ce9e67

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.7.dev3] - 2024-06-06
9+
10+
Third development release before the next stable version. This release adds a number of improvements and bug fixes.
11+
12+
### Added
13+
14+
- New `--overwrite` argument
15+
for `--export/-E` ([!42](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/merge_requests/42))
16+
- Add `ValidationError` subclass `PathValidationError` for path related validation errors only
17+
- Add `verbose` optional parameter to `ProperPath` class's `create`
18+
method for less noisy log messages ([!44](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/merge_requests/44))
19+
20+
### Fixed
21+
22+
- Fix `experiments` plugin not recognizing uppercase experiment `--format/-F`
23+
name ([#33](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/33))
24+
25+
### Changed
26+
27+
- Version numbers will follow the following format: `Major.Minor.Patch.dev<Integer>`. Previously, we were
28+
using `-dev<Integer>` instead of `.dev<Integer>`. `.dev<Integer>` is consistent with the versioning format
29+
[normalized](https://sethmlarson.dev/pep-440#delimiter-normalization) by pip (`pip show elapi`).
30+
- elAPI only shows `An attempt to create directory <path> will be made` warning when `<path>` is a directory.
31+
832
## [1.0.7-dev2] - 2024-04-15
933

1034
Second development release before the next stable version. This release adds a number of improvements and bug fixes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elapi"
3-
version = "1.0.7-dev2"
3+
version = "1.0.7.dev3"
44
description = "elAPI is a powerful, extensible API client for eLabFTW."
55
authors = [
66
"Alexander Haller, Mahadi Xion <elabftw@uni-heidelberg.de>",

src/elapi/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7-dev2
1+
1.0.7.dev3

0 commit comments

Comments
 (0)