File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ 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.5] - 2023-12-07
9+
10+ ### Fixed
11+
12+ - Fix timeout issue ([ #7 ] ( https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/7 ) )
13+
14+ ### Added
15+
16+ - elAPI can be run without error when run with no arguments. I.e., running elapi will show the default help message.
17+ - New ` version ` command.
18+
819## [ 1.0.2] - 2023-11-16
920
1021### Fixed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " elapi"
3- version = " 1.0.2 "
3+ version = " 1.0.5 "
44description = """ elAPI is a powerful, extensible API interface to eLabFTW built for \
55the University Computing Centre (URZ, FIRE division) at Universität Heidelberg."""
66authors = [
Original file line number Diff line number Diff line change 1- 1.0.2
1+ 1.0.5
You can’t perform that action at this time.
0 commit comments