@@ -6,6 +6,19 @@ Change Log
6
6
All notable changes to this code base will be documented in this file,
7
7
in every released version.
8
8
9
+ Changes for the upcoming release can be found in
10
+ the `"changelog.d" directory <https://github.com/python-semver/python-semver/tree/master/changelog.d >`_
11
+ in our repository.
12
+
13
+ ..
14
+ Do *NOT* add changelog entries here!
15
+
16
+ This changelog is managed by towncrier and is compiled at release time.
17
+
18
+ See https://www.attrs.org/en/latest/contributing.html#changelog for details.
19
+
20
+ .. towncrier release notes start
21
+
9
22
10
23
Version 2.10.2
11
24
==============
@@ -32,13 +45,17 @@ Additions
32
45
n/a
33
46
34
47
Deprecations
35
- --------
48
+ ------------
36
49
37
50
* :gh: `160 ` (:pr: `264 `):
38
51
* :func: `semver.max_ver `
39
52
* :func: `semver.min_ver `
40
53
41
54
55
+ ----
56
+
57
+
58
+
42
59
Version 2.10.1
43
60
==============
44
61
@@ -62,6 +79,9 @@ Bug Fixes
62
79
to always return a ``VersionInfo `` instance.
63
80
64
81
82
+ ----
83
+
84
+
65
85
Version 2.10.0
66
86
==============
67
87
@@ -92,7 +112,7 @@ Additions
92
112
93
113
94
114
Deprecations
95
- --------
115
+ ------------
96
116
* :gh: `225 ` (:pr: `229 `): Output a DeprecationWarning for the following functions:
97
117
98
118
- ``semver.parse ``
@@ -109,6 +129,8 @@ Deprecations
109
129
These deprecated functions will be removed in semver 3.
110
130
111
131
132
+ ----
133
+
112
134
113
135
Version 2.9.1
114
136
=============
@@ -135,6 +157,8 @@ Bug Fixes
135
157
* :gh: `192 ` (:pr: `193 `): Fixed "pysemver" and "pysemver bump" when called without arguments
136
158
137
159
160
+ ----
161
+
138
162
Version 2.9.0
139
163
=============
140
164
:Released: 2019-10-30
@@ -178,13 +202,16 @@ Removals
178
202
* :gh: `148 ` (:pr: `149 `): Removed and replaced ``python setup.py test ``
179
203
180
204
205
+ ----
206
+
181
207
Version 2.8.2
182
208
=============
183
209
:Released: 2019-05-19
184
210
:Maintainer: Sébastien Celles <
[email protected] >
185
211
186
212
Skipped, not released.
187
213
214
+ ----
188
215
189
216
Version 2.8.1
190
217
=============
@@ -206,6 +233,8 @@ Bug Fixes
206
233
* :gh: `96 ` (:pr: `97 `): Made VersionInfo immutable
207
234
208
235
236
+ ----
237
+
209
238
Version 2.8.0
210
239
=============
211
240
:Released: 2018-05-16
@@ -230,6 +259,9 @@ Removals
230
259
* :gh: `76 ` (:pr: `80 `): Removed Python 2.6 compatibility
231
260
232
261
262
+ ----
263
+
264
+
233
265
Version 2.7.9
234
266
=============
235
267
@@ -243,6 +275,8 @@ Additions
243
275
* :gh: `65 ` (:pr: `66 `): Added :func: `semver.finalize_version ` function.
244
276
245
277
278
+ ----
279
+
246
280
Version 2.7.8
247
281
=============
248
282
@@ -252,6 +286,8 @@ Version 2.7.8
252
286
* :gh: `62 `: Support custom default names for pre and build
253
287
254
288
289
+ ----
290
+
255
291
Version 2.7.7
256
292
=============
257
293
@@ -262,6 +298,8 @@ Version 2.7.7
262
298
* :pr: `56 `: Added support for Python 3.6
263
299
264
300
301
+ ----
302
+
265
303
Version 2.7.2
266
304
=============
267
305
@@ -286,6 +324,8 @@ Bug Fixes
286
324
the prerelease version.
287
325
288
326
327
+ ----
328
+
289
329
Version 2.6.0
290
330
=============
291
331
@@ -301,6 +341,8 @@ Removals
301
341
ignored in comparisons.
302
342
303
343
344
+ ----
345
+
304
346
Version 2.5.0
305
347
=============
306
348
@@ -318,6 +360,8 @@ Changes
318
360
* Made separate builds for tests on Travis CI.
319
361
320
362
363
+ ----
364
+
321
365
Version 2.4.2
322
366
=============
323
367
@@ -336,6 +380,8 @@ Changes
336
380
* Added configuration for Tox test runner.
337
381
338
382
383
+ ----
384
+
339
385
Version 2.4.1
340
386
=============
341
387
@@ -348,6 +394,8 @@ Additions
348
394
* :gh: `23 `: Compared build component of a version.
349
395
350
396
397
+ ----
398
+
351
399
Version 2.4.0
352
400
=============
353
401
@@ -360,6 +408,8 @@ Bug Fixes
360
408
* :gh: `21 `: Compared alphanumeric components correctly.
361
409
362
410
411
+ ----
412
+
363
413
Version 2.3.1
364
414
=============
365
415
@@ -372,6 +422,8 @@ Additions
372
422
* Declared granted license name in distribution metadata.
373
423
374
424
425
+ ----
426
+
375
427
Version 2.3.0
376
428
=============
377
429
@@ -385,6 +437,8 @@ Additions
385
437
version.
386
438
387
439
440
+ ----
441
+
388
442
Version 2.2.1
389
443
=============
390
444
@@ -397,6 +451,8 @@ Bug Fixes
397
451
* Corrected comparison when any component includes zero.
398
452
399
453
454
+ ----
455
+
400
456
Version 2.2.0
401
457
=============
402
458
@@ -411,6 +467,8 @@ Additions
411
467
* Add code examples for recently-added functions.
412
468
413
469
470
+ ----
471
+
414
472
Version 2.1.2
415
473
=============
416
474
@@ -423,6 +481,8 @@ Bug Fixes
423
481
* Restored current README document to distribution manifest.
424
482
425
483
484
+ ----
485
+
426
486
Version 2.1.1
427
487
=============
428
488
@@ -435,6 +495,8 @@ Bug Fixes
435
495
* Removed absent document from distribution manifest.
436
496
437
497
498
+ ----
499
+
438
500
Version 2.1.0
439
501
=============
440
502
@@ -463,6 +525,8 @@ Bug Fixes
463
525
* Corrected code examples in README document.
464
526
465
527
528
+ ----
529
+
466
530
Version 2.0.2
467
531
=============
468
532
@@ -477,6 +541,8 @@ Additions
477
541
* Explicitly declared supported Python versions.
478
542
479
543
544
+ ----
545
+
480
546
Version 2.0.1
481
547
=============
482
548
@@ -489,6 +555,8 @@ Bug Fixes
489
555
* :gh: `9 `: Fixed comparison of equal version strings.
490
556
491
557
558
+ ----
559
+
492
560
Version 2.0.0
493
561
=============
494
562
@@ -508,6 +576,8 @@ Changes
508
576
* Ignore build component for comparison.
509
577
510
578
579
+ ----
580
+
511
581
Version 0.0.2
512
582
=============
513
583
@@ -520,6 +590,8 @@ Changes
520
590
* Use standard library Distutils for distribution management.
521
591
522
592
593
+ ----
594
+
523
595
Version 0.0.1
524
596
=============
525
597
0 commit comments