Skip to content

Commit

Permalink
v2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Dec 10, 2024
1 parent d18a624 commit b5da69d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Smithy IntelliJ Plugin Changelog

## [2.0.19]

### Changed

- Updated to latest Smithy branding
- Updated default IDL version for new files to "2"
- Removed missing commas validator for IDL v1 files as it's not enforced by smithy-build
- Improved how live templates are enabled to avoid prompting users to generate invalid Smithy

## [2.0.18]

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

group 'software.amazon.smithy'
version '2.0.18'
version '2.0.19'

repositories {
mavenCentral()
Expand Down

0 comments on commit b5da69d

Please sign in to comment.