Update CHANGELOG.md

This commit is contained in:
Tyr Chen 2024-06-05 21:14:22 -07:00
parent ffca231f2b
commit 4bfcd5c7e1
No known key found for this signature in database
GPG Key ID: FA69377479FE142A
3 changed files with 10 additions and 2 deletions

View File

@ -31,7 +31,8 @@ jobs:
run: |
mkdir -p /tmp/smithy
curl -L https://github.com/smithy-lang/smithy/releases/download/1.49.0/smithy-cli-darwin-x86_64.zip -o /tmp/smithy-cli-darwin-x86_64.zip
7z x /tmp/smithy-cli-darwin-x86_64.zip -o/tmp/smithy
unzip /tmp/smithy-cli-darwin-x86_64.zip -d /tmp
mv /tmp/smithy-cli-darwin-x86_64 /tmp/smithy
sudo /tmp/smithy/install
- name: build smithy plugins
run: |

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
---
## [0.3.8](https://github.com/tyrchen/smithy-docker/compare/v0.3.7..v0.3.8) - 2024-06-06
### Other
- Update CHANGELOG.md - ([ffca231](https://github.com/tyrchen/smithy-docker/commit/ffca231f2b219092529489b7da1878e252c40dd2)) - Tyr Chen
---
## [0.3.7](https://github.com/tyrchen/smithy-docker/compare/v0.3.6..v0.3.7) - 2024-06-06

View File

@ -1 +1 @@
v0.3.8
v0.3.9