CHANGELOG update for v0.42.0; tidy up worfklow files

This commit is contained in:
neilotoole 2023-08-22 07:35:41 -06:00
parent e1c1c9562d
commit 648ed8d0ea
5 changed files with 3 additions and 9 deletions

View File

@ -12,10 +12,7 @@ env:
GO_VERSION: 1.21.0
GORELEASER_VERSION: 1.20.0
GOLANGCI_LINT_VERSION: v1.54.1
# BUILD_TAGS: 'sqlite_vtable sqlite_stat4 sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_math_functions'
BUILD_TAGS: 'sqlite_vtable sqlite_stat4 sqlite_fts5 sqlite_introspect sqlite_json sqlite_math_functions'
# Note that windows doesn't have sqlite_icu, as that fails to build. Needs investigation.
BUILD_TAGS_WIN: 'sqlite_vtable sqlite_stat4 sqlite_fts5 sqlite_introspect sqlite_json sqlite_math_functions'
jobs:
test-linux-darwin:
@ -85,12 +82,12 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Build
run: go build -tags '${{ env.BUILD_TAGS_WIN }}' -v ./...
run: go build -tags '${{ env.BUILD_TAGS }}' -v ./...
# shell: msys2 {0}
- name: Run tests
run: |
go test -tags '${{ env.BUILD_TAGS_WIN }}' -v ./...
go test -tags '${{ env.BUILD_TAGS }}' -v ./...
# shell: msys2 {0}
go-lint:

View File

@ -23,7 +23,6 @@ builds:
- sqlite_vtable
- sqlite_stat4
- sqlite_fts5
# - sqlite_icu
- sqlite_introspect
- sqlite_json
- sqlite_math_functions

View File

@ -28,7 +28,6 @@ builds:
- sqlite_vtable
- sqlite_stat4
- sqlite_fts5
# - sqlite_icu
- sqlite_introspect
- sqlite_json
- sqlite_math_functions

View File

@ -30,7 +30,6 @@ builds:
- sqlite_vtable
- sqlite_stat4
- sqlite_fts5
# - sqlite_icu
- sqlite_introspect
- sqlite_json
- sqlite_math_functions

View File

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Breaking changes are annotated with ☢️.
## UPCOMING
## [v0.42.0] - 2023-08-22
### Added