Skip to content

Commit 345c16a

Browse files
committed
prepare 2.1.0
1 parent 33f09b2 commit 345c16a

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Deleted
15+
16+
## [2.1.0] - 2025-08-02
17+
18+
### Added
19+
1220
- [#69](https://github.com/green-code-initiative/creedengo-python/pull/69) Data : Add rule GCI99 Avoid CSV Format
1321
- [#76](https://github.com/green-code-initiative/creedengo-python/pull/76) Add rule GCI103 Dictionary Items Unused. A rule specifying that dictionary iteration should consider the pertinence of the element used.
1422
- [#79](https://github.com/green-code-initiative/creedengo-python/pull/79) Add rule GCI106 Avoid SQRT in a loop
@@ -23,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2331
- update from jdk 11 to 17
2432
- Add Lombok annotation processing inside `maven-compiler` plugin, to fix compile error on Arm64 architecture
2533

26-
### Deleted
27-
2834
## [2.0.1] - 2025-03-14
2935

3036
### Changed
@@ -126,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126132

127133
## Comparison list
128134

129-
[unreleased](https://github.com/green-code-initiative/creedengo-python/compare/2.0.1...HEAD)
135+
[unreleased](https://github.com/green-code-initiative/creedengo-python/compare/2.1.0...HEAD)
136+
[2.1.0](https://github.com/green-code-initiative/creedengo-python/compare/2.0.1...2.1.0)
130137
[2.0.1](https://github.com/green-code-initiative/creedengo-python/compare/2.0.0...2.0.1)
131138
[2.0.0](https://github.com/green-code-initiative/creedengo-python/compare/1.4.4...2.0.0)
132139
[1.5.0](https://github.com/green-code-initiative/creedengo-python/compare/1.4.4...1.5.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6565
|----------------|---------------------|--------------|
6666
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
6767
| 1.5.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
68-
| 2.0.+ | 9.9.+ LTS to 25.5.0 | 17 |
68+
| 2.+ | 9.9.+ LTS to 25.5.0 | 17 |
6969

7070
> Compatibility table of versions lower than 1.4.+ are available from the
7171
> main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).

pom.xml

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

55
<groupId>org.green-code-initiative</groupId>
66
<artifactId>creedengo-python-plugin</artifactId>
7-
<version>2.0.2-SNAPSHOT</version>
7+
<version>2.1.0-SNAPSHOT</version>
88
<packaging>sonar-plugin</packaging>
99

1010
<name>creedengo - Python language</name>

0 commit comments

Comments
 (0)