Skip to content

Commit 53d6ce6

Browse files
committed
Update version to 2.1.0
1 parent e97ebbb commit 53d6ce6

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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+
## [2.1.0] - 2024-07-29
9+
10+
This release brings some general bugfix and improvements.
11+
12+
### Added
13+
14+
- Add optional CLI argument `--highlight`/`-H` (GH #129, 9986f8a)
15+
16+
### Fixed
17+
18+
- Fix optional validation causing `TypeError` for when elAPI is used inside a script (GH #126)
19+
- Fix long JSON text not being shown (GH #128)
20+
- Fix highlighted output breaking `jq` (GH #127)
21+
- Fix minor bugs (GH #125)
22+
23+
### Changed
24+
25+
- Use `__aclose__` and `__acall__` for async HTTP APIs via abstract class `APIRequest` instead of `__call__`
26+
and `__close__` (1a88b00)
27+
- Always validate configuration, and validate only once (GH #129, 8996143)
28+
29+
### Removed
30+
31+
- Remove CLI `--format` type option `text` (da6f511)
32+
33+
In collaboration with @alexander-haller.
34+
835
## [2.0.2] - 2024-07-04
936

1037
Hot-fix for `README.md`.

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 = "2.0.2"
3+
version = "2.1.0"
44
description = "elAPI is a powerful, extensible API client for eLabFTW."
55
authors = [
66
"Alexander Haller, Mahadi Xion <elabftw@uni-heidelberg.de>",

src/elapi/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.1.0

0 commit comments

Comments
 (0)