Releases: caltechlibrary/template
Release 1.15.0 – Update copyright year & README badge style
This updates the copyright year in the license files to 2022, and also makes the badges used in the README file all use the same style.
Release 1.14.0 – Add codemeta2cff GitHub action
This release adds a GitHub action, codemeta2cff, developed by @tmorrell.
Release 1.13.0 – Use ATX style heading syntax
Changed the Markdown heading syntax to be ATX style, which seems to be more popular.
Release 1.12.0 – Updated .gitignore
This release adds a few more entries to the .gitignore
file for some additional Python items and .bak
files.
Release 1.11.0 – Codemeta and CITATION.cff
This release adds a codemeta file that describes the metadata for the template repository itself, and moves the codemeta file with replaceable text to codemeta-TEMPLATE.json
. It enhances the codemeta files and adds a CITATION.cff
file.
Release 1.10.0 – minor updates
This release fixes a problem with 1.9.0: the changes from PR #2 were not merged into main
. (My fault for not noticing that before doing the release.) Also, this release slightly updates the install-Python file.
Release 1.9.0 – Minor updates
This release fixes some typos and uses a proper copyright symbol in the text.
Release 1.8.0 – updated Python instructions & copyright year
This release fixes an error in the Python instructions and also improves them (hopefully). This release also updates the copyright year from 2020 to 2021.
Release 1.7.0
When releasing software on PyPI, using SVG for the icon does not render at all. Further, the URL has to be an absolute URL instead of a relative URL into the .graphics/
subdirectory. Prior to now, I would always fix this in every individual project I worked on, but that's stupid. Let's just fix the template.
Release 1.6.2 – Minor addition to .gitignore
This adds a rule to .gitignore
to ignore Emacs #*#
files.