Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Release notes for NEXT_VERSION
# Release notes for v0.18.0

## Changes by Kind

### Feature

- Grammar: Add support for `if` and `contains` keywords in rule heads ([#203](https://github.com/open-policy-agent/opa-idea-plugin/pull/203), [@SeanLedford](https://github.com/SeanLedford))
- Support for IDE 2026.1 releases ([#207](https://github.com/open-policy-agent/opa-idea-plugin/pull/207), [@idexter](https://github.com/idexter), [@charlieegan3](https://github.com/charlieegan3))

### Dependencies

- Update lsp4ij to 0.19.3 and plugin wrapper ([#205](https://github.com/open-policy-agent/opa-idea-plugin/pull/205), [@charlieegan3](https://github.com/charlieegan3))

# Release notes for v0.17.0

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-9.4.1-20260309092226%2B0000-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading