Skip to content

Commit 4767320

Browse files
committed
Merge branch 'dev' (0.8.7-1)
2 parents 01e02a7 + 9eb6be4 commit 4767320

File tree

24 files changed

+1375
-852
lines changed

24 files changed

+1375
-852
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: 0 5 * * 1
88

99
env:
10-
GO_VERSION: 1.25.0
10+
GO_VERSION: 1.25.3
1111

1212
permissions:
1313
actions: write

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
- 0.8.7-1 (2025-11-04):
2+
+ Updated dependencies.
3+
* DuckDB 1.3.2 ➙ 1.4.1
4+
* FPM 1.16.0 ➙ 1.17.0
5+
* Go 1.25.0 ➙ 1.25.3
6+
- client_golang 1.23.0 ➙ 1.23.2
7+
- cobra 1.9.1 ➙ 1.10.1
8+
- gin 1.10.1 ➙ 1.11.0
9+
- golangci-lint 2.4.0 ➙ 2.5.0
10+
- gzip 1.2.3 ➙ 1.2.5
11+
- mcp-go 0.38.0 ➙ 0.43.0
12+
- sys 0.35.0 ➙ 0.37.0
13+
- testify 1.10.0 ➙ 1.11.1
14+
- viper 1.20.1 ➙ 1.21.0
15+
* Node.js 24.6.0 ➙ 24.11.0
16+
- @eslint/js 9.33.0 ➙ 9.39.0
17+
- @fortawesome/fontawesome-free 7.0.0 ➙ 7.1.0
18+
- @types/react 19.1.10 ➙ 19.2.2
19+
- @types/react-dom 19.1.7 ➙ 19.2.2
20+
- @vitejs/plugin-react-swc 4.0.1 ➙ 4.2.0
21+
- bootstrap 5.3.7 ➙ 5.3.8
22+
- eslint 9.33.0 ➙ 9.39.0
23+
- eslint-plugin-react-hooks 5.2.0 ➙ 7.0.1
24+
- eslint-plugin-react-refresh 0.4.20 ➙ 0.4.24
25+
- globals 16.3.0 ➙ 16.5.0
26+
- plotly.js-basic-dist 3.1.0 ➙ 3.2.0
27+
- react 19.1.1 ➙ 19.2.0
28+
- react-dom 19.1.1 ➙ 19.2.0
29+
- sass-embedded 1.90.0 ➙ 1.93.3
30+
- vite 7.1.3 ➙ 7.1.12
31+
- vite-plugin-static-copy 3.1.2 ➙ 3.1.4
32+
* uv 0.8.12 ➙ 0.9.7
33+
+ Fixed segmentation fault when files referenced in the configuration are in an unreadable directory because of permissions.
34+
135
- 0.8.6-1 (2025-08-21):
236
+ Added support for Debian Trixie and RHEL (Rocky Linux) 10.
337
+ Updated dependencies.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL := /bin/bash
33
ROOT := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
44
UMASK := 022
55

6-
VERSION := 0.8.6
6+
VERSION := 0.8.7
77
ITERATION := 1
88
REVISION := $(shell cd '$(ROOT)' && git rev-parse --short HEAD)
99
ENVIRONMENT ?= production
@@ -84,7 +84,7 @@ lint:
8484
\
8585
if [ ! -f "$$HOME/go/bin/golangci-lint" ]; then \
8686
echo '> Installing golangci-lint...'; \
87-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v2.4.0; \
87+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v2.6.0; \
8888
fi; \
8989
\
9090
echo '> Running golangci-lint...'; \

assets/static/app.js

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
136 Bytes
Binary file not shown.
96 Bytes
Binary file not shown.
44 Bytes
Binary file not shown.
-4.04 KB
Binary file not shown.

assets/static/styles.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)