Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Aug 30, 2022
1 parent f0d37e1 commit 97d23d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# Smithy IntelliJ Plugin Changelog

## [2.0.4]

### Added

- Added additional intermediate parsing states to better support typing out structure definitions, starting with
documentation and/or traits.

### Changed

- Upgraded all index versions to mitigate issues with failed 2.0 IDL/AST parsing of older plugin versions requiring
users to invalidate caches.

## [2.0.3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
apply plugin: 'org.jetbrains.changelog'

group 'software.amazon.smithy'
version '2.0.3'
version '2.0.4'

repositories {
mavenCentral()
Expand Down

0 comments on commit 97d23d5

Please sign in to comment.