Merge pull request #520 from meejah/prepare-release-0.14

Release 0.14.0
This commit is contained in:
meejah
2024-04-01 21:34:20 -06:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ release:
python3 setup.py check -r -s
@echo "Is GPG Agent running, and has key?"
gpg --pinentry=loopback -u meejah@meejah.ca --armor --sign NEWS.md
gpg --pinentry=loopback -u meejah@meejah.ca --armor --clear-sign NEWS.md
@echo "Bump version and create tag"
python3 update-version.py
@@ -68,6 +68,7 @@ release-upload:
git add signatures/magic-wormhole-`git describe --abbrev=0`.tar.gz.asc
git add signatures/magic_wormhole-`git describe --abbrev=0`-py3-none-any.whl.asc
git commit -m "signatures for release"
git push origin `git describe --abbrev=0`
dilation.png: dilation.seqdiag

View File

@@ -3,9 +3,15 @@ User-visible changes in "magic-wormhole":
## Upcoming Release
* add release-notes here when making PRs
## Release 0.14.0 (28-Mar-2024)
* Add completion files for bash, zsh and fish (#498)
* Python 3.12 added to CI, versioneer updated (#505)
* Support streaming compression of directories (#503, from https://github.com/pR0Ps/)
* Remove obsolete compatibility code (thanks https://github.com/a-detiste/)
* Add "ecosystem" document
## Release 0.13.0 (10-Aug-2023)