Skip to content

Commit

Permalink
Merge pull request #15 from uptrace/release/v0.2.5
Browse files Browse the repository at this point in the history
chore: release v0.2.5 (release.sh)
  • Loading branch information
vmihailenco committed Mar 29, 2022
2 parents 14f9edf + b2aa5d9 commit 726a208
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 19 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [](https://github.com/uptrace/go-clickhouse/compare/v0.2.4...v) (2022-03-29)


### Bug Fixes

* change rollback to always record migrations ([d6e6e55](https://github.com/uptrace/go-clickhouse/commit/d6e6e55142d6cb369d838357a0700dd1becd50a8))
* continue working with non UTC timezone ([d003d44](https://github.com/uptrace/go-clickhouse/commit/d003d44e55049b612610d48607809fe3fff5f151))



# [](https://github.com/uptrace/go-clickhouse/compare/v0.2.3...v) (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion chdebug/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/uptrace/go-clickhouse => ./..

require (
github.com/fatih/color v1.13.0
github.com/uptrace/go-clickhouse v0.2.4
github.com/uptrace/go-clickhouse v0.2.5
)

require (
Expand Down
2 changes: 1 addition & 1 deletion chotel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/uptrace/go-clickhouse/chdebug => ../chdebug
exclude go.opentelemetry.io/proto/otlp v0.15.0

require (
github.com/uptrace/go-clickhouse v0.2.4
github.com/uptrace/go-clickhouse v0.2.5
go.opentelemetry.io/otel v1.6.1
go.opentelemetry.io/otel/trace v1.6.1
)
Expand Down
2 changes: 1 addition & 1 deletion chotel/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ go.opentelemetry.io/otel/trace v1.6.1 h1:f8c93l5tboBYZna1nWk0W9DYyMzJXDWdZcJZ0Kb
go.opentelemetry.io/otel/trace v1.6.1/go.mod h1:RkFRM1m0puWIq10oxImnGEduNBzxiN7TXluRBtE+5j0=
golang.org/x/exp v0.0.0-20220328175248-053ad81199eb h1:pC9Okm6BVmxEw76PUu0XUbOTQ92JX11hfvqTjAV3qxM=
golang.org/x/exp v0.0.0-20220328175248-053ad81199eb/go.mod h1:lgLbSvA5ygNOMpwM/9anMpWVlVJ7Z+cHWq/eFuinpGE=
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 h1:OH54vjqzRWmbJ62fjuhxy7AxFFgoHN0/DPc/UrL8cAs=
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 h1:eJv7u3ksNXoLbGSKuv2s/SIO4tJVxc/A+MTpzxDgz/Q=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
Expand Down
4 changes: 2 additions & 2 deletions example/basic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replace github.com/uptrace/go-clickhouse => ../..
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug

require (
github.com/uptrace/go-clickhouse v0.2.4
github.com/uptrace/go-clickhouse/chdebug v0.2.4
github.com/uptrace/go-clickhouse v0.2.5
github.com/uptrace/go-clickhouse/chdebug v0.2.5
)

require (
Expand Down
4 changes: 2 additions & 2 deletions example/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replace github.com/uptrace/go-clickhouse => ../..
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug

require (
github.com/uptrace/go-clickhouse v0.2.4
github.com/uptrace/go-clickhouse/chdebug v0.2.4
github.com/uptrace/go-clickhouse v0.2.5
github.com/uptrace/go-clickhouse/chdebug v0.2.5
)

require (
Expand Down
4 changes: 2 additions & 2 deletions example/migrations/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replace github.com/uptrace/go-clickhouse => ../..
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug

require (
github.com/uptrace/go-clickhouse v0.2.4
github.com/uptrace/go-clickhouse/chdebug v0.2.4
github.com/uptrace/go-clickhouse v0.2.5
github.com/uptrace/go-clickhouse/chdebug v0.2.5
github.com/urfave/cli/v2 v2.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions example/opentelemetry/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ exclude go.opentelemetry.io/proto/otlp v0.15.0

require (
github.com/brianvoe/gofakeit/v5 v5.11.2
github.com/uptrace/go-clickhouse v0.2.4
github.com/uptrace/go-clickhouse/chotel v0.2.4
github.com/uptrace/go-clickhouse v0.2.5
github.com/uptrace/go-clickhouse/chotel v0.2.5
github.com/uptrace/opentelemetry-go-extra/otelplay v0.1.11
go.opentelemetry.io/otel v1.6.1
)
Expand Down
4 changes: 2 additions & 2 deletions example/placeholders/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replace github.com/uptrace/go-clickhouse => ../..
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug

require (
github.com/uptrace/go-clickhouse v0.2.4
github.com/uptrace/go-clickhouse/chdebug v0.2.4
github.com/uptrace/go-clickhouse v0.2.5
github.com/uptrace/go-clickhouse/chdebug v0.2.5
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/jinzhu/inflection v1.0.0
github.com/pierrec/lz4/v4 v4.1.14
github.com/stretchr/testify v1.7.1
github.com/uptrace/go-clickhouse/chdebug v0.2.4
github.com/uptrace/go-clickhouse/chdebug v0.2.5
golang.org/x/exp v0.0.0-20220328175248-053ad81199eb
)

Expand All @@ -21,7 +21,7 @@ require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 h1:OH54vjqzRWmbJ62fjuhxy7AxFFgoHN0/DPc/UrL8cAs=
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 h1:eJv7u3ksNXoLbGSKuv2s/SIO4tJVxc/A+MTpzxDgz/Q=
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uptrace/go-clickhouse",
"version": "0.2.4",
"version": "0.2.5",
"main": "index.js",
"repository": "git@github.com:uptrace/go-clickhouse.git",
"author": "Vladimir Mihailenco <vladimir.webdev@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package clickhouse

// Version is the current release version.
func Version() string {
return "0.2.4"
return "0.2.5"
}

0 comments on commit 726a208

Please sign in to comment.