Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 09:15
· 1 commit to master since this release

Changes

  • add: command info.
  • Support profile feature.
  • Use aws-sdk-go-v2 v1.3.4

Changelog

3f4e87d add: update README to add Profile section.
4c7e51f add: config template file.
54b9cf6 fix: how to decide profile.
508be86 add: two aliases.
741d427 fix: a typo.
42dee0c fix: rename some keys.
7fa0dd8 add: extract as profile.go
a6808e9 add: type Profile.
f233b7e add: a new file to extract session.
4331c7f add: merge two configs.
94e11c8 fix: use session.v
7655d55 fix: viper in session.
28641c3 add: support profile feature for info subcommand.
97bc577 bump aws-sdk-go-v2 to v1.3.4
67b9bbd fix: config template to support profile.
4a7ac9e wip: supporting profile with viper.Sub
7724a20 fix: call AddCommand in each file.
8872092 add: a new sub command, info, to print work-group and database-name.
b26fa0f fix: release only when tagged.