[ga-bump-release] Update Dolt version to 1.52.1 and release v1.52.1

This commit is contained in:
coffeegoddd
2025-04-23 00:46:55 +00:00
parent 1e093a4d0f
commit ab483cef15
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,5 +16,5 @@
package doltversion
const (
Version = "1.52.0"
Version = "1.52.1"
)
@@ -14,6 +14,7 @@ BehaviorConfig servercfg.BehaviorYAMLConfig 0.0.0 behavior,omitempty
-EventSchedulerStatus *string 1.17.0 event_scheduler,omitempty
-AutoGCBehavior *servercfg.AutoGCBehaviorYAMLConfig 1.50.0 auto_gc_behavior,omitempty
--Enable_ *bool 1.50.0 enable,omitempty
--ArchiveLevel_ *int 1.52.1 archive_level,omitempty
UserConfig servercfg.UserYAMLConfig 0.0.0 user,omitempty
-Name *string 0.0.0 name,omitempty
-Password *string 0.0.0 password,omitempty
@@ -987,7 +987,7 @@ func (cfg YAMLConfig) ValueSet(value string) bool {
type AutoGCBehaviorYAMLConfig struct {
Enable_ *bool `yaml:"enable,omitempty" minver:"1.50.0"`
ArchiveLevel_ *int `yaml:"archive_level,omitempty" minver:"TBD"`
ArchiveLevel_ *int `yaml:"archive_level,omitempty" minver:"1.52.1"`
}
func (a *AutoGCBehaviorYAMLConfig) Enable() bool {