Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.0.2
Browse files Browse the repository at this point in the history
## [v0.0.2](v0.0.1...v0.0.2) (2020-11-02)

* update deps [#11](#11) ([Songmu](https://github.com/Songmu))
* take all rules on dump with caring nextToken [#10](#10) ([Songmu](https://github.com/Songmu))
* add diff subcommand [#9](#9) ([Songmu](https://github.com/Songmu))
* check mustEnv lazily [#8](#8) ([Songmu](https://github.com/Songmu))
* care empty rule.Description [#7](#7) ([Songmu](https://github.com/Songmu))
* update deps [#6](#6) ([Songmu](https://github.com/Songmu))
* add json tags for containerOverrides [#5](#5) ([Songmu](https://github.com/Songmu))
* introduce goccy/go-yaml [#4](#4) ([Songmu](https://github.com/Songmu))
* adjust yamls for GitHub Actions [#3](#3) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Nov 1, 2020
1 parent 8a0c650 commit 45bd5da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.0.2](https://github.com/Songmu/ecsched/compare/v0.0.1...v0.0.2) (2020-11-02)

* update deps [#11](https://github.com/Songmu/ecsched/pull/11) ([Songmu](https://github.com/Songmu))
* take all rules on dump with caring nextToken [#10](https://github.com/Songmu/ecsched/pull/10) ([Songmu](https://github.com/Songmu))
* add diff subcommand [#9](https://github.com/Songmu/ecsched/pull/9) ([Songmu](https://github.com/Songmu))
* check mustEnv lazily [#8](https://github.com/Songmu/ecsched/pull/8) ([Songmu](https://github.com/Songmu))
* care empty rule.Description [#7](https://github.com/Songmu/ecsched/pull/7) ([Songmu](https://github.com/Songmu))
* update deps [#6](https://github.com/Songmu/ecsched/pull/6) ([Songmu](https://github.com/Songmu))
* add json tags for containerOverrides [#5](https://github.com/Songmu/ecsched/pull/5) ([Songmu](https://github.com/Songmu))
* introduce goccy/go-yaml [#4](https://github.com/Songmu/ecsched/pull/4) ([Songmu](https://github.com/Songmu))
* adjust yamls for GitHub Actions [#3](https://github.com/Songmu/ecsched/pull/3) ([Songmu](https://github.com/Songmu))

## [v0.0.1](https://github.com/Songmu/ecsched/compare/1ca37db7d7e6...v0.0.1) (2019-10-26)

* add release.yaml [#2](https://github.com/Songmu/ecsched/pull/2) ([Songmu](https://github.com/Songmu))
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 ecsched

const version = "0.0.1"
const version = "0.0.2"

var revision = "HEAD"

0 comments on commit 45bd5da

Please sign in to comment.