[ga-bump-release] Update Dolt version to 1.58.7 and release v1.58.7

This commit is contained in:
coffeegoddd
2025-08-29 22:46:59 +00:00
parent 4c23057c6a
commit ef256286e1
3 changed files with 3 additions and 3 deletions

View File

@@ -16,5 +16,5 @@
package doltversion
const (
Version = "1.58.6"
Version = "1.58.7"
)

View File

@@ -38,7 +38,7 @@ CfgDirStr *string 0.0.0 cfg_dir,omitempty
RemotesapiConfig servercfg.RemotesapiYAMLConfig 0.0.0 remotesapi,omitempty
-Port_ *int 0.0.0 port,omitempty
-ReadOnly_ *bool 1.30.5 read_only,omitempty
MCPServer *servercfg.MCPServerYAMLConfig TBD mcp_server,omitempty
MCPServer *servercfg.MCPServerYAMLConfig 1.58.7 mcp_server,omitempty
-Port *int 0.0.0 port,omitempty
-User *string 0.0.0 user,omitempty
-Password *string 0.0.0 password,omitempty

View File

@@ -148,7 +148,7 @@ type YAMLConfig struct {
DataDirStr *string `yaml:"data_dir,omitempty"`
CfgDirStr *string `yaml:"cfg_dir,omitempty"`
RemotesapiConfig RemotesapiYAMLConfig `yaml:"remotesapi,omitempty"`
MCPServer *MCPServerYAMLConfig `yaml:"mcp_server,omitempty" minver:"TBD"`
MCPServer *MCPServerYAMLConfig `yaml:"mcp_server,omitempty" minver:"1.58.7"`
PrivilegeFile *string `yaml:"privilege_file,omitempty"`
BranchControlFile *string `yaml:"branch_control_file,omitempty"`
// TODO: Rename to UserVars_