aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-09-09 20:30:30 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-09-10 10:09:45 -0400
commit7db6602eaadaf69c2882528473bd8694592c1b2c (patch)
tree2b3a698ace2373c16fc6497c0234f042f3a972b0
parent--serial default behaviour (--parallel an option) (diff)
-rwxr-xr-xderivation.nix2
-rw-r--r--dub.json2
-rw-r--r--flake.lock6
-rw-r--r--flake.nix8
-rw-r--r--makefile4
-rw-r--r--meson.build2
-rw-r--r--org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org2
-rw-r--r--package.nix4
-rw-r--r--views/version.txt2
9 files changed, 16 insertions, 16 deletions
diff --git a/derivation.nix b/derivation.nix
index 593e0db..165df32 100755
--- a/derivation.nix
+++ b/derivation.nix
@@ -88,7 +88,7 @@ with (
);
mkDubDerivation rec {
pname = "spine";
- version = "0.22.0";
+ version = "0.23.0";
src = ./.;
nativeBuildInputs = with pkgs; [dub ldc];
buildInputs = with pkgs; [nixVersions.latest sqlite];
diff --git a/dub.json b/dub.json
index 7ae3419..b59b9f3 100644
--- a/dub.json
+++ b/dub.json
@@ -4,7 +4,7 @@
],
"copyright": "Copyright © 2015 - 2026 Ralph Amissah",
"name": "spine",
- "version": "0.22.0",
+ "version": "0.23.0",
"description": "an object-centric sisu-like document parser",
"homepage": "https://sisudoc.org",
"license": "AGPL-3.0+",
diff --git a/flake.lock b/flake.lock
index a8acd2e..c256fcf 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1788372231,
- "narHash": "sha256-7aqErvrAEz/5OcPA5p3M+tVOqeYc4oJXkNIPXfCqxAw=",
+ "lastModified": 1788953386,
+ "narHash": "sha256-dIqD4NX3Uldk29CBqKt9dRdSxh/+Ba8lVPu2xEsLTJo=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "9387b3fcc0c23c86661636da63faabad4235a0a6",
+ "rev": "19a27817106f9449970edb3a398ab5349666466f",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 8deb9f2..11c9385 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,7 @@
...
}@inputs: let
pname = "spine";
- version = "0.22.0";
+ version = "0.23.0";
supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;}); # nixpkgs instantiated for supported system types
@@ -143,7 +143,7 @@
#default = import ./shell.nix {pkgs = pkgs-nix; flake = self;};
dsh-overlay = mkDevShell {
pkgs = pkgs-ovl;
- # "spine-0.22.0 base dev shell, ldc-1.43.0, dub-1.41.0 - dtools-2.112.1";
+ # "spine-0.23.0 base dev shell, ldc-1.43.0, dub-1.41.0 - dtools-2.112.1";
name = "spine-${version} dev shell (overlay ldc)";
compiler = pkgs-ovl.ldc;
};
@@ -161,13 +161,13 @@
};
dsh-overlay-dmd = mkDevShell {
pkgs = pkgs-ovl;
- # "spine-0.22.0 base dev shell, dmd-2.112.1, dub-1.41.0 - dtools-2.112.1";
+ # "spine-0.23.0 base dev shell, dmd-2.112.1, dub-1.41.0 - dtools-2.112.1";
name = "spine-${version} dev shell (overlay dmd)";
compiler = pkgs-ovl.dmd;
};
dsh-overlay-ldc = mkDevShell {
pkgs = pkgs-ovl;
- # "spine-0.22.0 base dev shell, ldc-1.43.0, dub-1.41.0 - dtools-2.112.1";
+ # "spine-0.23.0 base dev shell, ldc-1.43.0, dub-1.41.0 - dtools-2.112.1";
name = "spine-${version} dev shell (overlay ldc)";
compiler = pkgs-ovl.ldc;
};
diff --git a/makefile b/makefile
index f1f8b6e..66bded1 100644
--- a/makefile
+++ b/makefile
@@ -1301,8 +1301,8 @@ gitsnapshot: distclean tangle
git commit -a
version_tag:
- echo "DRV=0.22.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \
- echo "git tag -f sisudoc-spine_v0.22.0 -m\"doc-reform sisudoc spine-0.22.0\" HEAD"
+ echo "DRV=0.23.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \
+ echo "git tag -f sisudoc-spine_v0.23.0 -m\"doc-reform sisudoc spine-0.23.0\" HEAD"
.PHONY : all build rebuild release \
distclean init \
diff --git a/meson.build b/meson.build
index ad11749..f956ba9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('spine', 'd',
license: 'AGPL-3',
- version: '0.22.0',
+ version: '0.23.0',
meson_version: '>=0.46'
)
#if meson.get_compiler('d').get_id() == 'gcc'
diff --git a/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org b/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org
index dc3c339..e6dda9f 100644
--- a/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org
+++ b/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org
@@ -98,7 +98,7 @@
#+NAME: spine_project_version_part_minor
#+BEGIN_SRC org
-22
+23
#+END_SRC
*** patch
diff --git a/package.nix b/package.nix
index d0beef9..58fa898 100644
--- a/package.nix
+++ b/package.nix
@@ -27,7 +27,7 @@
}:
stdenv.mkDerivation {
pname = "spine";
- version = "0.22.0";
+ version = "0.23.0";
src = lib.cleanSource ./.;
buildInputs = [ sqlite ];
nativeBuildInputs = [ dub compilerPkg gnumake ];
@@ -57,7 +57,7 @@ stdenv.mkDerivation {
'';
postInstall = ''
echo `ls -la $out/bin/spine`
- echo "❯❯ spine-v0.22.0 (rev: ${rev})"
+ echo "❯❯ spine-v0.23.0 (rev: ${rev})"
$out/bin/spine -v
'';
meta = {
diff --git a/views/version.txt b/views/version.txt
index 3e8e2a9..a7a3ae4 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -4,7 +4,7 @@ struct Version {
int minor;
int patch;
}
-enum _ver = Version(0, 22, 0);
+enum _ver = Version(0, 23, 0);
version (Posix) {
version (DigitalMars) {
} else version (LDC) {