Skip to content

Commit caf268e

Browse files
committed
build: release v1.0.0
1 parent d410ece commit caf268e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2026-02-15
11+
1012
### Added
1113

1214
- Init repository, taking inspiration from Ortie CLI
1315

14-
[unreleased]: https://github.com/pimalaya/mimosa/compare/root...master
16+
[unreleased]: https://github.com/pimalaya/mimosa/compare/v1.0.0...master
17+
[1.0.0]: https://github.com/pimalaya/ortie/compare/root...v1.0.0

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mimosa"
33
description = "CLI to manage passwords"
4-
version = "0.1.0"
4+
version = "1.0.0"
55
authors = ["soywod <clement.douin@posteo.net>"]
66
edition = "2021"
77
license = "AGPL-3.0-only"
@@ -41,7 +41,7 @@ linux-keyutils-keyring-store = { version = "0.2", optional = true }
4141

4242
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
4343
dbus-secret-service-keyring-store = { version = "0.3", default-features = false, features = ["crypto-rust"], optional = true }
44-
zbus-secret-service-keyring-store = { version = "0.2", default-features = false, features = ["crypto-rust"], optional = true }
44+
zbus-secret-service-keyring-store = { version = "0.2", default-features = false, features = ["rt-async-io-crypto-rust"], optional = true }
4545

4646
[target.'cfg(target_os = "windows")'.dependencies]
4747
windows-native-keyring-store = { version = "0.5", optional = true }
@@ -54,6 +54,3 @@ log = "0.4"
5454
pimalaya-toolbox = { version = "0.0.4", default-features = false, features = ["config", "terminal"] }
5555
secrecy = "0.10"
5656
serde = { version = "1", features = ["derive"] }
57-
58-
[patch.crates-io]
59-
zbus-secret-service-keyring-store.git = "https://github.com/soywod/zbus-secret-service-keyring-store"

0 commit comments

Comments
 (0)