Skip to content

Commit e1a9011

Browse files
committed
hackorum-patch: release 1.2.1
1 parent c4a78b8 commit e1a9011

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

public/scripts/hackorum-patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require 'shellwords'
1313
require 'json'
1414

1515
class HackorumPatch
16-
VERSION = '1.2.0'
16+
VERSION = '1.2.1'
1717

1818
def initialize(argv)
1919
@options = {}

public/scripts/hackorum-patch.changelog.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
2-
"current_version": "1.2.0",
2+
"current_version": "1.2.1",
33
"versions": [
4+
{
5+
"version": "1.2.1",
6+
"date": "2026-02-16",
7+
"changes": [
8+
"Fixed sorting order when patch titles contain numbers (now matches only 4+ digit sequence numbers)",
9+
"Fixed sorting exception on some file name formats",
10+
"Metadata files are now copied to .hackorum/ before applying patches, so they are preserved even on error"
11+
]
12+
},
413
{
514
"version": "1.2.0",
615
"date": "2026-02-04",

0 commit comments

Comments
 (0)