branch: elpa/hyperdrive commit ed6be139a1c10d7995fb779e7a0f78af3e91cb5c Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Meta: v0.5-pre --- CHANGELOG.org | 4 ++++ doc/hyperdrive.texi | 4 ++-- hyperdrive.el | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index ed02d69ec9..1ab1e7c959 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -4,6 +4,10 @@ All notable changes to [[https://ushin.org/hyperdrive/hyperdrive-manual.html][hyperdrive.el]] will be documented in this file. This project adheres to [[https://semver.org/spec/v2.0.0.html][Semantic Versioning]]. +* 0.5-pre + +Nothing yet... + * 0.4 [2024-09-09 Mon] Version ~0.4~ features [[https://ushin.org/hyperdrive/hyperdrive-manual.html#Org_002dtransclusion-integration][org-transclusion integration]], easy gateway diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi index ac76da2b0a..0ee1c7623a 100644 --- a/doc/hyperdrive.texi +++ b/doc/hyperdrive.texi @@ -20,7 +20,7 @@ @finalout @titlepage @title Hyperdrive.el User Manual -@subtitle Release 0.4 +@subtitle Release 0.5-pre @author Joseph Turner and Adam Porter @end titlepage @@ -45,7 +45,7 @@ Homepage: @uref{https://ushin.org/hyperdrive/hyperdrive-manual.html} Repository: @uref{https://git.sr.ht/~ushin/hyperdrive.el} @end itemize -This manual is for @code{hyperdrive.el} version 0.4. +This manual is for @code{hyperdrive.el} version 0.5-pre. @end ifnottex diff --git a/hyperdrive.el b/hyperdrive.el index f53226062e..08f48bda6d 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -6,7 +6,7 @@ ;; Author: Adam Porter <a...@alphapapa.net> ;; Maintainer: Joseph Turner <~ushin/us...@lists.sr.ht> ;; Created: 2022 -;; Version: 0.4 +;; Version: 0.5-pre ;; Package-Requires: ((emacs "28.1") (map "3.0") (compat "30.0.0.0") (org "9.7.6") (plz "0.9.1") (persist "0.6.1") (taxy-magit-section "0.14") (transient "0.7.4")) ;; Homepage: https://git.sr.ht/~ushin/hyperdrive.el