You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+89-2Lines changed: 89 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,97 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
**Note:** Until 1.0 any MAJOR or MINOR release may have backwards-incompatible changes.
9
-
10
8
## [Unreleased]
11
9
10
+
## [1.8.0] - 2025-05-02
11
+
12
+
### Added
13
+
14
+
- Added support for managing User API Tokens ([#192](https://github.com/cloudsmith-io/cloudsmith-cli/pull/192))
15
+
16
+
## [1.7.2] - 2025-04-28
17
+
18
+
### Added
19
+
20
+
- Added a fix for certain login error messages being suppressed ([#196](https://github.com/cloudsmith-io/cloudsmith-cli/pull/196))
21
+
22
+
## [1.7.1] - 2025-04-25
23
+
24
+
### Added
25
+
26
+
- Added support for 2FA authentication when logging in ([#188](https://github.com/cloudsmith-io/cloudsmith-cli/pull/188))
27
+
28
+
## [1.7.0] - 2025-03-31
29
+
30
+
### Added
31
+
32
+
- Added `--extra-files` parameter for Maven upload command ([#190](https://github.com/cloudsmith-io/cloudsmith-cli/pull/190))
33
+
34
+
## [1.6.2] - 2025-03-27
35
+
36
+
- Added html templates for saml response endpoints
37
+
- Added json support for whoami
38
+
- Added support for additional headers to be passed to the saml authentication flow
39
+
40
+
## [1.5.0] - 2025-03-21
41
+
42
+
### Added
43
+
44
+
- Added `--sort` flag for package list command ([#185](https://github.com/cloudsmith-io/cloudsmith-cli/pull/185))
45
+
46
+
### Fixed
47
+
48
+
- Fixed `cloudsmith auth` command where it results in `403` ([#183](https://github.com/cloudsmith-io/cloudsmith-cli/pull/183))
49
+
50
+
## [1.4.1] - 2024-11-26
51
+
52
+
### Added
53
+
54
+
- Update cloudsmith-api to v2.0.16 ([#181](https://github.com/cloudsmith-io/cloudsmith-cli/pull/181))
55
+
56
+
57
+
## [1.4.0] - 2024-11-04
58
+
59
+
### Added
60
+
61
+
- Dropped support for Python 3.8. ([#137](https://github.com/cloudsmith-io/cloudsmith-cli/pull/137))
62
+
63
+
## [1.3.1] - 2024-10-08
64
+
65
+
### Fixed
66
+
67
+
- Missing dependency from `setup.py` file ([#177](https://github.com/cloudsmith-io/cloudsmith-cli/pull/177))
68
+
69
+
## [1.3.0] - 2024-10-08
70
+
71
+
### Added
72
+
73
+
- The `auth` command, enabling users to authenticate against the API with their organization's configured SAML provider ([#174](https://github.com/cloudsmith-io/cloudsmith-cli/pull/174))
74
+
75
+
## [1.2.5] - 2024-06-11
76
+
77
+
### Added
78
+
79
+
- Produce CLI zipapp artefact on release ([#164](https://github.com/cloudsmith-io/cloudsmith-cli/pull/164))
80
+
81
+
## [1.2.3] - 2024-04-10
82
+
83
+
### Fixed
84
+
85
+
- Show pagination info for `repos get` ([#163](https://github.com/cloudsmith-io/cloudsmith-cli/pull/163))
86
+
87
+
## [1.2.2] - 2024-04-05
88
+
89
+
### Added
90
+
91
+
- Support for Swift package uploads ([#161](https://github.com/cloudsmith-io/cloudsmith-cli/pull/161))
92
+
93
+
## [1.2.0] - 2024-03-13
94
+
95
+
### Added
96
+
97
+
- Support for CRAN upstreams ([#157](https://github.com/cloudsmith-io/cloudsmith-cli/pull/157))
0 commit comments