Releases: C4tWithShell/community-rust
Releases · C4tWithShell/community-rust
v0.2.5
Update clippy rules
Update deps
Deprecate the FileAdjust, changed to target.src_path
Full Changelog: v0.2.4...v0.2.5
community-rust-v0.2.4
Update NOTICE
Update clippy rules
Update dependencies:
- Upgrade org.sonarsource.analyzer-commons:sonar-analyzer-commons from 2.8.0.2699 to 2.9.0.2753
- Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.6.0.2114 to 10.7.0.2191
- Upgrade com.fasterxml.woodstox:woodstox-core from 6.6.1 to 6.6.2
- Upgrade commons-io:commons-io from 2.15.1 to 2.16.1
Full Changelog: v0.2.3...v0.2.4
community-rust-v0.2.3
What's Changed
- [Snyk] Upgrade commons-io:commons-io from 2.13.0 to 2.14.0 by @elegoff in #79
- [Snyk] Upgrade commons-io:commons-io from 2.14.0 to 2.15.0 by @elegoff in #80
- [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.1.0.809 to 10.2.0.1908 by @elegoff in #81
- [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.2.0.1908 to 10.3.0.1951 by @elegoff in #82
- [Snyk] Upgrade commons-io:commons-io from 2.15.0 to 2.15.1 by @elegoff in #83
- [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.3.0.1951 to 10.4.0.2064 by @elegoff in #85
- [Snyk] Upgrade com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.0 by @elegoff in #86
- Update sonar, fix cobertura tests by @C4tWithShell in #91
- [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.4.0.2064 to 10.5.0.2090 by @elegoff in #87
- [Snyk] Upgrade org.sonarsource.analyzer-commons:sonar-analyzer-commons from 2.7.0.1482 to 2.8.0.2699 by @elegoff in #90
- [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.5.0.2090 to 10.6.0.2114 by @elegoff in #92
- [Snyk] Upgrade com.fasterxml.woodstox:woodstox-core from 6.6.0 to 6.6.1 by @elegoff in #93
New Contributors
- @C4tWithShell made their first contribution in #91
Full Changelog: v0.2.2...v0.2.3
community-rust v0.2.2
community-rust v0.2.1
What's Changed
Full Changelog: v0.2.0...v0.2.1
community-rust v0.2.0
community-rust v0.1.4
- Fix Macro rules defintion
- Support the let...else... syntax
- Fix SSLR dependency version
- Fix the lifetimes syntax in Where clauses
- Refresh Clippy list
community-rust v0.1.3
- Security patch for
woodstox-core
dependency 0-day vulnerability (dependabot) - Adding 3 new clippy lints
community-rust v0.1.2
- Minor parsing improvements e.g better parsing of open-ended loops like
for i in 0.. {
//
}
- Compatibility with SonarQube 9.7
- Refreshed list of supported Clippy Lints
- Bump of dependencies versions
community-rust v0.1.1
What's Changed
-
Fix byte escape and advanced raw string parsing by @elegoff in #55
-
expression without blocks starting with a macro call by @elegoff in #56
-
Provide a very minimal Quality to work around the issue #58
-
Refreshed list of Clippy lints
-
Documentation: add a section for Github actions (#57)
-
Tested against SonarQube 9.6
Full Changelog: v0.1.0...v0.1.1