Skip to content

Commit

Permalink
Roll version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed May 13, 2022
1 parent c2729a2 commit 2f91e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# v0.19 (unreleased)
# v0.20 (unreleased)

# v0.19 (released 12th May 2022)

Fixed a hang when looking at functions that had advice but hadn't yet
been loaded by the autoloader (#179, #191).
Expand Down
4 changes: 2 additions & 2 deletions helpful.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;;; helpful.el --- A better *help* buffer -*- lexical-binding: t; -*-

;; Copyright (C) 2017-2020 Wilfred Hughes
;; Copyright (C) 2017-2022 Wilfred Hughes

;; Author: Wilfred Hughes <me@wilfred.me.uk>
;; URL: https://github.com/Wilfred/helpful
;; Keywords: help, lisp
;; Version: 0.19
;; Version: 0.20
;; Package-Requires: ((emacs "25") (dash "2.18.0") (s "1.11.0") (f "0.20.0") (elisp-refs "1.2"))

;; This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 2f91e79

Please sign in to comment.