branch: externals/svg-lib commit 5ba4e4ea2b5c66e8811beb53251dee13685b2cb2 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Tagged v 0.2.6 --- svg-lib.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/svg-lib.el b/svg-lib.el index c12f3b1b95..0d93e9973c 100644 --- a/svg-lib.el +++ b/svg-lib.el @@ -1,10 +1,10 @@ ;;; svg-lib.el --- SVG tags, progress bars & icons -*- lexical-binding: t -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021-2023 Free Software Foundation, Inc. ;; Maintainer: Nicolas P. Rougier <nicolas.roug...@inria.fr> ;; URL: https://github.com/rougier/svg-lib -;; Version: 0.2.5 +;; Version: 0.2.6 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: svg, icons, tags, convenience @@ -67,6 +67,9 @@ ;;; NEWS: +;; Version 0.2.6 +;; - Bug fix with bootstrap icon directory + ;; Version 0.2.5 ;; - Bug fix in text size computation