Skip to content

Commit f9235dc

Browse files
committed
prepare release
1 parent c588f2b commit f9235dc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)
66

7-
## Unreleased
7+
## [4.8.0] 2024-09-12
88

99
### Added
1010

1111
- The execution report also contains sample entities now (CMEM-3664):
1212
- For plugins that don't update the execution report by themselves, DataIntegration will automatically add sample entities.
1313
- Plugins that update the execution report can add sample entities to `ExecutionReport.sample_entities`.
1414

15-
## [4.7.0] 2024-06-13
15+
16+
## [4.7.0] 2024-06-13 - shipped with DI v24.2.0
1617

1718
### Added
1819

@@ -28,7 +29,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2829
- discover_plugins function to make sure all package modules are re-imported freshly
2930

3031

31-
## [4.5.0] 2024-01-10
32+
## [4.5.0] 2024-01-10 - shipped with DI v24.1.0
3233

3334
### Added
3435

@@ -48,7 +49,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4849
- capabilities for hierarchical entities as input and output of workflow tasks
4950

5051

51-
## [4.3.0] 2023-10-20
52+
## [4.3.0] 2023-10-20 - shipped with DI v23.3.0
5253

5354
### Added
5455

@@ -68,7 +69,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6869
- Optional `plugin_icon` parameter in a plugin description to specify a custom plugin icon as data URL.
6970

7071

71-
## [4.1.0] 2023-07-12
72+
## [4.1.0] 2023-07-12 - shipped with DI v23.2.0
7273

7374
### Changed
7475

@@ -84,7 +85,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8485
- enforce Python 3.11
8586

8687

87-
## [3.0.0] 2023-02-20
88+
## [3.0.0] 2023-02-20 - shipped with DI v23.1
8889

8990
### Added
9091

@@ -131,7 +132,7 @@ The same applies to the label function that has been updated to the following si
131132
`def label(self, value: str, depend_on_parameter_values: list[Any], context: PluginContext) -> Optional[str]`
132133
133134
134-
## [2.1.0] 2022-07-19
135+
## [2.1.0] 2022-07-19 - shipped with DI v22.2
135136
136137
### Changed
137138
@@ -180,7 +181,7 @@ The following changes need to be made to implementation of these classes:
180181
- Added MultilineStringParameterType
181182
182183
183-
## [1.1.1] 2022-05-16
184+
## [1.1.1] 2022-05-16 - shipped with DI v22.1
184185
185186
### Fixed
186187

0 commit comments

Comments
 (0)