@@ -2,6 +2,127 @@ Changelog
2
2
=========
3
3
4
4
5
+ 3.1.2 (2020-10-08)
6
+ ------------------
7
+ - Release version 3.1.2. [ Bruno Rocha]
8
+
9
+ Shortlog of commits since last release:
10
+
11
+ Bruno Rocha (13):
12
+ Release version 3.1.1
13
+ Update diagram images
14
+ Update docs/release_notes
15
+ Fixing prospector warnings. (#425)
16
+ Fix mkdocs config problem found in #423
17
+ Signed in for https://xscode.com/rochacbruno/dynaconf (#426)
18
+ Remove links to outdated issues from guidelines
19
+ Fix colors and KEyError handling on cli.py (#429)
20
+ Fix #434 setenv failing to unset LazyValues (#437)
21
+ Fix #432 no need for warning when env is missing on a file (#438)
22
+ Add test to ensure fix #430 (#439)
23
+ Close #284 not a bug (#440)
24
+ Fix #443 object merge with same value on same level keys (#444)
25
+
26
+ dependabot-preview[bot] (6):
27
+ Bump mkdocs-material from 5.3.2 to 5.5.13 (#423)
28
+ Bump pymdown-extensions from 7.1 to 8.0 (#422)
29
+ Bump mkdocs-material-extensions from 1.0 to 1.0.1 (#427)
30
+ Bump pymdown-extensions from 8.0 to 8.0.1 (#435)
31
+ Bump mkdocs-material from 5.5.13 to 6.0.1 (#436)
32
+ Bump mkdocs-material from 6.0.1 to 6.0.2 (#442)
33
+ - Fix #443 object merge with same value on same level keys (#444 ) [ Bruno
34
+ Rocha]
35
+
36
+ This solution is a temporary solution as it solves current
37
+ problem, but there is still the case for ` None ` values.
38
+
39
+ The best solution for this case would be wrapping all the values
40
+ on assignment and give it a full path signature to compare.
41
+ - Bump mkdocs-material from 6.0.1 to 6.0.2 (#442 ) [ dependabot-
42
+ preview[ bot]]
43
+
44
+ Bumps [ mkdocs-material] ( https://github.com/squidfunk/mkdocs-material ) from 6.0.1 to 6.0.2.
45
+ - [ Release notes] ( https://github.com/squidfunk/mkdocs-material/releases )
46
+ - [ Changelog] ( https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
47
+ - [ Commits] ( https://github.com/squidfunk/mkdocs-material/compare/6.0.1...6.0.2 )
48
+ - Close #284 not a bug (#440 ) [ Bruno Rocha]
49
+
50
+ 284 is not a bug but a missing of explicit merge tokens
51
+ - Add test to ensure fix #430 (#439 ) [ Bruno Rocha]
52
+
53
+ I could not reproduce the problem resported on #430
54
+ considering it close #430
55
+ reopen as needed.
56
+ - Fix #432 no need for warning when env is missing on a file (#438 )
57
+ [ Bruno Rocha]
58
+
59
+ When env is missing on a file ther eis no need to output
60
+ a warning.
61
+
62
+ All envs are optional on files.
63
+
64
+ Fix #432
65
+ - Fix #434 setenv failing to unset LazyValues (#437 ) [ Bruno Rocha]
66
+
67
+ Fix #434
68
+ - Bump mkdocs-material from 5.5.13 to 6.0.1 (#436 ) [ dependabot-
69
+ preview[ bot]]
70
+
71
+ Bumps [ mkdocs-material] ( https://github.com/squidfunk/mkdocs-material ) from 5.5.13 to 6.0.1.
72
+ - [ Release notes] ( https://github.com/squidfunk/mkdocs-material/releases )
73
+ - [ Changelog] ( https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
74
+ - [ Commits] ( https://github.com/squidfunk/mkdocs-material/compare/5.5.13...6.0.1 )
75
+ - Bump pymdown-extensions from 8.0 to 8.0.1 (#435 ) [ dependabot-
76
+ preview[ bot]]
77
+
78
+ Bumps [ pymdown-extensions] ( https://github.com/facelessuser/pymdown-extensions ) from 8.0 to 8.0.1.
79
+ - [ Release notes] ( https://github.com/facelessuser/pymdown-extensions/releases )
80
+ - [ Commits] ( https://github.com/facelessuser/pymdown-extensions/compare/8.0...8.0.1 )
81
+ - Fix colors and KEyError handling on cli.py (#429 ) [ Bruno Rocha]
82
+ - Remove links to outdated issues from guidelines. [ Bruno Rocha]
83
+ - Bump mkdocs-material-extensions from 1.0 to 1.0.1 (#427 ) [ dependabot-
84
+ preview[ bot]]
85
+
86
+ Bumps [ mkdocs-material-extensions] ( https://github.com/facelessuser/mkdocs-material-extensions ) from 1.0 to 1.0.1.
87
+ - [ Release notes] ( https://github.com/facelessuser/mkdocs-material-extensions/releases )
88
+ - [ Changelog] ( https://github.com/facelessuser/mkdocs-material-extensions/blob/master/changelog.md )
89
+ - [ Commits] ( https://github.com/facelessuser/mkdocs-material-extensions/compare/1.0...1.0.1 )
90
+ - Signed in for https://xscode.com/rochacbruno/dynaconf (#426 ) [ Bruno
91
+ Rocha]
92
+
93
+ Offering paid support for dynaconf users.
94
+ - Bump pymdown-extensions from 7.1 to 8.0 (#422 ) [ dependabot-
95
+ preview[ bot]]
96
+
97
+ Bumps [ pymdown-extensions] ( https://github.com/facelessuser/pymdown-extensions ) from 7.1 to 8.0.
98
+ - [ Release notes] ( https://github.com/facelessuser/pymdown-extensions/releases )
99
+ - [ Commits] ( https://github.com/facelessuser/pymdown-extensions/compare/7.1...8.0 )
100
+ - Bump mkdocs-material from 5.3.2 to 5.5.13 (#423 ) [ dependabot-
101
+ preview[ bot]]
102
+
103
+ Bumps [ mkdocs-material] ( https://github.com/squidfunk/mkdocs-material ) from 5.3.2 to 5.5.13.
104
+ - [ Release notes] ( https://github.com/squidfunk/mkdocs-material/releases )
105
+ - [ Changelog] ( https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
106
+ - [ Commits] ( https://github.com/squidfunk/mkdocs-material/compare/5.3.2...5.5.13 )
107
+ - Fix mkdocs config problem found in #423 . [ Bruno Rocha]
108
+
109
+ Fix #mkdocs-material/1941
110
+ - Fixing prospector warnings. (#425 ) [ Bruno Rocha]
111
+
112
+ * Fixing prospector warnings
113
+
114
+ * Used vulture to detect and remove dead code
115
+ - Update docs/release_notes. [ Bruno Rocha]
116
+ - Update diagram images. [ Bruno Rocha]
117
+ - Release version 3.1.1. [ Bruno Rocha]
118
+
119
+ Shortlog of commits since last release:
120
+
121
+ Bruno Rocha (2):
122
+ Release version 3.1.1rc6
123
+ HOTFIX: Cli now accepts dotter keys
124
+
125
+
5
126
3.1.1 (2020-09-21)
6
127
------------------
7
128
- Release version 3.1.1. [ Bruno Rocha]
0 commit comments