File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0] - 2024-09-26
11
+
10
12
### Added
11
13
12
14
- Support for secrets sync (#678 )
Original file line number Diff line number Diff line change @@ -7,13 +7,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0] - 2024-09-26
11
+
10
12
### Added
11
13
12
14
- The ability to edit unassigned secrets with direct permissions. (#906 )
15
+ - The ` run ` command, to run commands with secrets (#621 )
13
16
14
17
### Changed
15
18
16
19
- Updated MSRV ` 1.75.0 ` (#980 )
20
+ - Use state files by default. You can opt out of this behavior with the new ` state_opt_out ` key.
21
+ (#930 )
17
22
18
23
### Removed
19
24
You can’t perform that action at this time.
0 commit comments