Update CHANGELOG.md

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

View File

@ -32,9 +32,8 @@ jobs:
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
unzip /tmp/smithy-cli-darwin-x86_64.zip -d /tmp
mv /tmp/smithy-cli-darwin-x86_64 /tmp/smithy
ls -la /tmp/smithy
sudo /tmp/smithy/install
ls -la /tmp/smithy-cli-darwin-x86_64
sudo /tmp/smithy-cli-darwin-x86_64/install
- name: build smithy plugins
run: |
cd $GITHUB_WORKSPACE/rust && ./gradlew publishToMavenLocal

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.10](https://github.com/tyrchen/smithy-docker/compare/v0.3.9..v0.3.10) - 2024-06-06
### Other
- Update CHANGELOG.md - ([8da6905](https://github.com/tyrchen/smithy-docker/commit/8da690574621fa7b2bc8b8b87641ef23abd5ce28)) - Tyr Chen
---
## [0.3.9](https://github.com/tyrchen/smithy-docker/compare/v0.3.8..v0.3.9) - 2024-06-06

View File

@ -1 +1 @@
v0.3.10
v0.3.11