himmelblau-idm / himmelblau

Azure Entra ID Authentication, with PAM and NSS modules.
GNU General Public License v3.0
45 stars 8 forks source link

Package version doesn't match latest release #53

Closed moritzheiber closed 10 months ago

moritzheiber commented 10 months ago

Hey, I'm considering packaging Himmelblau using cargo-dist or cargo-deb (or something similar) for Ubuntu LTS systems. I noticed that the version in Cargo.toml (currently at 0.1.0) doesn't match the latest release (0.1.1) that's published on GitHub. Is that intended?

I learned that it's best practice to have the version in Cargo.toml point to the "next" release instead of the current one. In this instance, it's lacking behind one patch release and the supposed "next" patch release (i.e. my expectation would be for it to be bumped to 0.1.2), which also makes packaging a little more difficult.

dmulder commented 10 months ago

Sorry about that. The current version is in branch stable-0.1.x, which I have not updated to match the Cargo.toml either. I'll fix that branch and the main branch today.

dmulder commented 10 months ago

Fixed.

dmulder commented 10 months ago

FYI, this project is currently packaged in openSUSE Tumbleweed, if you're interested: https://software.opensuse.org/package/himmelblau

moritzheiber commented 10 months ago

Thanks! I’ll take a look