Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
exclude:
labels:
- tagpr
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package bqin

var Version = "v0.3.1"
var Version = "v0.3.2"