mirror of
https://github.com/magic-wormhole/magic-wormhole.git
synced 2024-08-18 02:24:35 +03:00
Merge pull request #520 from meejah/prepare-release-0.14
Release 0.14.0
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
6
NEWS.md
6
NEWS.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user