Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Sep 27, 2024
1 parent 010b57b commit 50a85a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,19 @@ All notable changes to the VS Code Apex PMD will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.8.0] - 2024-09-27
### Added

- Upgrade PMD from 7.0.0 to 7.6.0 by @adangel in [#176](https://github.com/ChuckJonas/vscode-apex-pmd/pull/176)

### Changed

- Bump braces from 3.0.2 to 3.0.3 by @dependabot in [#168](https://github.com/ChuckJonas/vscode-apex-pmd/pull/168)
- Bump webpack from 5.88.2 to 5.94.0 by @dependabot in [#172](https://github.com/ChuckJonas/vscode-apex-pmd/pull/172)
- Improve PMD update procedure by @adangel in [#174](https://github.com/ChuckJonas/vscode-apex-pmd/pull/174)
- Bump micromatch from 4.0.5 to 4.0.8 by @adangel in [#175](https://github.com/ChuckJonas/vscode-apex-pmd/pull/175)
- Upgrade PMD from 7.0.0 to 7.6.0 by @adangel in [#176](https://github.com/ChuckJonas/vscode-apex-pmd/pull/176)

### Deprecated
### Removed
### Fixed
### New Contributors

**Full Changelog**: https://github.com/ChuckJonas/vscode-apex-pmd/compare/v0.7.0...HEAD
**Full Changelog**: https://github.com/ChuckJonas/vscode-apex-pmd/compare/v0.7.0...v0.8.0

## [0.7.0] - 2024-04-25

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apex-pmd",
"displayName": "Apex PMD",
"description": "PMD static analysis for Salesforce Apex",
"version": "0.7.1-snapshot.0",
"version": "0.8.0",
"publisher": "chuckjonas",
"author": {
"name": "Charlie Jonas",
Expand Down

0 comments on commit 50a85a8

Please sign in to comment.