Skip to content

Commit 00f7933

Browse files
committed
Release 12.1.0
1 parent 4e40225 commit 00f7933

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

.bee/plugins/release/release.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ release::publish() {
88
git tag "${version}"
99
git push --tags
1010
github::create_release
11-
release::upload "${version}"
1211
}
1312

1413
release::upload() {

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [12.1.0] - 2025-06-15
10+
### Added
11+
- Add plugin specific config parsing
12+
- `macos_keychain`: Add `keychain_access_control` option to `pw.conf`
13+
14+
```ini
15+
[macos_keychain]
16+
keychain_access_control = always-allow
17+
```
18+
19+
### Other
20+
- Update to Bats v1.12.0
21+
922
## [12.0.1] - 2025-06-12
1023
### Fixed
1124
- Fix regression: Copy password without trailing newline
@@ -450,7 +463,8 @@ new format. `pw` can automatically migrate your `.pwrc` to the new format:
450463
- Add install script
451464
- Add readme
452465

453-
[Unreleased]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.0.1...HEAD
466+
[Unreleased]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.1.0...HEAD
467+
[12.1.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.0.1...12.1.0
454468
[12.0.1]: https://github.com/sschmid/pw-terminal-password-manager/compare/12.0.0...12.0.1
455469
[12.0.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/11.0.0...12.0.0
456470
[11.0.0]: https://github.com/sschmid/pw-terminal-password-manager/compare/10.1.0...11.0.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.1
1+
12.1.0

0 commit comments

Comments
 (0)