Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Aug 31, 2022
1 parent 299adb4 commit ddc1a6a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

# Smithy IntelliJ Plugin Changelog

## [2.0.5]

### Added

- Added support for member shape ids as node values (and improved the styling of documentation links).

### Fixed

- Updated map key target validation to permit enum shapes.
- Updated shape resolution within metadata to only resolve to prelude shapes (to avoid accidentally resolving to
imported shapes or declared shapes within the enclosing file).
- Removed grammar support for elided members within enum/intEnum shapes.
- Added a fallback shape reference to id components of shape ids to allow resolving references when hovering the shape
name within imports.
- Extended the private access validation changes to also include member shape ids.

## [2.0.4]

### Added
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.4'
version '2.0.5'

repositories {
mavenCentral()
Expand Down

0 comments on commit ddc1a6a

Please sign in to comment.