Skip to content

Commit c487e30

Browse files
authored
Bump version to 1.4.1 (#110)
* Refs #20677: Bump version to 1.4.1 Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20677: Add PR template Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20677: Remove IDL-parse from repos file Signed-off-by: EduPonz <eduardoponz@eprosima.com> --------- Signed-off-by: EduPonz <eduardoponz@eprosima.com>
1 parent 6e95da6 commit c487e30

3 files changed

Lines changed: 42 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- Provide a general summary of your changes in the Title above -->
2+
<!-- It must be meaningful and coherent with the changes -->
3+
4+
<!--
5+
If this PR is still a Work in Progress [WIP], please open it as DRAFT.
6+
Please consider if any label should be added to this PR.
7+
-->
8+
9+
## Description
10+
<!--
11+
Describe changes in detail.
12+
This includes depicting the context, use case or current behavior and describe the proposed changes.
13+
If several features/bug fixes are included with these changes, please consider opening separated pull requests.
14+
-->
15+
16+
<!--
17+
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
18+
Please uncomment following line, adjusting the corresponding target branches for the backport.
19+
-->
20+
<!-- @Mergifyio backport 1.4.x 1.2.x 1.0.x -->
21+
22+
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
23+
<!-- Fixes #(issue) -->
24+
25+
<!-- In case the changes are built over a previous pull request, please uncomment next line. -->
26+
<!-- This PR depends on #(PR) and must be merged after that one. -->
27+
28+
## Contributor Checklist
29+
30+
- [ ] Commit messages follow the project guidelines. <!-- External contributors should sign the DCO. Fast DDS Python developers must also refer to the internal Redmine task. -->
31+
- [ ] Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
32+
- [ ] Changes are API compatible. <!-- Public API must not be broken within the same major release. -->
33+
- [ ] Applicable backports have been included in the description.
34+
35+
## Reviewer Checklist
36+
37+
- [ ] The PR has a milestone assigned.
38+
- [ ] The title and description correctly express the PR's purpose.
39+
- [ ] Check contributor checklist is correct.
40+
- [ ] Check CI results: changes do not issue any warning.
41+
- [ ] Check CI results: failing tests are unrelated with the changes.

fastdds_python.repos

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ repositories:
1919
type: git
2020
url: https://github.com/eProsima/Fast-DDS-Gen.git
2121
version: master
22-
fastddsgen/thirdparty/idl-parser:
23-
type: git
24-
url: https://github.com/eProsima/IDL-Parser.git
25-
version: master

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0086)
2424
cmake_policy(SET CMP0086 NEW)
2525
endif()
2626

27-
project(fastdds_python VERSION 1.4.0)
27+
project(fastdds_python VERSION 1.4.1)
2828

2929
# Set BUILD_TESTING to OFF by default.
3030
if(NOT BUILD_TESTING)

0 commit comments

Comments
 (0)