chore: start 0.7.0 development
This commit is contained in:
parent
e351d0ecdc
commit
8999ff5fd3
@ -1,8 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to `discrawl` will be documented in this file.
|
||||
|
||||
## 0.6.6 - 2026-05-05
|
||||
## 0.7.0 - Unreleased
|
||||
|
||||
### Fixes
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ func TestHelpAndVersion(t *testing.T) {
|
||||
|
||||
out.Reset()
|
||||
require.NoError(t, Run(context.Background(), []string{"--version"}, &out, &bytes.Buffer{}))
|
||||
require.Contains(t, out.String(), "0.6.6")
|
||||
require.Contains(t, out.String(), "0.7.0")
|
||||
|
||||
err := Run(context.Background(), []string{"bogus"}, &out, &bytes.Buffer{})
|
||||
require.Equal(t, 2, ExitCode(err))
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
package cli
|
||||
|
||||
var version = "0.6.6"
|
||||
var version = "0.7.0"
|
||||
|
||||
@ -67,7 +67,7 @@ docker run --rm \
|
||||
cd /src
|
||||
go install ./cmd/discrawl
|
||||
discrawl=/work/bin/discrawl
|
||||
"$discrawl" --version | grep -q "0.6.6"
|
||||
"$discrawl" --version | grep -q "0.7.0"
|
||||
"$discrawl" --config /work/config.toml subscribe --repo /work/share --with-embeddings file:///backup > /work/subscribe.out
|
||||
grep -q "embeddings=\\[" /work/subscribe.out
|
||||
"$discrawl" --config /work/config.toml --plain sql "select provider, model, count(*) as total from message_embeddings group by provider, model" | tee /work/embeddings.out
|
||||
|
||||
Loading…
Reference in New Issue
Block a user