Skip to content

Commit

Permalink
v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Aug 30, 2023
1 parent 250a72a commit 2824c6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

# Smithy IntelliJ Plugin Changelog

## [2.0.11]

### Changed

- Improving formatting of members with initializers, to force a space between the member name and the start of the
initializer.

### Fixed

- Removed eager caching of Smithy model namespace declarations, to correctly react to updating the namespace of a file.

## [2.0.10]

### Fixed
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.10'
version '2.0.11'

repositories {
mavenCentral()
Expand Down

0 comments on commit 2824c6e

Please sign in to comment.