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