Skip to content

Commit d8fca31

Browse files
committed
Issue #195 bump version to 0.70.0a1
and add CHANGELOG
1 parent c22a2e2 commit d8fca31

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This project does not have a real release cycle (yet).
6+
Upstream projects usually depend on development snapshots of this project.
7+
Still, to have some kind of indicator of small versus big change,
8+
we try to bump the version number (in `openeo_driver/_version.py`)
9+
roughly according to [Semantic Versioning](https://semver.org/).
10+
11+
When adding a feature/bugfix without bumping the version number:
12+
just describe it under the "In progress" section.
13+
When bumping the version number in `openeo_driver/_version.py`
14+
(possibly accompanying a feature/bugfix):
15+
"close" the "In Progress" section by changing its title to the new version number
16+
(and describe accompanying changes, if any, under it too)
17+
and start a new "In Progress" section above it.
18+
19+
20+
## In progress
21+
22+
23+
24+
## 0.70.0
25+
26+
- Initial support for openeo-processes v2.0, when requesting version 1.2 of the openEO API ([#195](https://github.com/Open-EO/openeo-python-driver/issues/195))
27+
- Drop support for 0.4 version of openeo-processes ([#47](https://github.com/Open-EO/openeo-python-driver/issues/47))
28+
29+
30+
## 0.69.1
31+
32+
- Add backoff to ensure EJR deletion ([#163](https://github.com/Open-EO/openeo-python-driver/issues/163))
33+
34+
35+
## 0.69.0
36+
37+
- Support job deletion in EJR ([#163](https://github.com/Open-EO/openeo-python-driver/issues/163))

openeo_driver/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.69.2a1"
1+
__version__ = "0.70.0a1"

0 commit comments

Comments
 (0)