@@ -7,11 +7,20 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
- ### Fixed
10
+ * No unreleased change at this time.*
11
+
12
+ ## [ 0.14.0] - 2020-07-03
13
+
14
+ ### Changed
11
15
12
16
- Privilege definition in file over the environment in variable expansion (#256 by
13
17
[ @elbehery95 ] ).
14
18
19
+ ### Fixed
20
+
21
+ - Improve error message for when file isn't found (#245 by [ @snobu ] ).
22
+ - Use HTTPS URL in package meta data (#251 by [ @ekohl ] ).
23
+
15
24
## [ 0.13.0] - 2020-04-16
16
25
17
26
### Added
@@ -192,17 +201,20 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
192
201
[ @bbc2 ] : https://github.com/bbc2
193
202
[ @cjauvin ] : https://github.com/cjauvin
194
203
[ @earlbread ] : https://github.com/earlbread
204
+ [ @ekohl ] : https://github.com/ekohl
205
+ [ @elbehery95 ] : https://github.com/elbehery95
195
206
[ @gergelyk ] : https://github.com/gergelyk
196
207
[ @greyli ] : https://github.com/greyli
197
208
[ @qnighy ] : https://github.com/qnighy
209
+ [ @snobu ] : https://github.com/snobu
198
210
[ @techalchemy ] : https://github.com/techalchemy
199
211
[ @theskumar ] : https://github.com/theskumar
200
212
[ @ulyssessouza ] : https://github.com/ulyssessouza
201
213
[ @venthur ] : https://github.com/venthur
202
214
[ @yannham ] : https://github.com/yannham
203
- [ @elbehery95 ] : https://github.com/elbehery95
204
215
205
- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.13.0...HEAD
216
+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.14.0...HEAD
217
+ [ 0.14.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0
206
218
[ 0.13.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.12.0...v0.13.0
207
219
[ 0.12.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.11.0...v0.12.0
208
220
[ 0.11.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.10.5...v0.11.0
0 commit comments