Skip to content

Commit 900490b

Browse files
committed
Release 0.8.1
1 parent 4123dd2 commit 900490b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
78
## [Unreleased]
89

910
### Added
1011

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.8.1] - 2021-08-24
20+
21+
### Added
22+
1123
- Support nested callbacks inside array arguments, for instance in `array_modify`, `array_create`
1224
- Support `array_concat`
1325
- add `ProcessGraphUnflattener` and `PGNodeGraphUnflattener` to unflatten a flat dict representation of a process
@@ -28,8 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2840

2941
- Removed unit test runs for Python 3.5 ([#210](https://github.com/Open-EO/openeo-python-client/issues/210))
3042

31-
### Fixed
32-
3343

3444
## [0.8.0] - 2021-06-25
3545

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.1a2'
1+
__version__ = '0.8.1'

0 commit comments

Comments
 (0)