@@ -6,12 +6,19 @@ 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- Unreleased _
10- ===========
11- Changed
12- -------
9+ 0.9.1 _ - 2020-02-08
10+ ===================
11+ Fixed
12+ -----
1313- Omit ``Header `` argument from request when its value is ``None ``.
1414 (`#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 `_)
1522
16230.9.0 _ - 2019-06-05
1724===================
@@ -301,7 +308,7 @@ Added
301308.. _`Semantic Versioning` : https://packaging.python.org/tutorials/distributing-packages/#semantic-versioning-preferred
302309
303310.. Releases
304- .. _ Unreleased : https://github.com/prkumar/uplink/compare/v0.9.0 ...HEAD
311+ .. _ 0.9.1 : https://github.com/prkumar/uplink/compare/v0.9.1 ...HEAD
305312.. _0.9.0 : https://github.com/prkumar/uplink/compare/v0.8.0...v0.9.0
306313.. _0.8.0 : https://github.com/prkumar/uplink/compare/v0.7.0...v0.8.0
307314.. _0.7.0 : https://github.com/prkumar/uplink/compare/v0.6.1...v0.7.0
@@ -334,6 +341,8 @@ Added
334341.. _#154 : https://github.com/prkumar/uplink/pull/154
335342.. _#155 : https://github.com/prkumar/uplink/pull/155
336343.. _#159 : https://github.com/prkumar/uplink/pull/159
344+ .. _#164 : https://github.com/prkumar/uplink/pull/164
345+ .. _#165 : https://github.com/prkumar/uplink/pull/165
337346.. _#167 : https://github.com/prkumar/uplink/issues/167
338347.. _#169 : https://github.com/prkumar/uplink/pull/169
339348
@@ -343,3 +352,4 @@ Added
343352.. _@brandonio21 : https://github.com/brandonio21
344353.. _@itstehkman : https://github.com/itstehkman
345354.. _@kadrach : https://github.com/kadrach
355+ .. _@cognifloyd : https://github.com/cognifloyd
0 commit comments