diff --git a/.gitignore b/.gitignore index 5add784..862b936 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ tito-0.2.0.tar.gz /tito-0.6.6.tar.gz /tito-0.6.7.tar.gz /tito-0.6.8.tar.gz +/tito-0.6.9.tar.gz diff --git a/sources b/sources index eb344e0..4f631e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4ec036eea640604c3738a8a159fa671 tito-0.6.8.tar.gz +SHA512 (tito-0.6.9.tar.gz) = f8dd059d3a480c7c2deb8ca8934721d867090e42f62110aca41f24314a0235d87e7e3e0303e914fd91ed9164c55922a352af9f02894c5c7e002f088487de30d5 diff --git a/tito.spec b/tito.spec index e837fe7..d0d6db2 100644 --- a/tito.spec +++ b/tito.spec @@ -17,8 +17,8 @@ %{!?python_sitelib: %define python_sitelib %(%{pythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: tito -Version: 0.6.8 -Release: 2%{?dist} +Version: 0.6.9 +Release: 1%{?dist} Summary: A tool for managing rpm based git projects Group: Development/Tools @@ -121,8 +121,21 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon Dec 19 2016 Miro HronĨok - 0.6.8-2 -- Rebuild for Python 3.6 +* Mon Jan 09 2017 Devan Goodwin 0.6.9-1 +- Simplified version and release update logic (skuznets@redhat.com) +- Added `--use-release` flag for `tito tag` (skuznets@redhat.com) +- Use `def` instead of a lambda for function assignment (skuznets@redhat.com) +- Fix typos in man pages (lsedlar@redhat.com) +- explain how automatic tagging was done (msuchy@redhat.com) +- Rename CargoTagger as CargoBump (msehnout@redhat.com) +- Fix errors in documentation (lsedlar@redhat.com) +- fix few pep8 errors (sehnoutka.martin@gmail.com) +- Read tito.props and look for pkg managers section. + (sehnoutka.martin@gmail.com) +- Implement cargo tagger using regular expressions (without toml library) + (sehnoutka.martin@gmail.com) +- Add entry point for Cargo tagger and tagger class. + (sehnoutka.martin@gmail.com) * Tue Nov 01 2016 Devan Goodwin 0.6.8-1 - Don't use a special tagger for the `--use-version` case (skuznets@redhat.com)