branch: elpa-release/hyperdrive commit aee81766c8f3415a31b539a30f4295899688b2d1 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Release: v0.4.0 --- CHANGELOG.org | 2 +- doc/hyperdrive.texi | 4 ++-- hyperdrive.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 7217d3239a..ed02d69ec9 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -4,7 +4,7 @@ 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.4-pre +* 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 installation with ~M-x hyperdrive-install~, and a command to save disk diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi index c347d9ee45..ac76da2b0a 100644 --- a/doc/hyperdrive.texi +++ b/doc/hyperdrive.texi @@ -20,7 +20,7 @@ @finalout @titlepage @title Hyperdrive.el User Manual -@subtitle Release 0.4-pre +@subtitle Release 0.4 @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-pre. +This manual is for @code{hyperdrive.el} version 0.4. @end ifnottex diff --git a/hyperdrive.el b/hyperdrive.el index 180eb6257a..f53226062e 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-pre +;; Version: 0.4 ;; 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