Skip to content

Commit

Permalink
v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Jun 2, 2023
1 parent b52b003 commit afe9cc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Smithy IntelliJ Plugin Changelog

## [2.0.10]

### Fixed

- Fixed infinite re-indexing when attempting to cache AST files from Smithy dependencies when individual shapes exceeded
65kb

## [2.0.9]

### 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.9'
version '2.0.10'

repositories {
mavenCentral()
Expand Down

0 comments on commit afe9cc9

Please sign in to comment.