Skip to content

Commit 0f4c9d7

Browse files
author
Joachim Jablon
committed
Release 1.3.0
1 parent 646c567 commit 0f4c9d7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
1.3.0 (2020-04-09)
5+
------------------
6+
7+
- Wrote the documentation at https://vault-cli.readthedocs.io/en/latest/ (#90)
8+
- Make the official command-line executable name ``vault-cli`` instead of ``vault``.
9+
``vault`` will continue to work for an undeterminate amount of time, except if
10+
we receive complaints. (#89)
11+
412
1.2.0 (2020-03-20)
513
-------------------
614

@@ -9,10 +17,6 @@ Changelog
917
- ``vault ssh`` lets you use SSH without writing the private key on disk
1018
- Fix trailing slash in path issue in ``get-all`` and ``delete-all`` (#135)
1119
- Omit secrets in ``vault env`` when path contains forbidden chars (#138)
12-
- Wrote the documentation at https://vault-cli.readthedocs.io/en/latest/ (#90)
13-
- Make the official command-line executable name ``vault-cli`` instead of ``vault``.
14-
``vault`` will continue to work for an undeterminate amount of time, except if
15-
we receive complaints. (#89)
1620

1721
1.1.0 (2020-02-28)
1822
-------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = vault-cli
33
description = CLI tool for hashicorp vault
4-
version = 1.3.0.dev0
4+
version = 1.3.0
55
author = PeopleDoc
66
author_email = joachim.jablon@people-doc.com
77
url = https://github.com/peopledoc/vault-cli

0 commit comments

Comments
 (0)