1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
|
{#
This file overrides what would be generated normally because the commits are
not conformative to the standard commit message format.
#}
.. _changelog-v1.0.0:
v1.0.0 (2015-08-04)
===================
💥 Breaking
-----------
* Restructure helpers into history and pypi (`00f64e6`_)
📖 Documentation
----------------
* Add automatic publishing documentation, resolves `#18`_ (`58076e6`_)
.. _#18: https://github.com/python-semantic-release/python-semantic-release/issues/18
.. _00f64e6: https://github.com/python-semantic-release/python-semantic-release/commit/00f64e623db0e21470d55488c5081e12d6c11fd3
.. _58076e6: https://github.com/python-semantic-release/python-semantic-release/commit/58076e60bf20a5835b112b5e99a86c7425ffe7d9
.. _changelog-v0.9.1:
v0.9.1 (2015-08-04)
===================
🪲 Bug Fixes
------------
* Fix ``get_current_head_hash`` to ensure it only returns the hash (`7c28832`_)
.. _7c28832: https://github.com/python-semantic-release/python-semantic-release/commit/7c2883209e5bf4a568de60dbdbfc3741d34f38b4
.. _changelog-v0.9.0:
v0.9.0 (2015-08-03)
===================
✨ Features
-----------
* Add Python 2.7 support, resolves `#10`_ (`c05e13f`_)
.. _#10: https://github.com/python-semantic-release/python-semantic-release/issues/10
.. _c05e13f: https://github.com/python-semantic-release/python-semantic-release/commit/c05e13f22163237e963c493ffeda7e140f0202c6
.. _changelog-v0.8.0:
v0.8.0 (2015-08-03)
===================
✨ Features
-----------
* Add ``check_build_status`` option, resolves `#5`_ (`310bb93`_)
* Add ``get_current_head_hash`` in git helpers (`d864282`_)
* Add git helper to get owner and name of repo (`f940b43`_)
.. _#5: https://github.com/python-semantic-release/python-semantic-release/issues/5
.. _310bb93: https://github.com/python-semantic-release/python-semantic-release/commit/310bb9371673fcf9b7b7be48422b89ab99753f04
.. _d864282: https://github.com/python-semantic-release/python-semantic-release/commit/d864282c498f0025224407b3eeac69522c2a7ca0
.. _f940b43: https://github.com/python-semantic-release/python-semantic-release/commit/f940b435537a3c93ab06170d4a57287546bd8d3b
.. _changelog-v0.7.0:
v0.7.0 (2015-08-02)
===================
✨ Features
-----------
* Add ``patch_without_tag`` option, resolves `#6`_ (`3734a88`_)
📖 Documentation
----------------
* Set up sphinx based documentation, resolves `#1`_ (`41fba78`_)
.. _#1: https://github.com/python-semantic-release/python-semantic-release/issues/1
.. _#6: https://github.com/python-semantic-release/python-semantic-release/issues/6
.. _3734a88: https://github.com/python-semantic-release/python-semantic-release/commit/3734a889f753f1b9023876e100031be6475a90d1
.. _41fba78: https://github.com/python-semantic-release/python-semantic-release/commit/41fba78a389a8d841316946757a23a7570763c39
.. _changelog-v0.6.0:
v0.6.0 (2015-08-02)
===================
✨ Features
-----------
* Add twine for uploads to pypi, resolves `#13`_ (`eec2561`_)
.. _#13: https://github.com/python-semantic-release/python-semantic-release/issues/13
.. _eec2561: https://github.com/python-semantic-release/python-semantic-release/commit/eec256115b28b0a18136a26d74cfc3232502f1a6
.. _changelog-v0.5.4:
v0.5.4 (2015-07-29)
===================
🪲 Bug Fixes
------------
* Add python2 not supported warning (`e84c4d8`_)
.. _e84c4d8: https://github.com/python-semantic-release/python-semantic-release/commit/e84c4d8b6f212aec174baccd188185627b5039b6
.. _changelog-v0.5.3:
v0.5.3 (2015-07-28)
===================
⚙️ Build System
---------------
* Add ``wheel`` as a dependency (`971e479`_)
.. _971e479: https://github.com/python-semantic-release/python-semantic-release/commit/971e4795a8b8fea371fcc02dc9221f58a0559f32
.. _changelog-v0.5.2:
v0.5.2 (2015-07-28)
===================
🪲 Bug Fixes
------------
* Fix python wheel tag (`f9ac163`_)
.. _f9ac163: https://github.com/python-semantic-release/python-semantic-release/commit/f9ac163491666022c809ad49846f3c61966e10c1
.. _changelog-v0.5.1:
v0.5.1 (2015-07-28)
===================
🪲 Bug Fixes
------------
* Fix push commands (`8374ef6`_)
.. _8374ef6: https://github.com/python-semantic-release/python-semantic-release/commit/8374ef6bd78eb564a6d846b882c99a67e116394e
.. _changelog-v0.5.0:
v0.5.0 (2015-07-28)
===================
✨ Features
-----------
* Add setup.py hook for the cli interface (`c363bc5`_)
.. _c363bc5: https://github.com/python-semantic-release/python-semantic-release/commit/c363bc5d3cb9e9a113de3cd0c49dd54a5ea9cf35
.. _changelog-v0.4.0:
v0.4.0 (2015-07-28)
===================
✨ Features
-----------
* Add publish command (`d8116c9`_)
.. _d8116c9: https://github.com/python-semantic-release/python-semantic-release/commit/d8116c9dec472d0007973939363388d598697784
.. _changelog-v0.3.2:
v0.3.2 (2015-07-28)
===================
* No change
.. _changelog-v0.3.1:
v0.3.1 (2015-07-28)
===================
🪲 Bug Fixes
------------
* Fix wheel settings (`1e860e8`_)
.. _1e860e8: https://github.com/python-semantic-release/python-semantic-release/commit/1e860e8a4d9ec580449a0b87be9660a9482fa2a4
.. _changelog-v0.3.0:
v0.3.0 (2015-07-27)
===================
✨ Features
-----------
* Add support for tagging releases (`5f4736f`_)
🪲 Bug Fixes
------------
* Fix issue when version should not change (`441798a`_)
.. _441798a: https://github.com/python-semantic-release/python-semantic-release/commit/441798a223195138c0d3d2c51fc916137fef9a6c
.. _5f4736f: https://github.com/python-semantic-release/python-semantic-release/commit/5f4736f4e41bc96d36caa76ca58be0e1e7931069
.. _changelog-v0.2.0:
v0.2.0 (2015-07-27)
===================
✨ Features
-----------
* added no-operation (``--noop``) mode (`44c2039`_)
⚙️ Build System
---------------
* Swapped pygit2 with gitpython to avoid libgit2 dependency (`8165a2e`_)
.. _44c2039: https://github.com/python-semantic-release/python-semantic-release/commit/44c203989aabc9366ba42ed2bc40eaccd7ac891c
.. _8165a2e: https://github.com/python-semantic-release/python-semantic-release/commit/8165a2eef2c6eea88bfa52e6db37abc7374cccba
.. _changelog-v0.1.1:
v0.1.1 (2015-07-27)
===================
🪲 Bug Fixes
------------
* Fix entry point (`bd7ce7f`_)
.. _bd7ce7f: https://github.com/python-semantic-release/python-semantic-release/commit/bd7ce7f47c49e2027767fb770024a0d4033299fa
|