Skip to content

Commit e9d5050

Browse files
MMelQinSimoneBendazzoli93
authored andcommitted
* Release note for v2.0.0 Signed-off-by: M Q <[email protected]> * Bump version: 1.0.0 → 2.0.0 Signed-off-by: M Q <[email protected]> --------- Signed-off-by: M Q <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>
1 parent 7bebf05 commit e9d5050

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 2.0.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>a|b|rc)(?P<build>\d+))?
44
serialize =
55
{major}.{minor}.{patch}{release}{build}

docs/source/release_notes/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
:hidden:
55
:maxdepth: 2
66
7+
```
8+
## Version 2.0
9+
10+
```{toctree}
11+
:maxdepth: 1
12+
13+
v2.0.0
714
```
815
## Version 1.0
916

docs/source/release_notes/v2.0.0.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Version 2.0.0 (April 24th, 2024)
1+
# Version 1.0.0 (April 2024)
22

3-
## What's new in 2.0.0
4-
App SDK had been migrated to be dependent on [NVIDIA Holoscan SDK](https://developer.nvidia.com/holoscan-sdk) since Version [v0.6](https://github.com/nvidia-holoscan/holoscan-sdk/releases) when breaking changes were introduced in some core class APIs.
5-
6-
This version of the App SDK is compatible with the newly released [Holoscan SDK v2.0.0](https://pypi.org/project/holoscan/2.0.0/), and is expected to be so with future minor releases of Holoscan SDK v2.
3+
## What's new in 1.0.0
4+
App SDK has been migrated to be dependent on [NVIDIA Holoscan SDK](https://developer.nvidia.com/holoscan-sdk) since Version [v0.6](https://github.com/nvidia-holoscan/holoscan-sdk/releases) when breaking changes were introduced in some core class APIs. This version is a simple update of the App SDK to make use of the newly released Holoscan SDK v1.0.3, as well as bug fixes of a few known issues.
75

86
### Key changes and migration guide
97

0 commit comments

Comments
 (0)