File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ 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] - 2024-01-26
9+
10+ ### Added
11+
12+ - New ` PATCH ` command ([ !24] ( https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/merge_requests/24 ) )
13+ - New style APIs ([ ` 1da3bb ` ] ( https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/commit/1da3bb1a2bf6f97aea3106e628bf50ef065cf838 ) )
14+
15+ ### Fixed
16+
17+ - Add warning in ` README.md ` about installing elapi outside virtual environment ([ #11 ] ( https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/11 ) )
18+ - Fix errors not being sent to ` STDERR ` ([ #10 ] ( https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/10 ) )
19+ - Fixed typos in CLI documentation
20+
21+ ### Changed
22+
23+ - ` DEFAULT_EXPORT_DATA_FORMAT ` is no longer hard-coded, and can be overloaded from ` configuration ` submodule
24+
825## [ 1.0.5] - 2023-12-07
926
1027### Added
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " elapi"
3- version = " 1.0.5 "
3+ version = " 1.0.7 "
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.5
1+ 1.0.7
You can’t perform that action at this time.
0 commit comments