Skip to content

Releases: fiaas/publish

v0.3.5

15 Jan 11:53
aa7dd83
Compare
Choose a tag to compare

Changes since last version

  • a923e90: Upgrade twine, githubrelease

v0.3.4

15 Jan 11:01
e14a8ca
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release

Note: this release wasn't published properly to PyPI. Use v0.3.5 (or v0.3.3) instead of this.

Changes since last version

  • 037427e: Pass codacy repo token to tox
  • 7dd2966: Use new codacy token
  • 6e3a388: Use most recent pytest (+ related) and prospector
  • a92fd35: Upgrade GitPython to most recent version
  • 55544d1: Use python 3.9, remove support for python 2.x

v0.3.3

16 Sep 09:00
d52e6ef
Compare
Choose a tag to compare

Changes since last version

  • 0c4173a: Always use more recent virtualenv with tox
  • 3a0c19a: Force a recent enough virtualenv version
  • a126b6d: Use most recent prospector with py27 support
  • c1df671: return non zero status code on failure

v0.3.2

08 Mar 20:38
Compare
Choose a tag to compare

Changes since last version

  • 72c2baa: Pin version of gitdb
  • f852f9f: Pin the version of attrs
  • d3f861c: Add a paragraph about how to get changelog on PyPI to README
  • 63f8b54: Add more files from repo-template
  • 767b5f7: Add CODEOWNERS file
  • 2335905: Add license headers
  • c150b60: get_github_release was removed a while back

v0.3.1

27 Aug 18:41
840aa43
Compare
Choose a tag to compare

Changes since last version

  • 84b47e4: Use correct regex for matching tags for auto-promotion
  • 6764d18: Ignore .pip_cache
  • aab6990: Explain more about why a repo is deemed unfit for release

v0.2.0

09 Jan 09:38
8348815
Compare
Choose a tag to compare

Changes since last version

  • ec150cb: Change name to fiaas-publish, and use githubrelease library
  • 8569bc2: Set a returncode to reflect errors when uploading artifacts
  • a2879ac: Bump versions of dependencies

v0.1.0

05 Jan 13:21
a5a692e
Compare
Choose a tag to compare

Changes since last version

  • 5c21779: Add the get_github_release script to entry-points so it can be used
  • 29b7ec7: Uppercase "FIAAS"
  • 37a4f03: Initial documentation
  • 10f8c7c: Create entrypoint
  • aeef8a6: Bugfixes + removed alternative GH instance support
  • d6d4b85: Initial PR, pulled from k8s library
  • f26705e: Initial commit