diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..b0c5175 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,4 @@ +changelog: + exclude: + labels: + - tagpr diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..355b23c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog + +## [v0.3.2](https://github.com/kayac/bqin/compare/v0.3.1...v0.3.2) - 2025-10-29 +- delete CircleCI config by @mashiike in https://github.com/kayac/bqin/pull/11 +- add Dependabot and Reviewdog by @mashiike in https://github.com/kayac/bqin/pull/12 +- build(deps): bump actions/setup-go from 1.1.3 to 6.0.0 by @dependabot[bot] in https://github.com/kayac/bqin/pull/16 +- build(deps): bump actions/checkout from 1.2.0 to 5.0.0 by @dependabot[bot] in https://github.com/kayac/bqin/pull/15 +- build(deps): bump reviewdog/action-actionlint from 1.67.0 to 1.68.0 by @dependabot[bot] in https://github.com/kayac/bqin/pull/14 +- build(deps): bump reviewdog/action-misspell from 1.26.3 to 1.27.0 by @dependabot[bot] in https://github.com/kayac/bqin/pull/13 +- modanize releaser workflow by @mashiike in https://github.com/kayac/bqin/pull/26 + +## [v0.3.1](https://github.com/kayac/bqin/compare/v0.3.0...v0.3.1) - 2020-06-25 +- fix github workflow by @mashiike in https://github.com/kayac/bqin/pull/9 +- Feature/v0.3.1 by @mashiike in https://github.com/kayac/bqin/pull/10 + +## [v0.3.0](https://github.com/kayac/bqin/compare/v0.2.1...v0.3.0) - 2020-03-30 +- remake BQin by @mashiike in https://github.com/kayac/bqin/pull/6 +- setup github actions by @mashiike in https://github.com/kayac/bqin/pull/8 +- v0.3.0 by @mashiike in https://github.com/kayac/bqin/pull/7 + +## [v0.2.1](https://github.com/kayac/bqin/compare/v0.2.0...v0.2.1) - 2020-03-10 +- feature/v0.2.1 by @mashiike in https://github.com/kayac/bqin/pull/5 + +## [v0.2.0](https://github.com/kayac/bqin/compare/v0.1.3...v0.2.0) - 2020-03-10 +- fix rule override not work. by @mashiike in https://github.com/kayac/bqin/pull/2 +- support gzip parquet by @mashiike in https://github.com/kayac/bqin/pull/3 +- Embed GCP credentials in configuration by @mashiike in https://github.com/kayac/bqin/pull/1 +- Feature/v0.2.0 by @mashiike in https://github.com/kayac/bqin/pull/4 + +## [v0.1.3](https://github.com/kayac/bqin/compare/v0.1.2...v0.1.3) - 2020-02-13 + +## [v0.1.2](https://github.com/kayac/bqin/compare/v0.1.1...v0.1.2) - 2020-02-10 + +## [v0.1.1](https://github.com/kayac/bqin/compare/v0.1.0...v0.1.1) - 2020-02-10 + +## [v0.1.0](https://github.com/kayac/bqin/compare/v0.0.0...v0.1.0) - 2020-02-10 + +## [v0.0.0](https://github.com/kayac/bqin/commits/v0.0.0) - 2020-02-07 diff --git a/version.go b/version.go index 30417c7..18e79a1 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package bqin -var Version = "v0.3.1" +var Version = "v0.3.2"