aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-11-20 10:38:35 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-11-20 12:36:10 -0500
commitc6ee6dc7e5de7f8a16e8591603301993b6304e23 (patch)
treeaacb3f1968ed556e7119ed98a9c489dc48df7ca4
parentocda, structs (replacing tuples) (diff)
0.14.0
-rw-r--r--derivation.nix2
-rw-r--r--dub.json2
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
-rw-r--r--makefile4
-rw-r--r--meson.build2
-rw-r--r--org/config_d_cfte.org2
-rw-r--r--org/config_dub.org2
-rw-r--r--org/config_make.org2
-rw-r--r--org/config_meson.org2
-rw-r--r--org/config_nix.org2
-rw-r--r--views/version.txt2
12 files changed, 15 insertions, 15 deletions
diff --git a/derivation.nix b/derivation.nix
index 0eafc9a..542e19f 100644
--- a/derivation.nix
+++ b/derivation.nix
@@ -88,7 +88,7 @@ with (
);
mkDubDerivation rec {
pname = "spine";
- version = "0.13.0";
+ version = "0.14.0";
src = ./.;
nativeBuildInputs = with pkgs; [dub ldc];
buildInputs = with pkgs; [nixVersions.unstable sqlite];
diff --git a/dub.json b/dub.json
index ed24917..8241d5e 100644
--- a/dub.json
+++ b/dub.json
@@ -4,7 +4,7 @@
],
"copyright": "Copyright © 2015 - 2023 Ralph Amissah",
"name": "spine",
- "version": "0.13.0",
+ "version": "0.14.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 76090c3..f3c5cbd 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1700385946,
- "narHash": "sha256-J6hzbr93aJjTMYD9ujvN0htwHSZDE4LxPZXREaFKyLY=",
+ "lastModified": 1700444282,
+ "narHash": "sha256-s/+tgT+Iz0LZO+nBvSms+xsMqvHt2LqYniG9r+CYyJc=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "53aeb5c67b78a1bb565467043b79c3948afacbc9",
+ "rev": "3f21a22b5aafefa1845dec6f4a378a8f53d8681c",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 71c8e12..29b46b5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,7 +8,7 @@
flake-utils,
} @ inputs: let
pname = "spine";
- version = "0.13.0";
+ version = "0.14.0";
shell = ./shell.nix; # ./default.nix;
devEnv = ./.envrc; # ./shell.nix; # ./default.nix;
supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
diff --git a/makefile b/makefile
index 966cb64..172ef7a 100644
--- a/makefile
+++ b/makefile
@@ -1298,8 +1298,8 @@ gitsnapshot: distclean tangle
git commit -a
version_tag:
- echo "DRV=0.13.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \
- echo "git tag -f doc-reform_v0.13.0 -m\"doc-reform spine-0.13.0\" HEAD"
+ echo "DRV=0.14.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \
+ echo "git tag -f doc-reform_v0.14.0 -m\"doc-reform spine-0.14.0\" HEAD"
.PHONY : all build rebuild release \
distclean init \
diff --git a/meson.build b/meson.build
index 51ad7b1..31bb85f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('spine', 'd',
license: 'AGPL-3',
- version: '0.13.0',
+ version: '0.14.0',
meson_version: '>=0.46'
)
#if meson.get_compiler('d').get_id() == 'gcc'
diff --git a/org/config_d_cfte.org b/org/config_d_cfte.org
index 4b65179..bf77456 100644
--- a/org/config_d_cfte.org
+++ b/org/config_d_cfte.org
@@ -27,7 +27,7 @@
#+NAME: spine_version_set
#+BEGIN_SRC d
-0, 13, 0
+0, 14, 0
#+END_SRC
*** set program version tangle :version:
diff --git a/org/config_dub.org b/org/config_dub.org
index d0541f8..e402831 100644
--- a/org/config_dub.org
+++ b/org/config_dub.org
@@ -21,7 +21,7 @@
#+NAME: spine_version_set
#+BEGIN_SRC sh
-0.13.0
+0.14.0
#+END_SRC
** dub
diff --git a/org/config_make.org b/org/config_make.org
index 17df737..658b7ea 100644
--- a/org/config_make.org
+++ b/org/config_make.org
@@ -22,7 +22,7 @@
#+NAME: spine_version_set
#+BEGIN_SRC sh
-0.13.0
+0.14.0
#+END_SRC
*** build tools if specified
diff --git a/org/config_meson.org b/org/config_meson.org
index a81fafe..3cd4cb1 100644
--- a/org/config_meson.org
+++ b/org/config_meson.org
@@ -23,7 +23,7 @@
#+NAME: spine_version_set
#+BEGIN_SRC sh
-0.13.0
+0.14.0
#+END_SRC
*** subprojects
diff --git a/org/config_nix.org b/org/config_nix.org
index c79d082..8ddb251 100644
--- a/org/config_nix.org
+++ b/org/config_nix.org
@@ -583,7 +583,7 @@ installPhase = ''
#+NAME: spine_version_set
#+BEGIN_SRC sh
-0.13.0
+0.14.0
#+END_SRC
*** nixpkgs path / url
diff --git a/views/version.txt b/views/version.txt
index ad5e4e8..c9adcb7 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -4,7 +4,7 @@ struct Version {
int minor;
int patch;
}
-enum _ver = Version(0, 13, 0);
+enum _ver = Version(0, 14, 0);
version (Posix) {
version (DigitalMars) {
} else version (LDC) {