Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion credentialsd-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "credentialsd-common"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
authors = ["Isaiah Inuwa <isaiah.inuwa@gmail.com>", "Martin Sirringhaus <martin.sirringhaus@suse.com>", "Alfie Fresta <alfie.fresta@gmail.com>"]
license = "LGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion credentialsd-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "credentialsd-ui"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
authors = ["Isaiah Inuwa <isaiah.inuwa@gmail.com>", "Martin Sirringhaus <martin.sirringhaus@suse.com>", "Alfie Fresta <alfie.fresta@gmail.com>"]
license = "LGPL-3.0-only"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<url type="bugtracker">https://github.com/linux-credentials/credentialsd/issues</url>
<content_rating type="oars-1.1" />
<releases>
<release version="0.3.0" date="2026-08-27" />
<release version="0.2.0" date="2026-02-18" />
<release version="0.1.0" date="2025-08-14" />
</releases>
Expand Down
2 changes: 1 addition & 1 deletion credentialsd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "credentialsd"
version = "0.2.0"
version = "0.3.0"
authors = ["Isaiah Inuwa <isaiah.inuwa@gmail.com>", "Martin Sirringhaus <martin.sirringhaus@suse.com>", "Alfie Fresta <alfie.fresta@gmail.com>"]
edition = "2024"
license = "LGPL-3.0-only"
Expand Down