summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-09-02 14:26:24 +0200
committerKr1ss2020-09-02 14:26:24 +0200
commite1d3525e063c8749bce6703b55e2d78815ed4781 (patch)
treea1a7e8e53dbdeebb8152d7c05f2a2ec980889daa
parentc826d704ed6a465c53aff5911e3734bef616c8dd (diff)
downloadaur-e1d3525e063c8749bce6703b55e2d78815ed4781.tar.gz
update: mdcat-bin 0.21.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--CHANGELOG.md10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31078aa56535..cf8d9bcabd48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mdcat-bin
pkgdesc = Sophisticated Markdown rendering for the terminal
- pkgver = 0.21.0
- pkgrel = 2
+ pkgver = 0.21.1
+ pkgrel = 1
url = https://github.com/lunaryorn/mdcat
changelog = CHANGELOG.md
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = mdcat-bin
optdepends = librsvg: render svg images in kitty
provides = mdcat
conflicts = mdcat
- source = https://github.com/lunaryorn/mdcat/releases/download/mdcat-0.21.0/mdcat-0.21.0-x86_64-unknown-linux-musl.tar.gz
- b2sums = dd684b0c05eaecf28a3915789b855c9df8cfe7ad55f187dceb5713e78be766275672281aa3f2d7180e3ebd0c726ca69ccb6b05c0a97f7803ca027dc6d9bfec7f
+ source = https://github.com/lunaryorn/mdcat/releases/download/mdcat-0.21.1/mdcat-0.21.1-x86_64-unknown-linux-musl.tar.gz
+ b2sums = 9558c55d310aeb2247c50d79da898ba711eb1147d50e0a53e18815efdaa89c19f5a41033349015800e45d9fec6fc42fb5a8e280f42e17a25fe844a934f7bfcf1
pkgname = mdcat-bin
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a444d656f17e..6ecc7a1b72e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,13 @@ To publish a new release run `scripts/release` from the project directory.
## [Unreleased]
+## [0.21.1] – 2020-09-01
+
+### Fixed
+- Update pulldown cmark to correctly ignore footnote refs (see [GH-155]).
+
+[GH-155]: https://github.com/lunaryorn/mdcat/issues/155
+
## [0.21.0] – 2020-08-12
### Added
@@ -411,4 +418,5 @@ To publish a new release run `scripts/release` from the project directory.
[0.19.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.4...mdcat-0.19.0
[0.20.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.19.0...mdcat-0.20.0
[0.21.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.20.0...mdcat-0.21.0
-[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.21.0...HEAD
+[0.21.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.21.0...mdcat-0.21.1
+[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.21.1...HEAD
diff --git a/PKGBUILD b/PKGBUILD
index 2b84898500d0..e1efc4781ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=mdcat-bin
_pkgname="${pkgname%-bin}"
-pkgver=0.21.0
-pkgrel=2
+pkgver=0.21.1
+pkgrel=1
pkgdesc='Sophisticated Markdown rendering for the terminal'
arch=('x86_64')