Skip to content

Commit 98d1e73

Browse files
committed
Update changelog to reflect recent hotfix
1 parent 4dc59c7 commit 98d1e73

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.2] - 2023-11-16
9+
10+
### Fixed
11+
12+
- Fix installation command line ([#5](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/5)).
13+
- Hot-fixed initial Python 3.9 compatibility
14+
issues ([#3](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/3), [#4](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/4)).
15+
16+
### Deprecated
17+
18+
- Passing data as arguments to `elapi post` has been deprecated due to possible incompatibility between `typer.Context`
19+
and
20+
Python 3.9.
21+
822
## [1.0.0] - 2023-11-15
923

1024
Initial stable release to PyPI.

0 commit comments

Comments
 (0)