Skip to content

Commit

Permalink
Update version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 1, 2021
1 parent 1a954f6 commit 3a7650e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased / Draft

## [1.2.0] - 2021-12-15

### Added

- New processes in proposal state
Expand Down Expand Up @@ -261,7 +263,8 @@ First version which is separated from the openEO API. Complete rework of all pro
Older versions of the processes were released as part of the openEO API, see the corresponding changelog for more information.


[Unreleased]: <https://github.com/Open-EO/openeo-processes/compare/1.1.0...HEAD>
[Unreleased]: <https://github.com/Open-EO/openeo-processes/compare/1.2.0...HEAD>
[1.2.0]: <https://github.com/Open-EO/openeo-processes/compare/1.1.0...1.2.0>
[1.1.0]: <https://github.com/Open-EO/openeo-processes/compare/1.0.0...1.1.0>
[1.0.0]: <https://github.com/Open-EO/openeo-processes/compare/1.0.0-rc.1...1.0.0>
[1.0.0-rc.1]: <https://github.com/Open-EO/openeo-processes/compare/0.4.2...1.0.0-rc.1>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ openEO develops interoperable processes for big Earth observation cloud processi

The [master branch](https://github.com/Open-EO/openeo-processes/tree/master) is the 'stable' version of the openEO processes specification. An exception is the [`proposals`](proposals/) folder, which provides experimental new processes currently under discussion. They may still change, but everyone is encouraged to implement them and give feedback.

The latest release is version **1.1.0**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
The latest release is version **1.2.0**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.

| Version / Branch | Status | openEO API versions |
| ------------------------------------------------------------ | ------------------------- | ------------------- |
| [unreleased / draft](https://processes.openeo.org/draft) | in development | 1.x.x |
| [**1.1.0** / master](https://processes.openeo.org/1.1.0/) | **latest stable version** | 1.x.x |
| [**1.2.0** / master](https://processes.openeo.org/1.2.0/) | **latest stable version** | 1.x.x |
| [1.1.0](https://processes.openeo.org/1.1.0/) | legacy version | 1.x.x |
| [1.0.0](https://processes.openeo.org/1.0.0/) | legacy version | 1.x.x |
| [1.0.0 RC1](https://processes.openeo.org/1.0.0-rc.1/) | legacy version | 1.x.x |
| [0.4.2](https://processes.openeo.org/0.4.2/) | legacy version | 0.4.x |
Expand Down
4 changes: 2 additions & 2 deletions array_apply.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
{
"rel": "example",
"type": "application/json",
"href": "https://processes.openeo.org/1.1.0/examples/array_find_nodata.json",
"href": "https://processes.openeo.org/1.2.0/examples/array_find_nodata.json",
"title": "Find no-data values in arrays"
},
{
"rel": "example",
"type": "application/json",
"href": "https://processes.openeo.org/1.1.0/examples/array_contains_nodata.json",
"href": "https://processes.openeo.org/1.2.0/examples/array_contains_nodata.json",
"title": "Check for no-data values in arrays"
}
]
Expand Down
2 changes: 1 addition & 1 deletion array_contains.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
{
"rel": "example",
"type": "application/json",
"href": "https://processes.openeo.org/1.1.0/examples/array_contains_nodata.json",
"href": "https://processes.openeo.org/1.2.0/examples/array_contains_nodata.json",
"title": "Check for no-data values in arrays"
}
],
Expand Down
2 changes: 1 addition & 1 deletion array_find.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
{
"rel": "example",
"type": "application/json",
"href": "https://processes.openeo.org/1.1.0/examples/array_find_nodata.json",
"href": "https://processes.openeo.org/1.2.0/examples/array_find_nodata.json",
"title": "Find no-data values in arrays"
}
]
Expand Down
2 changes: 1 addition & 1 deletion meta/subtype-schemas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://processes.openeo.org/1.1.0/meta/subtype-schemas.json",
"$id": "http://processes.openeo.org/1.2.0/meta/subtype-schemas.json",
"title": "Subtype Schemas",
"description": "This file defines the schemas for subtypes we define for openEO processes.",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion rename_labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
{
"rel": "example",
"type": "application/json",
"href": "https://processes.openeo.org/1.1.0/examples/rename-enumerated-labels.json",
"href": "https://processes.openeo.org/1.2.0/examples/rename-enumerated-labels.json",
"title": "Rename enumerated labels"
}
]
Expand Down
2 changes: 1 addition & 1 deletion tests/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
document: 'processes.json',
categorize: true,
apiVersion: '1.1.0',
title: 'openEO processes (Draft)',
title: 'openEO processes (1.2.0)',
notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.'
}
})
Expand Down

0 comments on commit 3a7650e

Please sign in to comment.