Update CHANGELOG.md

This commit is contained in:
Tyr Chen 2024-06-05 21:55:59 -07:00
parent 22121f0751
commit 62ad16f12c
No known key found for this signature in database
GPG Key ID: FA69377479FE142A
3 changed files with 11 additions and 4 deletions

View File

@ -40,9 +40,9 @@ jobs:
cd $GITHUB_WORKSPACE/python/codegen && ./gradlew publishToMavenLocal
cd $GITHUB_WORKSPACE/swift && ./gradlew publishToMavenLocal
cd $GITHUB_WORKSPACE/typescript && ./gradlew publishToMavenLocal
- name: make sure smithy build works
run: |
cd $GITHUB_WORKSPACE && smithy build
# - name: make sure smithy build works
# run: |
# cd $GITHUB_WORKSPACE && smithy build
- name: compress .m2 directory
run: |
tar -czf assets.tar.gz $HOME/.m2

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.11](https://github.com/tyrchen/smithy-docker/compare/v0.3.10..v0.3.11) - 2024-06-06
### Other
- Update CHANGELOG.md - ([22121f0](https://github.com/tyrchen/smithy-docker/commit/22121f075153900c0da20a02f9a3048afc8606b9)) - Tyr Chen
---
## [0.3.10](https://github.com/tyrchen/smithy-docker/compare/v0.3.9..v0.3.10) - 2024-06-06

View File

@ -1 +1 @@
v0.3.11
v0.3.12