Skip to content

Commit 174b45c

Browse files
committed
Update version to 1.0.7
- Add changelog
1 parent af60d19 commit 174b45c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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] - 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

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.5"
3+
version = "1.0.7"
44
description = """elAPI is a powerful, extensible API interface to eLabFTW built for \
55
the University Computing Centre (URZ, FIRE division) at Universität Heidelberg."""
66
authors = [

src/elapi/VERSION

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

0 commit comments

Comments
 (0)