Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Finistere committed Nov 6, 2021
1 parent d884594 commit 3ec362e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/docker-build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -euo pipefail

cd "$(dirname "$(readlink -f "$0")")"
cd "$(dirname "$(dirname "$(readlink -f "$0")")")" # roughly equivalent to `cd /antidote`
GPATH="$PATH"

VENV_DIR="/tmp/venv"
Expand Down
11 changes: 9 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,26 @@ Changelog
*********


1.0.1 (2021-04-29)

1.0.1 (2021-11-06)
==================


Change
------

- Update `fastrlock` dependency to `>=0.7,<0.9` to support Python 3.10 for the compiled
- Update :code:`fastrlock` dependency to :code:`>=0.7,<0.9` to support Python 3.10 for the compiled
version.



1.0.0 (2021-04-29)
==================

No changes. From now on breaking changes will be avoided as much as possible.



0.14.2 (2021-04-28)
===================

Expand All @@ -30,6 +33,7 @@ Features
- Added :code:`wiring` argument to :py:func:`.service` and auto-wiring like :py:class:`.Service`.



0.14.1 (2021-04-25)
===================

Expand All @@ -41,6 +45,7 @@ Features
- Added support for a function in :code:`auto_provide`



0.14.0 (2021-03-30)
===================

Expand Down Expand Up @@ -96,6 +101,7 @@ Feature / Breaking Change
0.11.0 (2021-02-05)
===================


Features
--------

Expand Down Expand Up @@ -124,6 +130,7 @@ Breaking changes
- Reworked :py:class:`.Wiring` to be simpler, not super class wiring



0.10.0 (2020-12-24)
===================

Expand Down

0 comments on commit 3ec362e

Please sign in to comment.