emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/topspace df7cb1ce4f 107/181: Bump version: 0.1.2 → 0.2


From: ELPA Syncer
Subject: [elpa] externals/topspace df7cb1ce4f 107/181: Bump version: 0.1.2 → 0.2.0
Date: Tue, 23 Aug 2022 12:58:39 -0400 (EDT)

branch: externals/topspace
commit df7cb1ce4fca1381be4723847db63fb03f08aca4
Author: trevorpogue <trevorpogue@gmail.com>
Commit: trevorpogue <trevorpogue@gmail.com>

    Bump version: 0.1.2 → 0.2.0
---
 .github/workflows/changelog.yml | 2 ++
 README.md                       | 2 +-
 topspace.el                     | 6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index 38bbd9c18e..b0a00f2be2 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -19,6 +19,8 @@ jobs:
           token: ${{ secrets.GITHUB_TOKEN }}
           sinceTag: v0.1.2
           base: HISTORY.md
+          issues: no
+          futureRelease: 0.2.0
 
       - name: Commit changes
         uses: stefanzweifel/git-auto-commit-action@v4
diff --git a/README.md b/README.md
index 41f9aa1ccc..c8e4b6e407 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ By default this is left empty for users to set with their 
own
 preferred bindings.")
 ```
 
-# How it works under the hood
+# How it works
 
 The "upper margin" is created by drawing an 
[overlay](https://www.gnu.org/software/emacs/manual/html_node/elisp/Overlays.html)
 before
 window-start containing newline characters.  As you scroll above the
diff --git a/topspace.el b/topspace.el
index cca8595623..ba5b272d5c 100644
--- a/topspace.el
+++ b/topspace.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Trevor Edwin Pogue <trevor.pogue@gmail.com>
 ;; URL: https://github.com/trevorpogue/topspace
 ;; Keywords: convenience, scrolling, center, cursor, margin, padding
-;; Version: 0.1.2
+;; Version: 0.2.0
 ;; Package-Requires: ((emacs "25.1"))
 
 ;; This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@
 ;;   seamlessly with `centered-cursor-mode' to keep the cursor
 ;;   centered all the way to the top line.
 
-;; How it works under the hood:
+;; How it works:
 ;; The "upper margin" is created by drawing an overlay before
 ;; window-start containing newline characters.  As you scroll above the
 ;; top line, more newline characters are added or removed accordingly.
@@ -606,7 +606,7 @@ TopSpace is:
   seamlessly with `centered-cursor-mode' to keep the cursor
   centered all the way to the top line.
 
-How it works under the hood:
+How it works:
 The \"upper margin\" is created by drawing an overlay before
 window-start containing newline characters.  As you scroll above the
 top line, more newline characters are added or removed accordingly.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]