diff --git a/.gitignore b/.gitignore index 6951ee2..afa2177 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /zola-0.8.0.tar.gz /zola-0.9.0.tar.gz /zola-0.10.0.tar.gz +/zola-0.10.1.tar.gz diff --git a/sources b/sources index 2f42955..05ca1ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zola-0.10.0.tar.gz) = 20f71426b111ce619e99ef86c979d3737dafb40328c25fad0e728ae3addf7d1801c58635ceed3df308780293ba32cc68963a8f5f5a94c0cae550c32297c48d44 +SHA512 (zola-0.10.1.tar.gz) = dd7ffc98317d56af2a4c941c15ac050862dbe66a3db6afcff3dd57d722f439b4dcc43b7f635f747ade073e6849a63ffb17e72f65b09f05a6b4f13e0f5cf467ce diff --git a/zola.spec b/zola.spec index 9a96bf9..378d7d2 100644 --- a/zola.spec +++ b/zola.spec @@ -3,8 +3,8 @@ %global __cargo_skip_build 0 Name: zola -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.10.1 +Release: 1%{?dist} Summary: Fast static site generator with everything built-in # Upstream license specification: MIT @@ -92,6 +92,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ %{_datadir}/zsh/site-functions/_zola %changelog +* Fri May 08 2020 Igor Raits - 0.10.1-1 +- Update to 0.10.1 + * Wed Apr 22 2020 Josh Stone - 0.10.0-2 - Bump to syntect 4