Update CHANGELOG.md
This commit is contained in:
parent
ffca231f2b
commit
4bfcd5c7e1
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue