Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare v0.10.0-rc.1 #1426

Merged
merged 1 commit into from
Feb 27, 2025
Merged
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: 2 additions & 2 deletions core/client/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ module mykwilapp

go 1.23.0

require github.com/kwilteam/kwil-db/core v0.4.0-beta.2.0.20250227174801-ad4ee84cc97d
require github.com/kwilteam/kwil-db/core v0.4.0-rc.1

require (
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/decred/slog v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jrick/logrotate v1.1.2 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)
9 changes: 4 additions & 5 deletions core/client/example/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/jrick/logrotate v1.1.2 h1:6ePk462NCX7TfKtNp5JJ7MbA2YIslkpfgP03TlTYMN0=
github.com/jrick/logrotate v1.1.2/go.mod h1:f9tdWggSVK3iqavGpyvegq5IhNois7KXmasU6/N96OQ=
github.com/kwilteam/kwil-db/core v0.4.0-beta.2.0.20250227174801-ad4ee84cc97d h1:iPKL/7rD9Z2swWG3TA0CESopJH/X9Jx+E3jTPp4AMA4=
github.com/kwilteam/kwil-db/core v0.4.0-beta.2.0.20250227174801-ad4ee84cc97d/go.mod h1:qCJDLuzzyjJ5PM/COu9jq/PlFpzeRYcgbpKDmUages4=
github.com/kwilteam/kwil-db/core v0.4.0-rc.1 h1:7E8JhpqbcUKDK+xDCj547JZA9HmFrT0554SPlxh/dHI=
github.com/kwilteam/kwil-db/core v0.4.0-rc.1/go.mod h1:clG9Pk1NNs83dbIZZZn/6I+F4C9xntYTHbMFjL1HQ0w=
github.com/lib/pq v1.10.7 h1:p7ZhMD+KsSRozJr34udlUrhboJwWAgCg34+/ZZNvZZw=
github.com/lib/pq v1.10.7/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/knadh/koanf/providers/posflag v0.1.0
github.com/knadh/koanf/providers/structs v0.1.0
github.com/knadh/koanf/v2 v2.1.2
github.com/kwilteam/kwil-db/core v0.4.0-beta.2
github.com/kwilteam/kwil-db/core v0.4.0-rc.1
github.com/kwilteam/openzeppelin-merkle-tree-go v0.0.0-20250128210530-6c29061dd35f // tmp hacky fix branch
github.com/libp2p/go-libp2p v0.38.2
github.com/libp2p/go-libp2p-kad-dht v0.29.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kwilteam/kwil-db/core v0.4.0-beta.2 h1:lh6VPXacCV/ebFYcJ+ozdZho5LC4S1a0LuSG++qwFBU=
github.com/kwilteam/kwil-db/core v0.4.0-beta.2/go.mod h1:qCJDLuzzyjJ5PM/COu9jq/PlFpzeRYcgbpKDmUages4=
github.com/kwilteam/kwil-db/core v0.4.0-rc.1 h1:7E8JhpqbcUKDK+xDCj547JZA9HmFrT0554SPlxh/dHI=
github.com/kwilteam/kwil-db/core v0.4.0-rc.1/go.mod h1:clG9Pk1NNs83dbIZZZn/6I+F4C9xntYTHbMFjL1HQ0w=
github.com/kwilteam/openzeppelin-merkle-tree-go v0.0.0-20250128210530-6c29061dd35f h1:a603or4yeR3SAU8cHnDDwd4puQNJFRCKxXqC9933stc=
github.com/kwilteam/openzeppelin-merkle-tree-go v0.0.0-20250128210530-6c29061dd35f/go.mod h1:nTL6dEhIaq+HRALHQ86MMNnySDhTDFao/iNJbJCzFlM=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/drhodes/golorem v0.0.0-20220328165741-da82e5b29246
github.com/ethereum/go-ethereum v1.14.13
github.com/kwilteam/kwil-db v0.10.0-beta-1.0.20250227174801-ad4ee84cc97d
github.com/kwilteam/kwil-db/core v0.4.0-beta.2.0.20250227174801-ad4ee84cc97d
github.com/kwilteam/kwil-db/core v0.4.0-rc.1
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.35.0
github.com/testcontainers/testcontainers-go/modules/compose v0.34.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// - 0.6.0+release
// - 0.6.1
// - 0.6.2-alpha0+go1.21.nocgo
const kwilVersion = "0.10.0-beta.2" // remove "-pre" for the tagged commit
const kwilVersion = "0.10.0-rc.1" // remove "-pre" for the tagged commit

// KwildVersion may be set at compile time by:
//
Expand Down
Loading