Update CHANGELOG.md

This commit is contained in:
Tyr Chen 2024-06-05 21:05:29 -07:00
parent 82f74d3de8
commit d8d42def85
No known key found for this signature in database
GPG Key ID: FA69377479FE142A
3 changed files with 9 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Install Smithy
run: |
mkdir -p /tmp/smithy
curl -L https://github.com/smithy-lang/smithy/releases/download/1.45.0/smithy-cli-linux-x86_64.tar.gz -o /tmp/smithy-cli-linux.tar.gz
curl -L https://github.com/smithy-lang/smithy/releases/download/1.49.0/smithy-cli-darwin-x86_64.zip -o /tmp/smithy-cli-linux.tar.gz
tar xvzf /tmp/smithy-cli-linux.tar.gz -C /tmp/smithy
sudo /tmp/smithy/install
- name: build smithy plugins

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.6](https://github.com/tyrchen/smithy-docker/compare/v0.3.5..v0.3.6) - 2024-06-06
### Other
- Update CHANGELOG.md - ([82f74d3](https://github.com/tyrchen/smithy-docker/commit/82f74d3de828c4ef210eed13ac5860a4b7d1e56a)) - Tyr Chen
---
## [0.3.5](https://github.com/tyrchen/smithy-docker/compare/v0.3.4..v0.3.5) - 2024-02-16

View File

@ -1 +1 @@
v0.3.6
v0.3.7