Skip to content

Commit

Permalink
Merge pull request #82 from Songmu/tagpr-from-v0.10.3
Browse files Browse the repository at this point in the history
Release for v0.11.0
  • Loading branch information
Songmu authored Oct 8, 2023
2 parents 4c021fa + 6215326 commit db5f060
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.11.0](https://github.com/Songmu/ecschedule/compare/v0.10.3...v0.11.0) - 2023-10-08
- Upgrade AWS SDK for Go from V1 to V2 by @snaka in https://github.com/Songmu/ecschedule/pull/78
- Go 1.21 and update deps by @Songmu in https://github.com/Songmu/ecschedule/pull/83

## [v0.10.3](https://github.com/Songmu/ecschedule/compare/v0.10.2...v0.10.3) - 2023-10-06
- update to tfstate-lookup v1.1.4 by @fujiwara in https://github.com/Songmu/ecschedule/pull/79

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inputs:
version:
description: "A version to install ecschedule"
default: "v0.10.3"
default: "v0.11.0"
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ecschedule

const version = "0.10.3"
const version = "0.11.0"

var revision = "HEAD"

0 comments on commit db5f060

Please sign in to comment.