@@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file.
66The format is based on `Keep a Changelog `_, and this project adheres to the
77`Semantic Versioning `_ scheme.
88
9+ 0.9.1 _ - 2020-02-08
10+ ===================
11+ Fixed
12+ -----
13+ - Omit ``Header `` argument from request when its value is ``None ``.
14+ (`#167 `_, `#169 `_)
15+ - Fix ``AttributeError `` raised on usage of ``uplink.Url ``.
16+ (`#164 `_, `#165 `_ by `@cognifloyd `_)
17+
18+ Changed
19+ -------
20+ - Exclude ``tests `` subpackages from wheel.
21+ (`#188 `_ by `@daa `_)
22+
9230.9.0 _ - 2019-06-05
1024===================
1125Added
2943
3044Changed
3145-------
32- - Renamed ``uplink.retry.stop.DISABLE `` to ``uplink.retry.stop.NEVER ``
46+ - Rename ``uplink.retry.stop.DISABLE `` to ``uplink.retry.stop.NEVER ``
3347
34480.8.0 _ - 2019-02-16
3549===================
@@ -294,6 +308,7 @@ Added
294308.. _`Semantic Versioning` : https://packaging.python.org/tutorials/distributing-packages/#semantic-versioning-preferred
295309
296310.. Releases
311+ .. _0.9.1 : https://github.com/prkumar/uplink/compare/v0.9.1...HEAD
297312.. _0.9.0 : https://github.com/prkumar/uplink/compare/v0.8.0...v0.9.0
298313.. _0.8.0 : https://github.com/prkumar/uplink/compare/v0.7.0...v0.8.0
299314.. _0.7.0 : https://github.com/prkumar/uplink/compare/v0.6.1...v0.7.0
@@ -326,10 +341,16 @@ Added
326341.. _#154 : https://github.com/prkumar/uplink/pull/154
327342.. _#155 : https://github.com/prkumar/uplink/pull/155
328343.. _#159 : https://github.com/prkumar/uplink/pull/159
344+ .. _#164 : https://github.com/prkumar/uplink/issues/164
345+ .. _#165 : https://github.com/prkumar/uplink/pull/165
346+ .. _#167 : https://github.com/prkumar/uplink/issues/167
347+ .. _#169 : https://github.com/prkumar/uplink/pull/169
348+ .. _#188 : https://github.com/prkumar/uplink/pull/188
329349
330350.. Contributors
331351 .. _@daa : https://github.com/daa
332352.. _@SakornW : https://github.com/SakornW
333353.. _@brandonio21 : https://github.com/brandonio21
334354.. _@itstehkman : https://github.com/itstehkman
335355.. _@kadrach : https://github.com/kadrach
356+ .. _@cognifloyd : https://github.com/cognifloyd
0 commit comments