Skip to content

Releases: jdillard/sphinx-gitstamp

v0.4.0 (2023-09-26)

27 Sep 04:51
Compare
Choose a tag to compare

Install from PyPi

What's Changed

  • 🔧 MAINT: Clean up how package versions are handled by @jdillard in #6
  • 🔧 MAINT: Install pre-commit with isort, black, and flake8. by @jdillard in #7
  • 🔧 MAINT: Update the build process by @jdillard in #8
  • 🔧 MAINT: Add testing infrastructure by @jdillard in #9
  • 🐛 FIX: Fix Path use for Sphinx 8 by @jdillard in #16
  • ✨ NEW: Make file extension agnostic and expand the datetime information by @aalexmmaldonado in #18

New Contributors

Full Changelog: v0.3.3...v0.4.0

Release 0.3.3 (2022-11-25)

25 Nov 17:44
Compare
Choose a tag to compare

Install from PyPi

What's Changed

  • 🔧 MAINTAIN: Clean up package classifiers
  • 🔧 MAINTAIN: Add LICENSE to source distributions
  • 📚 DOCS: Remove deprecated README sections

Full Changelog: v0.3.2...v0.3.3

Release 0.3.2 (2021-10-24)

31 Mar 05:28
Compare
Choose a tag to compare

Install from PyPi

What's Changed

  • ✨ NEW: Mark as parallel read/write safe.
  • 🔧 MAINTAIN: Improve error messaging for gitpython by @domdfcoding in #4

New Contributors

Full Changelog: v0.3.1...v0.3.2

Release 0.3.1 (2020-01-05)

31 Mar 05:26
Compare
Choose a tag to compare

What's Changed

  • 🐛 FIX: Add sphinx config value in setup by @KurtJacobson in #2
  • 📚 DOCS: Update template example in README

New Contributors

Full Changelog: v0.3.0...v0.3.1

Release 0.3.0 (2019-09-15)

31 Mar 05:23
Compare
Choose a tag to compare

Install from PyPi

What's Changed:

  • 🐛 FIX: Add gitpython as dependency

Full Changelog: v0.2.0...v0.3.0

Release 0.2.0 (2019-09-12)

31 Mar 05:22
Compare
Choose a tag to compare

Install from PyPi

What's Changed

  • 🔧 MAINTAIN: Fix PyPI description

Full Changelog: v0.1.0...v0.2.0

Release 0.1.0 (2019-09-12)

31 Mar 05:21
Compare
Choose a tag to compare

Install from PyPi

What's Changed

  • ✨ NEW: Initial Release 🥳