Skip to content

Commit

Permalink
Merge pull request #20 from martin3398/changelog-update-v1.3.0
Browse files Browse the repository at this point in the history
Changelog update - `v1.3.0`
  • Loading branch information
martin3398 authored Mar 19, 2024
2 parents 0ee997a + 6bd8347 commit f1bc106
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,76 @@

## [Unreleased]

## [1.3.0] - 2024-03-19

- Removed deprecation of scheduleRebuild

## [1.2.3] - 2024-03-19

- Compatibility for Intellij 2024.1 (fixed)

## [1.2.2] - 2024-03-18

- Compatibility for Intellij 2024.1

## [1.2.1] - 2023-06-15

- fix: catch exception by @martin3398 in https://github.com/martin3398/idea-psalm-baseline/pull/14

## [1.2.0] - 2023-06-07

- Feature: Index on multi-baseline-projects/parent-projects
- 8 no errors displayed on multi project by @martin3398 in https://github.com/martin3398/idea-psalm-baseline/pull/11

## [1.1.3] - 2023-06-06

- bugfix: infer occurrences from code count if absent by @martin3398 in https://github.com/martin3398/idea-psalm-baseline/pull/9

## [1.1.2]

- fix upper version

## [1.1.1]

- release fix

## [1.0.0]

- Release Version 1.0.0

## [0.0.5]

- fix: catch relativeTo exception

## [0.0.4]

### Added

- fixed idea in plugin name

## [0.0.3]

### Added

- added icon

## [0.0.2]

### Added

- bugfix: add blank line to end of baseline

## [0.0.1]

### Added

- added intention to remove baseline errors
- added inspection to display baseline errors
- added index to parse the baseline
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

[Unreleased]: https://github.com/martin3398/idea-psalm-baseline/compare/v1.2.3...HEAD
[Unreleased]: https://github.com/martin3398/idea-psalm-baseline/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/martin3398/idea-psalm-baseline/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/martin3398/idea-psalm-baseline/compare/v1.2.1...v1.2.3
[1.2.2]: https://github.com/martin3398/idea-psalm-baseline/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/martin3398/idea-psalm-baseline/compare/v1.2.0...v1.2.1
Expand Down

0 comments on commit f1bc106

Please sign in to comment.