about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-03-03 18:41:12 +0100
committerbptato <nincsnevem662@gmail.com>2024-03-03 18:41:12 +0100
commit7358cb44cc867b47cd5eb898c7ceb7f3017601b3 (patch)
tree1b2c88b097a2f35032b1b3eb4e70ae9ae3d6a217
parent9c6b1d2d269948847e1ae63c0f2df812326056ec (diff)
downloadchawan-7358cb44cc867b47cd5eb898c7ceb7f3017601b3.tar.gz
Version 0.14.4
-rw-r--r--NEWS3
-rw-r--r--chame.nimble2
-rw-r--r--chame/version.nim2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 65b32b07..30311864 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.14.4 (2024.03.03)
+* Clean up tokenizeEOF so that it's compiled correctly on old Nim + ARM
+
 0.14.3 (2024.02.21)
 * Fix another instance of the same bug
 
diff --git a/chame.nimble b/chame.nimble
index 6a5586e9..d6e60f77 100644
--- a/chame.nimble
+++ b/chame.nimble
@@ -1,6 +1,6 @@
 # Package
 
-version       = "0.14.3"
+version       = "0.14.4"
 author        = "bptato"
 description   = "HTML5 parser for Chawan"
 license       = "Unlicense"
diff --git a/chame/version.nim b/chame/version.nim
index 962e3da5..dffc85f5 100644
--- a/chame/version.nim
+++ b/chame/version.nim
@@ -1,3 +1,3 @@
 const Major* = 0
 const Minor* = 14
-const Patch* = 3
+const Patch* = 4