mirror of
https://github.com/jeremyd/ergo.git
synced 2026-08-03 12:43:05 -07:00
new development version
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ All notable changes to Ergo will be documented in this file.
|
||||
|
||||
## [2.18.0] - 2026-03-22
|
||||
|
||||
We're pleased to be publishing the v2.18.0, a new stable release. This release adds support for PostgreSQL and SQLite as history backends, expands the HTTP API, and includes bug fixes and minor improvements.
|
||||
We're pleased to be publishing v2.18.0, a new stable release. This release adds support for PostgreSQL and SQLite as history backends, expands the HTTP API, and includes bug fixes and minor improvements.
|
||||
|
||||
This release includes changes to the config file format, all of which are fully backwards-compatible and do not require updating the file before upgrading. It includes no changes to the database file format.
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import "fmt"
|
||||
|
||||
const (
|
||||
// SemVer is the semantic version of Ergo.
|
||||
SemVer = "2.18.0"
|
||||
SemVer = "2.19.0-unreleased"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user