File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.dev4] - 2024-06-06
9+
10+ Fourth development release before the next stable version. This is mainly a hot-patch release. Big thanks to
11+ @AlexanderHaller for discovering the critical bug in due time (not the first time of course).
12+
13+ ### Fixed
14+
15+ - Fix ` elapi init ` generating bad configuration
16+ file ([ #37 ] ( https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/37 ) )
17+ - Fix ` --get-loc `
18+ for ` elapi post items_types ` ([ #38 ] ( https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/38 ) )
19+
820## [ 1.0.7.dev3] - 2024-06-04
921
1022Third 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.dev3 "
3+ version = " 1.0.7.dev4 "
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.dev3
1+ 1.0.7.dev4
You can’t perform that action at this time.
0 commit comments