Skip to content

Commit 277e1f5

Browse files
committed
prepare release 5.0.1
1 parent b0be60d commit 277e1f5

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Cmake4eclipse Change Log
22

3+
## 5.0.1 (2025-03-31)
4+
### Changes
5+
- Fix #201: NPE when managing multiple configurations
6+
- Enhancement #207: Other CMake argument field does not expand Eclipse variables
7+
38
## 5.0.0 (2024-01-15)
49
### Changes
510
- Restore compatibility with CDT 11.4/Eclipse 2023-12.

de.marw.cmake4eclipse.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="de.marw.cmake4eclipse.feature"
44
label="cmake4eclipse"
5-
version="5.0.0"
5+
version="5.0.1"
66
provider-name="Martin Weber">
77

88
<description>

de.marw.cmake4eclipse.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<artifactId>de.marw.cmake4eclipse.feature</artifactId>
1616
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
1717
to a maven repo. (The repository version is a different thing) -->
18-
<version>5.0.0</version>
18+
<version>5.0.1</version>
1919
<packaging>eclipse-feature</packaging>
2020

2121
<build>

releng/repo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- builds a zipped p2 update site -->
1313
<artifactId>repo</artifactId>
14-
<version>5.0.0</version>
14+
<version>5.0.1</version>
1515
<packaging>eclipse-repository</packaging>
1616

1717
<build>

0 commit comments

Comments
 (0)