Skip to content

Commit e0c438b

Browse files
authored
bump version to 1.4.0 and fix changelog (#256)
* bump version and fix changelog * style
1 parent aac2684 commit e0c438b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11-
## Unreleased
11+
## 1.4.0 - 2021-03-09
1212

1313
### Added
1414

1515
- `code42cli.extensions` module exposes `sdk_options` decorator and `script` group for writing custom extension scripts
1616
using the Code42 CLI.
1717

18+
- `code42 devices list` options:
19+
- `--include-legal-hold-membership` prints the legal hold matter name and ID for any active device on legal hold
20+
- `--include-total-storage` prints the backup archive count and total storage
21+
1822
## 1.3.1 - 2021-02-25
1923

2024
### Changed
@@ -100,8 +104,6 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
100104
- `search` to search for audit-logs.
101105
- `send-to` to send audit-logs to server.
102106

103-
## Unreleased
104-
105107
### Changed
106108

107109
- `profile_name` argument is now required for `code42 profile delete`, as it was meant to be.
@@ -113,12 +115,6 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
113115
- Now, when adding a cloud alias to a detection list user, such as during `departing-employee add`, it will remove the existing cloud alias if one exists.
114116
- Before, it would error and the cloud alias would not get added.
115117

116-
### Added
117-
118-
- `code42 devices list` option:
119-
- `--include-legal-hold-membership` prints the legal hold matter name and ID for any active device on legal hold
120-
- `--include-total-storage` prints the backup archive count and total storage
121-
122118
## 1.0.0 - 2020-08-31
123119

124120
### Fixed

src/code42cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.1"
1+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)