-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG.yaml
71 lines (71 loc) · 1.37 KB
/
CHANGELOG.yaml
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
Unreleased:
added:
- support for py3.12
fixed:
- finding data file in tests
changed: []
deprecated: []
removed: []
security: []
1.3.0:
added:
- python 3.10 and 3.11
removed:
- python 3.6 and 3.7
1.2.1:
changed:
- reverted pinning of click version, now pinned again at >= 5
1.2.0:
added:
- download and repo urls to setup.py (#10)
- toml support
- extras
- roundtrip support
- support for typed codecs (#3)
changed:
- don't sort keys by default in yaml
1.1.0:
added:
- tests for python 3.9
changed:
- use collections.abc
removed:
- python 3.5 support
1.0.0:
added:
- tests for python 3.7 and 3.8
changed:
- don't reuse class attribute for defaults
removed:
- python 2.7 support
- tests for python 3.7 and 3.8
0.6.0:
changed:
- decrease PyYAML requirement to >=3.10
fixed:
- log on click Context referencing non-existant `cls` property
0.5.0:
added:
- option_list to Context
- log to Context
- config search path includes ~/.$APP_NAME
changed:
- empty meta returns empty dict instead of None
0.4.0:
added:
- py3 support
fixed:
- set click.Context.home when config is found
0.3.0:
fixed:
- version bump for proper semantic versioning
0.2.1:
added:
- CHANGELOG!
- allow changing config_name
- try_read
- config.meta
- config.copy()
- click.Context
removed:
- unused get_type, Endpoint