forked from tomoh1r/ansible-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
66 lines (41 loc) · 1.19 KB
/
CHANGES.txt
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
2.1.0 (2021/02/07)
* Create VaultLibABC aim to create user vault interface.
* Provide make_secrets function.
2.0.0 (2021/02/06)
* Fix version comparison logic #34
* Add setuptools to install_requires for detect pkg version.
* Add setup classifiers Python 3.9.
2.0.0b1 (2019/07/15)
* Merge p-r #12/#14 and it derive an incompatibility. This aim to be not require
the user to specify binary on file open.
* Take in black, isort.
* Add setup classifiers Python 3.8.
1.2.0 (2018/09/16)
* Add load_raw()/dump_raw() method.
1.1.2 (2018/09/09)
* Add setup classifiers Python 3.7.
1.1.1 (2017/10/03)
* Fix setup.py.
1.1.0 (2017/10/02)
* Fix Ansible 2.4 problem.
* Update src directory structure and split test dir.
* Add GPLv3 text to source code top.
* Add setup_release option from setup.cfg.
* Update test somethings.
* Remove PyTest class from setup.py.
1.0.5 (2017/09/13)
* Update to use yaml.safe_load().
* Update to tomoh1r.
1.0.4 (2015/11/29)
* Apply to Ansible 2.
* Add unit tests.
1.0.3 (2015/05/18)
* Fix README.rst typo.
1.0.2 (2015/05/18)
* Shipped with python modules.
1.0.1 (2015/05/17)
* Add python module.
* Add CHANGES.txt.
* Update url on setup.py.
1.0.0 (2015/05/17)
* First release.