File tree Expand file tree Collapse file tree 5 files changed +19
-14
lines changed Expand file tree Collapse file tree 5 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,20 @@ Changelog
53
53
Commit items for NEXT VERSION
54
54
..............................
55
55
56
- - fix(lock_inspect): Pins.subset_req Windows unsafe path comparison
57
- - refactor(lock_inspect): add _wrapper_pins_by_pkg Pins.by_pkg wrapper function
58
- - test(test_lock_inspect.py): use get_locals on _wrapper_pins_by_pkg
59
- - chore(MANIFEST.in): remove global include of .lnk files
60
- - chore(tox-test.ini): turn on pytest verbose and show locals
61
- - feat: add command pipenv-unlock fix (#14)
62
-
63
56
.. scriv-start-here
64
57
58
+ .. _changes_1-8-6 :
59
+
60
+ Version 1.8.6 — 2024-10-30
61
+ --------------------------
62
+
63
+ - feat: add command pipenv-unlock fix (#14)
64
+ - fix(lock_inspect): Pins.subset_req Windows unsafe path comparison
65
+ - refactor(lock_inspect): add _wrapper_pins_by_pkg Pins.by_pkg wrapper function
66
+ - test(test_lock_inspect.py): use get_locals on _wrapper_pins_by_pkg
67
+ - chore(MANIFEST.in): remove global include of .lnk files
68
+ - chore(tox-test.ini): turn on pytest verbose and show locals
69
+
65
70
.. _changes_1-8-5 :
66
71
67
72
Version 1.8.5 — 2024-10-24
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Python build backend with build plugins and dependency lock switch
19
19
**new in 1.8.x **
20
20
21
21
add dependency drain-swamp-snippet; use msftcangoblowm/drain-swamp-action;
22
- add support for .shared.in;
22
+ add support for .shared.in; command pipenv-unlock fix;
23
23
24
24
**New in 1.7.x **
25
25
Original file line number Diff line number Diff line change 14
14
# @@@ editable
15
15
copyright = "2024–2024, Dave Faulkmore"
16
16
# The short X.Y.Z version.
17
- version = "1.8.5 "
17
+ version = "1.8.6 "
18
18
# The full version, including alpha/beta/rc tags.
19
- release = "1.8.5 "
19
+ release = "1.8.6 "
20
20
# The date of release, in "monthname day, year" format.
21
- release_date = "October 24 , 2024"
21
+ release_date = "October 30 , 2024"
22
22
# @@@ end
23
23
24
24
v = parse (release )
Original file line number Diff line number Diff line change 31
31
**new in 1.8.x **
32
32
33
33
add dependency drain-swamp-snippet; use msftcangoblowm/drain-swamp-action;
34
- add support for .shared.in;
34
+ add support for .shared.in; command pipenv-unlock fix;
35
35
36
36
**New in 1.7.x **
37
37
Original file line number Diff line number Diff line change 12
12
__version_tuple__ : VERSION_TUPLE
13
13
version_tuple : VERSION_TUPLE
14
14
15
- __version__ = version = '1.8.5 '
16
- __version_tuple__ = version_tuple = (1 , 8 , 5 )
15
+ __version__ = version = '1.8.6 '
16
+ __version_tuple__ = version_tuple = (1 , 8 , 6 )
You can’t perform that action at this time.
0 commit comments