File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
1034Second development release before the next stable version. This release adds a number of improvements and bug fixes.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " elapi"
3- version = " 1.0.7-dev2 "
3+ version = " 1.0.7.dev3 "
44description = " elAPI is a powerful, extensible API client for eLabFTW."
55authors = [
66 " Alexander Haller, Mahadi Xion <elabftw@uni-heidelberg.de>" ,
Original file line number Diff line number Diff line change 1- 1.0.7-dev2
1+ 1.0.7.dev3
You can’t perform that action at this time.
0 commit comments