-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cd0c33
commit b5a3e1d
Showing
1 changed file
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# Changelog | ||
|
||
## [v0.3.2](https://github.com/fujiwara/awslim/compare/v0.3.1...v0.3.2) - 2024-08-02 | ||
- Update all-services.yaml by @github-actions in https://github.com/fujiwara/awslim/pull/40 | ||
- Update all-services.yaml by @github-actions in https://github.com/fujiwara/awslim/pull/43 | ||
- Bump the aws-sdk-go-v2 group with 2 updates by @dependabot in https://github.com/fujiwara/awslim/pull/41 | ||
- Bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 by @dependabot in https://github.com/fujiwara/awslim/pull/42 | ||
|
||
## [v0.3.1](https://github.com/fujiwara/awslim/compare/v0.3.0...v0.3.1) - 2024-07-09 | ||
- Update all-services.yaml by @github-actions in https://github.com/fujiwara/awslim/pull/38 | ||
- make for all services if sdk was updated. by @fujiwara in https://github.com/fujiwara/awslim/pull/39 | ||
|
||
## [v0.3.0](https://github.com/fujiwara/awslim/compare/v0.2.0...v0.3.0) - 2024-07-04 | ||
- Accept dynamic flags! by @fujiwara in https://github.com/fujiwara/awslim/pull/37 | ||
|
||
## [v0.2.0](https://github.com/fujiwara/awslim/compare/v0.1.3...v0.2.0) - 2024-07-03 | ||
- Bump the aws-sdk-go-v2 group with 2 updates by @dependabot in https://github.com/fujiwara/awslim/pull/27 | ||
- Bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/fujiwara/awslim/pull/26 | ||
- Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/fujiwara/awslim/pull/25 | ||
- Add --camel option. by @fujiwara in https://github.com/fujiwara/awslim/pull/28 | ||
- Show the help URL when an "json: unknown field" error occurs. by @fujiwara in https://github.com/fujiwara/awslim/pull/29 | ||
- Rutime Configurations. by @fujiwara in https://github.com/fujiwara/awslim/pull/30 | ||
- add jsonnet native funcs by @fujiwara in https://github.com/fujiwara/awslim/pull/31 | ||
- Bump the aws-sdk-go-v2 group with 2 updates by @dependabot in https://github.com/fujiwara/awslim/pull/32 | ||
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in https://github.com/fujiwara/awslim/pull/33 | ||
- Add --debug flag by @fujiwara in https://github.com/fujiwara/awslim/pull/34 | ||
- Check sdk updates by @fujiwara in https://github.com/fujiwara/awslim/pull/35 | ||
- Update all-services.yaml by @github-actions in https://github.com/fujiwara/awslim/pull/36 | ||
|
||
## [v0.1.3](https://github.com/fujiwara/awslim/compare/v0.1.2...v0.1.3) - 2024-06-11 | ||
- fix: README typo by @ToshihitoKon in https://github.com/fujiwara/awslim/pull/22 | ||
- update sdk and services by @fujiwara in https://github.com/fujiwara/awslim/pull/23 | ||
|
||
## [v0.1.2](https://github.com/fujiwara/awslim/compare/v0.1.1...v0.1.2) - 2024-05-27 | ||
- feature: Add suport for building with specified OS/Arch by @ToshihitoKon in https://github.com/fujiwara/awslim/pull/20 | ||
- merge #20 into main by @fujiwara in https://github.com/fujiwara/awslim/pull/21 | ||
|
||
## [v0.1.1](https://github.com/fujiwara/awslim/compare/v0.1.0...v0.1.1) - 2024-05-24 | ||
- Refactoring by @fujiwara in https://github.com/fujiwara/awslim/pull/18 | ||
- update services based on latest sdk by @fujiwara in https://github.com/fujiwara/awslim/pull/19 | ||
|
||
## [v0.1.0](https://github.com/fujiwara/awslim/compare/v0.0.14...v0.1.0) - 2024-05-24 | ||
- Update README.md by @ijin in https://github.com/fujiwara/awslim/pull/17 | ||
- rename to awslim! by @fujiwara in https://github.com/fujiwara/awslim/pull/16 | ||
|
||
## [v0.0.14](https://github.com/fujiwara/awslim/compare/v0.0.13...v0.0.14) - 2024-05-23 | ||
- Add --raw-output (-r) option. by @fujiwara in https://github.com/fujiwara/awslim/pull/14 | ||
- add --follow-next option. by @fujiwara in https://github.com/fujiwara/awslim/pull/15 | ||
|
||
## [v0.0.13](https://github.com/fujiwara/awslim/compare/v0.0.12...v0.0.13) - 2024-05-22 | ||
- Jsonnet support. by @fujiwara in https://github.com/fujiwara/awslim/pull/11 | ||
- add --dry-run (-n) flag. by @fujiwara in https://github.com/fujiwara/awslim/pull/12 | ||
- Failure if unknown fields in Input struct. by @fujiwara in https://github.com/fujiwara/awslim/pull/13 | ||
|
||
## [v0.0.12](https://github.com/fujiwara/awslim/compare/v0.0.11...v0.0.12) - 2024-05-21 | ||
- build by env AWS_SDK_CLIENT_GO_GEN by @fujiwara in https://github.com/fujiwara/awslim/pull/9 | ||
- Docker builder by @fujiwara in https://github.com/fujiwara/awslim/pull/10 | ||
|
||
## [v0.0.11](https://github.com/fujiwara/awslim/compare/v0.0.10...v0.0.11) - 2024-05-20 | ||
- Add `--input-stream` option. by @fujiwara in https://github.com/fujiwara/awslim/pull/7 | ||
- add --output-stream(-o), --no-api-output(-n) option by @fujiwara in https://github.com/fujiwara/awslim/pull/8 | ||
|
||
## [v0.0.10](https://github.com/fujiwara/awslim/compare/v0.0.9...v0.0.10) - 2024-05-15 | ||
|
||
## [v0.0.9](https://github.com/fujiwara/awslim/compare/v0.0.8...v0.0.9) - 2024-05-15 | ||
|
||
## [v0.0.8](https://github.com/fujiwara/awslim/compare/v0.0.7...v0.0.8) - 2024-05-15 | ||
- add --version flag by @fujiwara in https://github.com/fujiwara/awslim/pull/5 | ||
|
||
## [v0.0.7](https://github.com/fujiwara/awslim/compare/v0.0.6...v0.0.7) - 2024-05-15 | ||
|
||
## [v0.0.6](https://github.com/fujiwara/awslim/compare/v0.0.4...v0.0.6) - 2024-05-15 | ||
|
||
## [v0.0.5](https://github.com/fujiwara/awslim/compare/v0.0.3...v0.0.5) - 2024-05-15 | ||
|
||
## [v0.0.4](https://github.com/fujiwara/awslim/compare/v0.0.3...v0.0.4) - 2024-05-15 | ||
|
||
## [v0.0.3](https://github.com/fujiwara/awslim/compare/v0.0.2...v0.0.3) - 2024-05-14 | ||
- add --query flag by @fujiwara in https://github.com/fujiwara/awslim/pull/3 | ||
- allows kebab-case method. by @fujiwara in https://github.com/fujiwara/awslim/pull/4 | ||
|
||
## [v0.0.2](https://github.com/fujiwara/awslim/compare/v0.0.1...v0.0.2) - 2024-05-09 | ||
- use alecthomas/kong by @fujiwara in https://github.com/fujiwara/awslim/pull/1 | ||
- replace generator code with text/template by @fujiwara in https://github.com/fujiwara/awslim/pull/2 | ||
|
||
## [v0.0.1](https://github.com/fujiwara/awslim/commits/v0.0.1) - 2024-05-09 |