Skip to content

Commit

Permalink
- Fix ?!! syntax.
Browse files Browse the repository at this point in the history
- Allow for experimental array syntax.
- Remove use of deprecated functions.
  • Loading branch information
lerno committed Dec 30, 2024
1 parent dc5c02f commit 079b9db
Show file tree
Hide file tree
Showing 9 changed files with 480 additions and 441 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

## [Unreleased]

## [0.0.18] - 2024-12-30

- Fix `?!!` syntax.

## [0.0.18] - 2024-12-15

- Allow for experimental array syntax.
- Remove use of deprecated functions.

## [0.0.17] - 2024-10-09

- Support `<* *>` doc comments.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.c3lang.c3intellij
pluginName = c3intellij
pluginRepositoryUrl = https://github.com/c3lang/c3intellij
# SemVer format -> https://semver.org
pluginVersion = 0.0.17
pluginVersion = 0.0.19

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 222
Expand Down
Loading

0 comments on commit 079b9db

Please sign in to comment.