Skip to content

Commit f66d1f3

Browse files
committed
v0.9.2
1 parent 495391a commit f66d1f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

git-link.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Copyright (C) 2013-2022 Skye Shaw and others
44
;; Author: Skye Shaw <[email protected]>
5-
;; Version: 0.9.0
5+
;; Version: 0.9.2
66
;; Keywords: git, vc, github, bitbucket, gitlab, sourcehut, aws, azure, convenience
77
;; URL: http://github.com/sshaw/git-link
88
;; Package-Requires: ((emacs "24.3"))
@@ -35,6 +35,10 @@
3535

3636
;;; Change Log:
3737

38+
;; 2024-06-29 - v0.9.2
39+
;; * Add git-link-add-to-kill-ring to not add to kill ring (thanks Michael Hauser-Raspe)
40+
;; * Add prefix arg to open in browser when calling git-link-homepage (thanks Sibi Prabakaran)
41+
;;
3842
;; 2024-03-03 - v0.9.1
3943
;; * Add support for remote host resolution via ssh config (thanks Sibi Prabakaran)
4044
;; * Regexp escape parts when extracting host from scp-like URLs (thanks Sibi Prabakaran)

0 commit comments

Comments
 (0)