Skip to content

Commit 0ae2996

Browse files
committed
Update version to 2.0.0
1 parent bfe8790 commit 0ae2996

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.0.0] - 2024-07-03
9+
10+
The first-iteration of our long-awaited 2.0.
11+
12+
### Added
13+
14+
- File path support for `--OC`, `--data`, `--headers`, `--query`, `--file` (#112)
15+
- Third-party plugin support (#111)
16+
- Third-party plugin support with virtual environments (#114)
17+
18+
### Fixed
19+
20+
- Fix printing misleading success message (#35)
21+
- Fix `bill-teams` involving plugin issue (#51)
22+
23+
### Changed
24+
25+
- Default `timeout` is increased to `90`s (52)
26+
827
## [1.0.7.dev8] - 2024-06-26
928

1029
Part of an important change (making `bill-teams` plugin

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.7.dev8"
3+
version = "2.0.0"
44
description = "elAPI is a powerful, extensible API client for eLabFTW."
55
authors = [
66
"Alexander Haller, Mahadi Xion <[email protected]>",

src/elapi/VERSION

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

0 commit comments

Comments
 (0)