diff options
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | derivation.nix | 2 | ||||
| -rw-r--r-- | dub.json | 2 | ||||
| -rw-r--r-- | flake.nix | 26 | ||||
| -rw-r--r-- | makefile | 4 | ||||
| -rw-r--r-- | meson.build | 2 | ||||
| -rw-r--r-- | org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org | 2 | ||||
| -rw-r--r-- | views/version.txt | 2 | 
8 files changed, 22 insertions, 22 deletions
@@ -1,7 +1,7 @@  doc (metadata & abstraction) struct follow through  2025-02-19 ralph.amissah@gmail.com -1b311d6 (HEAD -> main) +1b311d6 (main)  document (metadata & abstraction) struct  2025-02-19 ralph.amissah@gmail.com @@ -1065,7 +1065,7 @@ ldc-1.23.0 overlay for nixos 20.09  nix  2020-10-23 ralph.amissah@gmail.com -ccd9370 (compiler) +ccd9370  org mode, code-block names  2020-10-22 ralph.amissah@gmail.com diff --git a/derivation.nix b/derivation.nix index 3ad7056..90e549e 100644 --- a/derivation.nix +++ b/derivation.nix @@ -87,7 +87,7 @@ with (  );    mkDubDerivation rec {      pname = "spine"; -    version = "0.17.0"; +    version = "0.18.0";      src = ./.;      nativeBuildInputs = with pkgs; [dub ldc];      buildInputs = with pkgs; [nixVersions.latest sqlite]; @@ -4,7 +4,7 @@    ],    "copyright":                 "Copyright © 2015 - 2025 Ralph Amissah",    "name":                      "spine", -  "version":                   "0.17.0", +  "version":                   "0.18.0",    "description":               "an object-centric sisu-like document parser",    "homepage":                  "https://sisudoc.org",    "license":                   "AGPL-3.0+", @@ -9,7 +9,7 @@      ...    }@inputs: let      pname = "spine"; -    version = "0.17.0"; +    version = "0.18.0";      shell = ./shell.nix;      devEnv = ./nixDevEnv.sh;      supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; @@ -130,7 +130,7 @@          spine-overlay-dmd = stdenv.mkDerivation {            inherit pname;            inherit version; -          #name = "spine-0.17.0 dmd-2.109.1 dub-1.38.1"; +          #name = "spine-0.18.0 dmd-2.109.1 dub-1.38.1";            meta.mainProgram = "spine-dmd";            executable = true;            src = self; @@ -154,7 +154,7 @@          spine-overlay-ldc = stdenv.mkDerivation {            inherit pname;            inherit version; -          #name = "spine-0.17.0 ldc-1.40.0 dub-1.38.1"; +          #name = "spine-0.18.0 ldc-1.40.0 dub-1.38.1";            meta.mainProgram = "spine-ldc";            executable = true;            src = self; @@ -214,7 +214,7 @@      in        with pkgs-nix; {          dsh-overlay = mkShell { -          name = "spine-0.17.0 base dev shell, ldc-1.40.0, dub-1.38.1"; +          name = "spine-0.18.0 base dev shell, ldc-1.40.0, dub-1.38.1";            inherit shell;            inherit devEnv;            packages = with pkgs-ovl; [ @@ -227,7 +227,7 @@            inherit shellHook;          };          dsh-nixpkgs-dmd-dub = mkShell { -          name = "spine-0.17.0 base dev shell"; +          name = "spine-0.18.0 base dev shell";            inherit shell;            inherit devEnv;            packages = [ @@ -239,7 +239,7 @@            inherit shellHook;          };          dsh-nixpkgs-ldc-dub = mkShell { -          name = "spine-0.17.0 base dev shell"; +          name = "spine-0.18.0 base dev shell";            inherit shell;            inherit devEnv;            packages = [ @@ -251,7 +251,7 @@            inherit shellHook;          };          dsh-overlay-dmd-dub = mkShell { -          name = "spine-0.17.0 base dev shell, dmd-2.109.1, dub-1.38.1"; +          name = "spine-0.18.0 base dev shell, dmd-2.109.1, dub-1.38.1";            inherit shell;            inherit devEnv;            packages = with pkgs-ovl; [ @@ -263,7 +263,7 @@            inherit shellHook;          };          dsh-overlay-ldc-dub = mkShell { -          name = "spine-0.17.0 base dev shell, ldc-1.40.0, dub-1.38.1"; +          name = "spine-0.18.0 base dev shell, ldc-1.40.0, dub-1.38.1";            inherit shell;            inherit devEnv;            packages = with pkgs-ovl; [ @@ -275,7 +275,7 @@            inherit shellHook;          };          dsh-epub = mkShell { -          name = "spine-0.17.0 dev shell for epub output"; +          name = "spine-0.18.0 dev shell for epub output";            inherit shell;            inherit devEnv;            packages = [ @@ -303,7 +303,7 @@            inherit shellHook;          };          dsh-html = mkShell { -          name = "spine-0.17.0 dev shell for html output"; +          name = "spine-0.18.0 dev shell for html output";            inherit shell;            inherit devEnv;            packages = [ @@ -323,7 +323,7 @@            inherit shellHook;          };          dsh-latex-pdf = mkShell { -          name = "spine-0.17.0 dev shell for latex & pdf output"; +          name = "spine-0.18.0 dev shell for latex & pdf output";            inherit shell;            inherit devEnv;            packages = [ @@ -339,7 +339,7 @@            inherit shellHook;          };          dsh-sqlite = mkShell { -          name = "spine-0.17.0 dev shell for sqlite3 output"; +          name = "spine-0.18.0 dev shell for sqlite3 output";            inherit shell;            inherit devEnv;            packages = [ @@ -352,7 +352,7 @@            inherit shellHook;          };          dsh-i18n = mkShell { -          name = "spine-0.17.0 dev shell for internationalization, po4a"; +          name = "spine-0.18.0 dev shell for internationalization, po4a";            inherit shell;            inherit devEnv;            packages = [ @@ -1301,8 +1301,8 @@ gitsnapshot: distclean tangle  	git commit -a  version_tag: -	echo "DRV=0.17.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \ -	echo "git tag -f sisudoc-spine_v0.17.0 -m\"doc-reform sisudoc spine-0.17.0\" HEAD" +	echo "DRV=0.18.0; git tag -f sisudoc-spine_v$$\{DRV} -m\"doc-reform sisudoc spine-$$\{DRV}\" HEAD"; \ +	echo "git tag -f sisudoc-spine_v0.18.0 -m\"doc-reform sisudoc spine-0.18.0\" HEAD"  .PHONY : all build rebuild release \  	distclean init \ diff --git a/meson.build b/meson.build index 226e198..6ebe0dc 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@  project('spine', 'd',    license: 'AGPL-3', -  version: '0.17.0', +  version: '0.18.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 4084a66..b536386 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 -17 +18  #+END_SRC  *** patch diff --git a/views/version.txt b/views/version.txt index fecec3f..9782cfa 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version {    int minor;    int patch;  } -enum _ver = Version(0, 17, 0); +enum _ver = Version(0, 18, 0);  version (Posix) {    version (DigitalMars) {    } else version (LDC) {  | 
