Skip to content

Commit

Permalink
Merge pull request #25 from vinted/changelog-update-v0.0.8
Browse files Browse the repository at this point in the history
Changelog update - `v0.0.8`
  • Loading branch information
oleg-vinted authored Jan 31, 2024
2 parents 4fb0527 + 374ddea commit ac36013
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,44 @@
# Changelog

All notable changes to this project 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.0.8] - 2024-01-31

### Added

- Support for RubyMine 2024.1 (#24)

## [0.0.7] - 2023-12-19

### Added

- Support for RubyMine 2023.3 (@gajwani, #20)

## [0.0.6] - 2023-08-10

### Fixed

- Top-level constant references are now highlighted correctly (#18)

## [0.0.5] - 2023-08-01

### Added

- Experimental mode to ignore recorded violations (#9)

## [0.0.4] - 2023-07-21

### Added

- Experimental mode to lint unsaved files (#6)
- 30 second execution timeout (#5)

[Unreleased]: https://github.com/vinted/packwerk-intellij/compare/v0.0.7...HEAD
[Unreleased]: https://github.com/vinted/packwerk-intellij/compare/v0.0.8...HEAD
[0.0.8]: https://github.com/vinted/packwerk-intellij/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/vinted/packwerk-intellij/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/vinted/packwerk-intellij/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/vinted/packwerk-intellij/compare/v0.0.4...v0.0.5
Expand Down

0 comments on commit ac36013

Please sign in to comment.