diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e76cd4..9f7895d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.3.0 [2026-08-27] + This release is a big milestone toward our goal of providing a Credential portal. To that end, we have changed the structure of credentialsd to fit the patterns from credentialsd portal. We also now have a dependency on diff --git a/Cargo.lock b/Cargo.lock index 9293ea4f..40b5ad31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,7 +804,7 @@ dependencies = [ [[package]] name = "credentialsd" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-stream", "async-trait", @@ -829,7 +829,7 @@ dependencies = [ [[package]] name = "credentialsd-common" -version = "0.2.0" +version = "0.3.0" dependencies = [ "futures-lite", "libc", @@ -841,7 +841,7 @@ dependencies = [ [[package]] name = "credentialsd-ui" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-std", "credentialsd-common", diff --git a/credentialsd-common/Cargo.toml b/credentialsd-common/Cargo.toml index df092085..7fc228f1 100644 --- a/credentialsd-common/Cargo.toml +++ b/credentialsd-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "credentialsd-common" -version = "0.2.0" +version = "0.3.0" edition = "2024" authors = ["Isaiah Inuwa ", "Martin Sirringhaus ", "Alfie Fresta "] license = "LGPL-3.0-only" diff --git a/credentialsd-ui/Cargo.toml b/credentialsd-ui/Cargo.toml index 1be3e228..346c7e4f 100644 --- a/credentialsd-ui/Cargo.toml +++ b/credentialsd-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "credentialsd-ui" -version = "0.2.0" +version = "0.3.0" edition = "2024" authors = ["Isaiah Inuwa ", "Martin Sirringhaus ", "Alfie Fresta "] license = "LGPL-3.0-only" diff --git a/credentialsd-ui/data/xyz.iinuwa.credentialsd.CredentialsUi.metainfo.xml.in.in b/credentialsd-ui/data/xyz.iinuwa.credentialsd.CredentialsUi.metainfo.xml.in.in index 4a468344..828c0c54 100644 --- a/credentialsd-ui/data/xyz.iinuwa.credentialsd.CredentialsUi.metainfo.xml.in.in +++ b/credentialsd-ui/data/xyz.iinuwa.credentialsd.CredentialsUi.metainfo.xml.in.in @@ -21,6 +21,7 @@ https://github.com/linux-credentials/credentialsd/issues + diff --git a/credentialsd/Cargo.toml b/credentialsd/Cargo.toml index 347e7ee0..9507f133 100644 --- a/credentialsd/Cargo.toml +++ b/credentialsd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "credentialsd" -version = "0.2.0" +version = "0.3.0" authors = ["Isaiah Inuwa ", "Martin Sirringhaus ", "Alfie Fresta "] edition = "2024" license = "LGPL-3.0-only"