Renumber consolidated release to v26 after v25
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
// - Only an explicitly requested release bumps VERSION and both flake.nix versions.
|
||||
// - At release, consolidate the batch into titled groups and add its version/date.
|
||||
|
||||
export const VERSION = 50;
|
||||
export const VERSION = 26;
|
||||
|
||||
// Newest first. In testing: { version: null, changes: [string, ...] }.
|
||||
// Release: { version, date: 'YYYY-MM-DD', groups: [{ title, changes: [...] }] }.
|
||||
// Historical flat changes arrays are also supported. Omit the testing entry when empty.
|
||||
export const CHANGELOG = [
|
||||
{
|
||||
version: 50,
|
||||
version: 26,
|
||||
date: '2026-09-04',
|
||||
groups: [
|
||||
{ title: 'Themes & table layout', changes: [
|
||||
|
||||
Reference in New Issue
Block a user